Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.fis package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.fis package.
(build-cfn-experiment-template-builder builder id config)
The build-cfn-experiment-template-builder function updates a CfnExperimentTemplate$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$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 |
---|---|---|---|
actions | java.util.Map | cdk.support/lookup-entry | :actions |
description | java.lang.String | cdk.support/lookup-entry | :description |
experimentOptions | software.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty | cdk.support/lookup-entry | :experiment-options |
logConfiguration | software.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty | cdk.support/lookup-entry | :log-configuration |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
stopConditions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :stop-conditions |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
targets | java.util.Map | cdk.support/lookup-entry | :targets |
The build-cfn-experiment-template-builder function updates a CfnExperimentTemplate$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$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 | |---|---|---|---| | `actions` | java.util.Map | [[cdk.support/lookup-entry]] | `:actions` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `experimentOptions` | software.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty | [[cdk.support/lookup-entry]] | `:experiment-options` | | `logConfiguration` | software.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty | [[cdk.support/lookup-entry]] | `:log-configuration` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `stopConditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stop-conditions` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `targets` | java.util.Map | [[cdk.support/lookup-entry]] | `:targets` |
(build-cfn-experiment-template-cloud-watch-logs-configuration-property-builder
builder
id
config)
The build-cfn-experiment-template-cloud-watch-logs-configuration-property-builder function updates a CfnExperimentTemplate$CloudWatchLogsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$CloudWatchLogsConfigurationProperty$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 |
---|---|---|---|
logGroupArn | java.lang.String | cdk.support/lookup-entry | :log-group-arn |
The build-cfn-experiment-template-cloud-watch-logs-configuration-property-builder function updates a CfnExperimentTemplate$CloudWatchLogsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$CloudWatchLogsConfigurationProperty$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 | |---|---|---|---| | `logGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-arn` |
(build-cfn-experiment-template-experiment-template-action-property-builder
builder
id
config)
The build-cfn-experiment-template-experiment-template-action-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateActionProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateActionProperty$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 |
---|---|---|---|
actionId | java.lang.String | cdk.support/lookup-entry | :action-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
parameters | java.util.Map | cdk.support/lookup-entry | :parameters |
startAfter | java.util.List | cdk.support/lookup-entry | :start-after |
targets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :targets |
The build-cfn-experiment-template-experiment-template-action-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateActionProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateActionProperty$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 | |---|---|---|---| | `actionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` | | `startAfter` | java.util.List | [[cdk.support/lookup-entry]] | `:start-after` | | `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` |
(build-cfn-experiment-template-experiment-template-experiment-options-property-builder
builder
id
config)
The build-cfn-experiment-template-experiment-template-experiment-options-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty$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 |
---|---|---|---|
accountTargeting | java.lang.String | cdk.support/lookup-entry | :account-targeting |
emptyTargetResolutionMode | java.lang.String | cdk.support/lookup-entry | :empty-target-resolution-mode |
The build-cfn-experiment-template-experiment-template-experiment-options-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty$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 | |---|---|---|---| | `accountTargeting` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-targeting` | | `emptyTargetResolutionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:empty-target-resolution-mode` |
(build-cfn-experiment-template-experiment-template-log-configuration-property-builder
builder
id
config)
The build-cfn-experiment-template-experiment-template-log-configuration-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty$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 |
---|---|---|---|
cloudWatchLogsConfiguration | java.lang.Object | cdk.support/lookup-entry | :cloud-watch-logs-configuration |
logSchemaVersion | java.lang.Number | cdk.support/lookup-entry | :log-schema-version |
s3Configuration | java.lang.Object | cdk.support/lookup-entry | :s3-configuration |
The build-cfn-experiment-template-experiment-template-log-configuration-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty$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 | |---|---|---|---| | `cloudWatchLogsConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-configuration` | | `logSchemaVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:log-schema-version` | | `s3Configuration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:s3-configuration` |
(build-cfn-experiment-template-experiment-template-stop-condition-property-builder
builder
id
config)
The build-cfn-experiment-template-experiment-template-stop-condition-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateStopConditionProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateStopConditionProperty$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 |
---|---|---|---|
source | java.lang.String | cdk.support/lookup-entry | :source |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-experiment-template-experiment-template-stop-condition-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateStopConditionProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateStopConditionProperty$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 | |---|---|---|---| | `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-experiment-template-experiment-template-target-filter-property-builder
builder
id
config)
The build-cfn-experiment-template-experiment-template-target-filter-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateTargetFilterProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateTargetFilterProperty$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 |
---|---|---|---|
path | java.lang.String | cdk.support/lookup-entry | :path |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-experiment-template-experiment-template-target-filter-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateTargetFilterProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateTargetFilterProperty$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 | |---|---|---|---| | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-experiment-template-experiment-template-target-property-builder
builder
id
config)
The build-cfn-experiment-template-experiment-template-target-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateTargetProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateTargetProperty$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 |
---|---|---|---|
filters | java.util.List | cdk.support/lookup-entry | :filters |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
resourceArns | java.util.List | cdk.support/lookup-entry | :resource-arns |
resourceTags | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :resource-tags |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
selectionMode | java.lang.String | cdk.support/lookup-entry | :selection-mode |
The build-cfn-experiment-template-experiment-template-target-property-builder function updates a CfnExperimentTemplate$ExperimentTemplateTargetProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$ExperimentTemplateTargetProperty$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 | |---|---|---|---| | `filters` | java.util.List | [[cdk.support/lookup-entry]] | `:filters` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `resourceArns` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-arns` | | `resourceTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-tags` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `selectionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:selection-mode` |
(build-cfn-experiment-template-props-builder builder id config)
The build-cfn-experiment-template-props-builder function updates a CfnExperimentTemplateProps$Builder instance using the provided configuration. The function takes the CfnExperimentTemplateProps$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 |
---|---|---|---|
actions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :actions |
description | java.lang.String | cdk.support/lookup-entry | :description |
experimentOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :experiment-options |
logConfiguration | software.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty | cdk.support/lookup-entry | :log-configuration |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
stopConditions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :stop-conditions |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
targets | java.util.Map | cdk.support/lookup-entry | :targets |
The build-cfn-experiment-template-props-builder function updates a CfnExperimentTemplateProps$Builder instance using the provided configuration. The function takes the CfnExperimentTemplateProps$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 | |---|---|---|---| | `actions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `experimentOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:experiment-options` | | `logConfiguration` | software.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty | [[cdk.support/lookup-entry]] | `:log-configuration` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `stopConditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stop-conditions` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `targets` | java.util.Map | [[cdk.support/lookup-entry]] | `:targets` |
(build-cfn-experiment-template-s3-configuration-property-builder builder
id
config)
The build-cfn-experiment-template-s3-configuration-property-builder function updates a CfnExperimentTemplate$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$S3ConfigurationProperty$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-experiment-template-s3-configuration-property-builder function updates a CfnExperimentTemplate$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExperimentTemplate$S3ConfigurationProperty$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-target-account-configuration-builder builder id config)
The build-cfn-target-account-configuration-builder function updates a CfnTargetAccountConfiguration$Builder instance using the provided configuration. The function takes the CfnTargetAccountConfiguration$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 |
---|---|---|---|
accountId | java.lang.String | cdk.support/lookup-entry | :account-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
experimentTemplateId | java.lang.String | cdk.support/lookup-entry | :experiment-template-id |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-target-account-configuration-builder function updates a CfnTargetAccountConfiguration$Builder instance using the provided configuration. The function takes the CfnTargetAccountConfiguration$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 | |---|---|---|---| | `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `experimentTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:experiment-template-id` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-target-account-configuration-props-builder builder id config)
The build-cfn-target-account-configuration-props-builder function updates a CfnTargetAccountConfigurationProps$Builder instance using the provided configuration. The function takes the CfnTargetAccountConfigurationProps$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 |
---|---|---|---|
accountId | java.lang.String | cdk.support/lookup-entry | :account-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
experimentTemplateId | java.lang.String | cdk.support/lookup-entry | :experiment-template-id |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-target-account-configuration-props-builder function updates a CfnTargetAccountConfigurationProps$Builder instance using the provided configuration. The function takes the CfnTargetAccountConfigurationProps$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 | |---|---|---|---| | `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `experimentTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:experiment-template-id` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(cfn-experiment-template-builder scope id config)
Creates a CfnExperimentTemplate$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 `CfnExperimentTemplate$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-template-cloud-watch-logs-configuration-property-builder id
config)
Creates a CfnExperimentTemplate$CloudWatchLogsConfigurationProperty$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 `CfnExperimentTemplate$CloudWatchLogsConfigurationProperty$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-template-experiment-template-action-property-builder id config)
Creates a CfnExperimentTemplate$ExperimentTemplateActionProperty$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 `CfnExperimentTemplate$ExperimentTemplateActionProperty$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-template-experiment-template-experiment-options-property-builder
id
config)
Creates a CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty$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 `CfnExperimentTemplate$ExperimentTemplateExperimentOptionsProperty$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-template-experiment-template-log-configuration-property-builder
id
config)
Creates a CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty$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 `CfnExperimentTemplate$ExperimentTemplateLogConfigurationProperty$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-template-experiment-template-stop-condition-property-builder
id
config)
Creates a CfnExperimentTemplate$ExperimentTemplateStopConditionProperty$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 `CfnExperimentTemplate$ExperimentTemplateStopConditionProperty$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-template-experiment-template-target-filter-property-builder
id
config)
Creates a CfnExperimentTemplate$ExperimentTemplateTargetFilterProperty$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 `CfnExperimentTemplate$ExperimentTemplateTargetFilterProperty$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-template-experiment-template-target-property-builder id config)
Creates a CfnExperimentTemplate$ExperimentTemplateTargetProperty$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 `CfnExperimentTemplate$ExperimentTemplateTargetProperty$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-template-props-builder id config)
Creates a CfnExperimentTemplateProps$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 `CfnExperimentTemplateProps$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-template-s3-configuration-property-builder id config)
Creates a CfnExperimentTemplate$S3ConfigurationProperty$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 `CfnExperimentTemplate$S3ConfigurationProperty$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-target-account-configuration-builder scope id config)
Creates a CfnTargetAccountConfiguration$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 `CfnTargetAccountConfiguration$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-target-account-configuration-props-builder id config)
Creates a CfnTargetAccountConfigurationProps$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 `CfnTargetAccountConfigurationProps$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