Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.evidently package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.evidently package.
(build-cfn-experiment-builder builder id config)
The build-cfn-experiment-builder function updates a CfnExperiment$Builder instance using the provided configuration. The function takes the CfnExperiment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
metricGoals | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :metric-goals |
name | java.lang.String | cdk.support/lookup-entry | :name |
onlineAbConfig | software.amazon.awscdk.services.evidently.CfnExperiment$OnlineAbConfigObjectProperty | cdk.support/lookup-entry | :online-ab-config |
project | java.lang.String | cdk.support/lookup-entry | :project |
randomizationSalt | java.lang.String | cdk.support/lookup-entry | :randomization-salt |
removeSegment | java.lang.Boolean | cdk.support/lookup-entry | :remove-segment |
runningStatus | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :running-status |
samplingRate | java.lang.Number | cdk.support/lookup-entry | :sampling-rate |
segment | java.lang.String | cdk.support/lookup-entry | :segment |
tags | java.util.List | cdk.support/lookup-entry | :tags |
treatments | java.util.List | cdk.support/lookup-entry | :treatments |
The build-cfn-experiment-builder function updates a CfnExperiment$Builder instance using the provided configuration. The function takes the CfnExperiment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `metricGoals` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-goals` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `onlineAbConfig` | software.amazon.awscdk.services.evidently.CfnExperiment$OnlineAbConfigObjectProperty | [[cdk.support/lookup-entry]] | `:online-ab-config` | | `project` | java.lang.String | [[cdk.support/lookup-entry]] | `:project` | | `randomizationSalt` | java.lang.String | [[cdk.support/lookup-entry]] | `:randomization-salt` | | `removeSegment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-segment` | | `runningStatus` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:running-status` | | `samplingRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sampling-rate` | | `segment` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `treatments` | java.util.List | [[cdk.support/lookup-entry]] | `:treatments` |
(build-cfn-experiment-metric-goal-object-property-builder builder id config)
The build-cfn-experiment-metric-goal-object-property-builder function updates a CfnExperiment$MetricGoalObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$MetricGoalObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
desiredChange | java.lang.String | cdk.support/lookup-entry | :desired-change |
entityIdKey | java.lang.String | cdk.support/lookup-entry | :entity-id-key |
eventPattern | java.lang.String | cdk.support/lookup-entry | :event-pattern |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
unitLabel | java.lang.String | cdk.support/lookup-entry | :unit-label |
valueKey | java.lang.String | cdk.support/lookup-entry | :value-key |
The build-cfn-experiment-metric-goal-object-property-builder function updates a CfnExperiment$MetricGoalObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$MetricGoalObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `desiredChange` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-change` | | `entityIdKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-id-key` | | `eventPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-pattern` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `unitLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit-label` | | `valueKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:value-key` |
(build-cfn-experiment-online-ab-config-object-property-builder builder
id
config)
The build-cfn-experiment-online-ab-config-object-property-builder function updates a CfnExperiment$OnlineAbConfigObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$OnlineAbConfigObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
controlTreatmentName | java.lang.String | cdk.support/lookup-entry | :control-treatment-name |
treatmentWeights | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :treatment-weights |
The build-cfn-experiment-online-ab-config-object-property-builder function updates a CfnExperiment$OnlineAbConfigObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$OnlineAbConfigObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `controlTreatmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:control-treatment-name` | | `treatmentWeights` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:treatment-weights` |
(build-cfn-experiment-props-builder builder id config)
The build-cfn-experiment-props-builder function updates a CfnExperimentProps$Builder instance using the provided configuration. The function takes the CfnExperimentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
metricGoals | java.util.List | cdk.support/lookup-entry | :metric-goals |
name | java.lang.String | cdk.support/lookup-entry | :name |
onlineAbConfig | software.amazon.awscdk.services.evidently.CfnExperiment$OnlineAbConfigObjectProperty | cdk.support/lookup-entry | :online-ab-config |
project | java.lang.String | cdk.support/lookup-entry | :project |
randomizationSalt | java.lang.String | cdk.support/lookup-entry | :randomization-salt |
removeSegment | java.lang.Boolean | cdk.support/lookup-entry | :remove-segment |
runningStatus | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :running-status |
samplingRate | java.lang.Number | cdk.support/lookup-entry | :sampling-rate |
segment | java.lang.String | cdk.support/lookup-entry | :segment |
tags | java.util.List | cdk.support/lookup-entry | :tags |
treatments | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :treatments |
The build-cfn-experiment-props-builder function updates a CfnExperimentProps$Builder instance using the provided configuration. The function takes the CfnExperimentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `metricGoals` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-goals` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `onlineAbConfig` | software.amazon.awscdk.services.evidently.CfnExperiment$OnlineAbConfigObjectProperty | [[cdk.support/lookup-entry]] | `:online-ab-config` | | `project` | java.lang.String | [[cdk.support/lookup-entry]] | `:project` | | `randomizationSalt` | java.lang.String | [[cdk.support/lookup-entry]] | `:randomization-salt` | | `removeSegment` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-segment` | | `runningStatus` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:running-status` | | `samplingRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sampling-rate` | | `segment` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `treatments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:treatments` |
(build-cfn-experiment-running-status-object-property-builder builder id config)
The build-cfn-experiment-running-status-object-property-builder function updates a CfnExperiment$RunningStatusObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$RunningStatusObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
analysisCompleteTime | java.lang.String | cdk.support/lookup-entry | :analysis-complete-time |
desiredState | java.lang.String | cdk.support/lookup-entry | :desired-state |
reason | java.lang.String | cdk.support/lookup-entry | :reason |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-experiment-running-status-object-property-builder function updates a CfnExperiment$RunningStatusObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$RunningStatusObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `analysisCompleteTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:analysis-complete-time` | | `desiredState` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-state` | | `reason` | java.lang.String | [[cdk.support/lookup-entry]] | `:reason` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-experiment-treatment-object-property-builder builder id config)
The build-cfn-experiment-treatment-object-property-builder function updates a CfnExperiment$TreatmentObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$TreatmentObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
feature | java.lang.String | cdk.support/lookup-entry | :feature |
treatmentName | java.lang.String | cdk.support/lookup-entry | :treatment-name |
variation | java.lang.String | cdk.support/lookup-entry | :variation |
The build-cfn-experiment-treatment-object-property-builder function updates a CfnExperiment$TreatmentObjectProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$TreatmentObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `feature` | java.lang.String | [[cdk.support/lookup-entry]] | `:feature` | | `treatmentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment-name` | | `variation` | java.lang.String | [[cdk.support/lookup-entry]] | `:variation` |
(build-cfn-experiment-treatment-to-weight-property-builder builder id config)
The build-cfn-experiment-treatment-to-weight-property-builder function updates a CfnExperiment$TreatmentToWeightProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$TreatmentToWeightProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
splitWeight | java.lang.Number | cdk.support/lookup-entry | :split-weight |
treatment | java.lang.String | cdk.support/lookup-entry | :treatment |
The build-cfn-experiment-treatment-to-weight-property-builder function updates a CfnExperiment$TreatmentToWeightProperty$Builder instance using the provided configuration. The function takes the CfnExperiment$TreatmentToWeightProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `splitWeight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:split-weight` | | `treatment` | java.lang.String | [[cdk.support/lookup-entry]] | `:treatment` |
(build-cfn-feature-builder builder id config)
The build-cfn-feature-builder function updates a CfnFeature$Builder instance using the provided configuration. The function takes the CfnFeature$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultVariation | java.lang.String | cdk.support/lookup-entry | :default-variation |
description | java.lang.String | cdk.support/lookup-entry | :description |
entityOverrides | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :entity-overrides |
evaluationStrategy | java.lang.String | cdk.support/lookup-entry | :evaluation-strategy |
name | java.lang.String | cdk.support/lookup-entry | :name |
project | java.lang.String | cdk.support/lookup-entry | :project |
tags | java.util.List | cdk.support/lookup-entry | :tags |
variations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :variations |
The build-cfn-feature-builder function updates a CfnFeature$Builder instance using the provided configuration. The function takes the CfnFeature$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultVariation` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-variation` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `entityOverrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:entity-overrides` | | `evaluationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluation-strategy` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `project` | java.lang.String | [[cdk.support/lookup-entry]] | `:project` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `variations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:variations` |
(build-cfn-feature-entity-override-property-builder builder id config)
The build-cfn-feature-entity-override-property-builder function updates a CfnFeature$EntityOverrideProperty$Builder instance using the provided configuration. The function takes the CfnFeature$EntityOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
entityId | java.lang.String | cdk.support/lookup-entry | :entity-id |
variation | java.lang.String | cdk.support/lookup-entry | :variation |
The build-cfn-feature-entity-override-property-builder function updates a CfnFeature$EntityOverrideProperty$Builder instance using the provided configuration. The function takes the CfnFeature$EntityOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `entityId` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-id` | | `variation` | java.lang.String | [[cdk.support/lookup-entry]] | `:variation` |
(build-cfn-feature-props-builder builder id config)
The build-cfn-feature-props-builder function updates a CfnFeatureProps$Builder instance using the provided configuration. The function takes the CfnFeatureProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultVariation | java.lang.String | cdk.support/lookup-entry | :default-variation |
description | java.lang.String | cdk.support/lookup-entry | :description |
entityOverrides | java.util.List | cdk.support/lookup-entry | :entity-overrides |
evaluationStrategy | java.lang.String | cdk.support/lookup-entry | :evaluation-strategy |
name | java.lang.String | cdk.support/lookup-entry | :name |
project | java.lang.String | cdk.support/lookup-entry | :project |
tags | java.util.List | cdk.support/lookup-entry | :tags |
variations | java.util.List | cdk.support/lookup-entry | :variations |
The build-cfn-feature-props-builder function updates a CfnFeatureProps$Builder instance using the provided configuration. The function takes the CfnFeatureProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultVariation` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-variation` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `entityOverrides` | java.util.List | [[cdk.support/lookup-entry]] | `:entity-overrides` | | `evaluationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluation-strategy` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `project` | java.lang.String | [[cdk.support/lookup-entry]] | `:project` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `variations` | java.util.List | [[cdk.support/lookup-entry]] | `:variations` |
(build-cfn-feature-variation-object-property-builder builder id config)
The build-cfn-feature-variation-object-property-builder function updates a CfnFeature$VariationObjectProperty$Builder instance using the provided configuration. The function takes the CfnFeature$VariationObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
booleanValue | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :boolean-value |
doubleValue | java.lang.Number | cdk.support/lookup-entry | :double-value |
longValue | java.lang.Number | cdk.support/lookup-entry | :long-value |
stringValue | java.lang.String | cdk.support/lookup-entry | :string-value |
variationName | java.lang.String | cdk.support/lookup-entry | :variation-name |
The build-cfn-feature-variation-object-property-builder function updates a CfnFeature$VariationObjectProperty$Builder instance using the provided configuration. The function takes the CfnFeature$VariationObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `booleanValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:boolean-value` | | `doubleValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:double-value` | | `longValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:long-value` | | `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` | | `variationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:variation-name` |
(build-cfn-launch-builder builder id config)
The build-cfn-launch-builder function updates a CfnLaunch$Builder instance using the provided configuration. The function takes the CfnLaunch$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
executionStatus | software.amazon.awscdk.services.evidently.CfnLaunch$ExecutionStatusObjectProperty | cdk.support/lookup-entry | :execution-status |
groups | java.util.List | cdk.support/lookup-entry | :groups |
metricMonitors | java.util.List | cdk.support/lookup-entry | :metric-monitors |
name | java.lang.String | cdk.support/lookup-entry | :name |
project | java.lang.String | cdk.support/lookup-entry | :project |
randomizationSalt | java.lang.String | cdk.support/lookup-entry | :randomization-salt |
scheduledSplitsConfig | java.util.List | cdk.support/lookup-entry | :scheduled-splits-config |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-launch-builder function updates a CfnLaunch$Builder instance using the provided configuration. The function takes the CfnLaunch$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionStatus` | software.amazon.awscdk.services.evidently.CfnLaunch$ExecutionStatusObjectProperty | [[cdk.support/lookup-entry]] | `:execution-status` | | `groups` | java.util.List | [[cdk.support/lookup-entry]] | `:groups` | | `metricMonitors` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-monitors` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `project` | java.lang.String | [[cdk.support/lookup-entry]] | `:project` | | `randomizationSalt` | java.lang.String | [[cdk.support/lookup-entry]] | `:randomization-salt` | | `scheduledSplitsConfig` | java.util.List | [[cdk.support/lookup-entry]] | `:scheduled-splits-config` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-launch-execution-status-object-property-builder builder id config)
The build-cfn-launch-execution-status-object-property-builder function updates a CfnLaunch$ExecutionStatusObjectProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$ExecutionStatusObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
desiredState | java.lang.String | cdk.support/lookup-entry | :desired-state |
reason | java.lang.String | cdk.support/lookup-entry | :reason |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-launch-execution-status-object-property-builder function updates a CfnLaunch$ExecutionStatusObjectProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$ExecutionStatusObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `desiredState` | java.lang.String | [[cdk.support/lookup-entry]] | `:desired-state` | | `reason` | java.lang.String | [[cdk.support/lookup-entry]] | `:reason` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-launch-group-to-weight-property-builder builder id config)
The build-cfn-launch-group-to-weight-property-builder function updates a CfnLaunch$GroupToWeightProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$GroupToWeightProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
splitWeight | java.lang.Number | cdk.support/lookup-entry | :split-weight |
The build-cfn-launch-group-to-weight-property-builder function updates a CfnLaunch$GroupToWeightProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$GroupToWeightProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `splitWeight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:split-weight` |
(build-cfn-launch-launch-group-object-property-builder builder id config)
The build-cfn-launch-launch-group-object-property-builder function updates a CfnLaunch$LaunchGroupObjectProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$LaunchGroupObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
feature | java.lang.String | cdk.support/lookup-entry | :feature |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
variation | java.lang.String | cdk.support/lookup-entry | :variation |
The build-cfn-launch-launch-group-object-property-builder function updates a CfnLaunch$LaunchGroupObjectProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$LaunchGroupObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `feature` | java.lang.String | [[cdk.support/lookup-entry]] | `:feature` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `variation` | java.lang.String | [[cdk.support/lookup-entry]] | `:variation` |
(build-cfn-launch-metric-definition-object-property-builder builder id config)
The build-cfn-launch-metric-definition-object-property-builder function updates a CfnLaunch$MetricDefinitionObjectProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$MetricDefinitionObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
entityIdKey | java.lang.String | cdk.support/lookup-entry | :entity-id-key |
eventPattern | java.lang.String | cdk.support/lookup-entry | :event-pattern |
metricName | java.lang.String | cdk.support/lookup-entry | :metric-name |
unitLabel | java.lang.String | cdk.support/lookup-entry | :unit-label |
valueKey | java.lang.String | cdk.support/lookup-entry | :value-key |
The build-cfn-launch-metric-definition-object-property-builder function updates a CfnLaunch$MetricDefinitionObjectProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$MetricDefinitionObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `entityIdKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:entity-id-key` | | `eventPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-pattern` | | `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` | | `unitLabel` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit-label` | | `valueKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:value-key` |
(build-cfn-launch-props-builder builder id config)
The build-cfn-launch-props-builder function updates a CfnLaunchProps$Builder instance using the provided configuration. The function takes the CfnLaunchProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
executionStatus | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :execution-status |
groups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :groups |
metricMonitors | java.util.List | cdk.support/lookup-entry | :metric-monitors |
name | java.lang.String | cdk.support/lookup-entry | :name |
project | java.lang.String | cdk.support/lookup-entry | :project |
randomizationSalt | java.lang.String | cdk.support/lookup-entry | :randomization-salt |
scheduledSplitsConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :scheduled-splits-config |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-launch-props-builder function updates a CfnLaunchProps$Builder instance using the provided configuration. The function takes the CfnLaunchProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionStatus` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execution-status` | | `groups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:groups` | | `metricMonitors` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-monitors` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `project` | java.lang.String | [[cdk.support/lookup-entry]] | `:project` | | `randomizationSalt` | java.lang.String | [[cdk.support/lookup-entry]] | `:randomization-salt` | | `scheduledSplitsConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scheduled-splits-config` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-launch-segment-override-property-builder builder id config)
The build-cfn-launch-segment-override-property-builder function updates a CfnLaunch$SegmentOverrideProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$SegmentOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
evaluationOrder | java.lang.Number | cdk.support/lookup-entry | :evaluation-order |
segment | java.lang.String | cdk.support/lookup-entry | :segment |
weights | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :weights |
The build-cfn-launch-segment-override-property-builder function updates a CfnLaunch$SegmentOverrideProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$SegmentOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `evaluationOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-order` | | `segment` | java.lang.String | [[cdk.support/lookup-entry]] | `:segment` | | `weights` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:weights` |
(build-cfn-launch-step-config-property-builder builder id config)
The build-cfn-launch-step-config-property-builder function updates a CfnLaunch$StepConfigProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$StepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupWeights | java.util.List | cdk.support/lookup-entry | :group-weights |
segmentOverrides | java.util.List | cdk.support/lookup-entry | :segment-overrides |
startTime | java.lang.String | cdk.support/lookup-entry | :start-time |
The build-cfn-launch-step-config-property-builder function updates a CfnLaunch$StepConfigProperty$Builder instance using the provided configuration. The function takes the CfnLaunch$StepConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupWeights` | java.util.List | [[cdk.support/lookup-entry]] | `:group-weights` | | `segmentOverrides` | java.util.List | [[cdk.support/lookup-entry]] | `:segment-overrides` | | `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
(build-cfn-project-app-config-resource-object-property-builder builder
id
config)
The build-cfn-project-app-config-resource-object-property-builder function updates a CfnProject$AppConfigResourceObjectProperty$Builder instance using the provided configuration. The function takes the CfnProject$AppConfigResourceObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
applicationId | java.lang.String | cdk.support/lookup-entry | :application-id |
environmentId | java.lang.String | cdk.support/lookup-entry | :environment-id |
The build-cfn-project-app-config-resource-object-property-builder function updates a CfnProject$AppConfigResourceObjectProperty$Builder instance using the provided configuration. The function takes the CfnProject$AppConfigResourceObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` | | `environmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-id` |
(build-cfn-project-builder builder id config)
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appConfigResource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :app-config-resource |
dataDelivery | software.amazon.awscdk.services.evidently.CfnProject$DataDeliveryObjectProperty | cdk.support/lookup-entry | :data-delivery |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration. The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appConfigResource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:app-config-resource` | | `dataDelivery` | software.amazon.awscdk.services.evidently.CfnProject$DataDeliveryObjectProperty | [[cdk.support/lookup-entry]] | `:data-delivery` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-project-data-delivery-object-property-builder builder id config)
The build-cfn-project-data-delivery-object-property-builder function updates a CfnProject$DataDeliveryObjectProperty$Builder instance using the provided configuration. The function takes the CfnProject$DataDeliveryObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroup | java.lang.String | cdk.support/lookup-entry | :log-group |
s3 | software.amazon.awscdk.services.evidently.CfnProject$S3DestinationProperty | cdk.support/lookup-entry | :s3 |
The build-cfn-project-data-delivery-object-property-builder function updates a CfnProject$DataDeliveryObjectProperty$Builder instance using the provided configuration. The function takes the CfnProject$DataDeliveryObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `logGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group` | | `s3` | software.amazon.awscdk.services.evidently.CfnProject$S3DestinationProperty | [[cdk.support/lookup-entry]] | `:s3` |
(build-cfn-project-props-builder builder id config)
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appConfigResource | software.amazon.awscdk.services.evidently.CfnProject$AppConfigResourceObjectProperty | cdk.support/lookup-entry | :app-config-resource |
dataDelivery | software.amazon.awscdk.services.evidently.CfnProject$DataDeliveryObjectProperty | cdk.support/lookup-entry | :data-delivery |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration. The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `appConfigResource` | software.amazon.awscdk.services.evidently.CfnProject$AppConfigResourceObjectProperty | [[cdk.support/lookup-entry]] | `:app-config-resource` | | `dataDelivery` | software.amazon.awscdk.services.evidently.CfnProject$DataDeliveryObjectProperty | [[cdk.support/lookup-entry]] | `:data-delivery` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-project-s3-destination-property-builder builder id config)
The build-cfn-project-s3-destination-property-builder function updates a CfnProject$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnProject$S3DestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-cfn-project-s3-destination-property-builder function updates a CfnProject$S3DestinationProperty$Builder instance using the provided configuration. The function takes the CfnProject$S3DestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-cfn-segment-builder builder id config)
The build-cfn-segment-builder function updates a CfnSegment$Builder instance using the provided configuration. The function takes the CfnSegment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
pattern | java.lang.String | cdk.support/lookup-entry | :pattern |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-segment-builder function updates a CfnSegment$Builder instance using the provided configuration. The function takes the CfnSegment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-segment-props-builder builder id config)
The build-cfn-segment-props-builder function updates a CfnSegmentProps$Builder instance using the provided configuration. The function takes the CfnSegmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
pattern | java.lang.String | cdk.support/lookup-entry | :pattern |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-segment-props-builder function updates a CfnSegmentProps$Builder instance using the provided configuration. The function takes the CfnSegmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-experiment-builder scope id config)
Creates a CfnExperiment$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnExperiment$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-experiment-metric-goal-object-property-builder id config)
Creates a CfnExperiment$MetricGoalObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExperiment$MetricGoalObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-experiment-online-ab-config-object-property-builder id config)
Creates a CfnExperiment$OnlineAbConfigObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExperiment$OnlineAbConfigObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-experiment-props-builder id config)
Creates a CfnExperimentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExperimentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-experiment-running-status-object-property-builder id config)
Creates a CfnExperiment$RunningStatusObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExperiment$RunningStatusObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-experiment-treatment-object-property-builder id config)
Creates a CfnExperiment$TreatmentObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExperiment$TreatmentObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-experiment-treatment-to-weight-property-builder id config)
Creates a CfnExperiment$TreatmentToWeightProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExperiment$TreatmentToWeightProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-feature-builder scope id config)
Creates a CfnFeature$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnFeature$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-feature-entity-override-property-builder id config)
Creates a CfnFeature$EntityOverrideProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFeature$EntityOverrideProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-feature-props-builder id config)
Creates a CfnFeatureProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFeatureProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-feature-variation-object-property-builder id config)
Creates a CfnFeature$VariationObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFeature$VariationObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-builder scope id config)
Creates a CfnLaunch$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnLaunch$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-execution-status-object-property-builder id config)
Creates a CfnLaunch$ExecutionStatusObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLaunch$ExecutionStatusObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-group-to-weight-property-builder id config)
Creates a CfnLaunch$GroupToWeightProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLaunch$GroupToWeightProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-launch-group-object-property-builder id config)
Creates a CfnLaunch$LaunchGroupObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLaunch$LaunchGroupObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-metric-definition-object-property-builder id config)
Creates a CfnLaunch$MetricDefinitionObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLaunch$MetricDefinitionObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-props-builder id config)
Creates a CfnLaunchProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLaunchProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-segment-override-property-builder id config)
Creates a CfnLaunch$SegmentOverrideProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLaunch$SegmentOverrideProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-launch-step-config-property-builder id config)
Creates a CfnLaunch$StepConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnLaunch$StepConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-app-config-resource-object-property-builder id config)
Creates a CfnProject$AppConfigResourceObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$AppConfigResourceObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-builder scope id config)
Creates a CfnProject$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnProject$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-data-delivery-object-property-builder id config)
Creates a CfnProject$DataDeliveryObjectProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$DataDeliveryObjectProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-props-builder id config)
Creates a CfnProjectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProjectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-project-s3-destination-property-builder id config)
Creates a CfnProject$S3DestinationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnProject$S3DestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-segment-builder scope id config)
Creates a CfnSegment$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSegment$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-segment-props-builder id config)
Creates a CfnSegmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnSegmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close