Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.fis

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. 
raw docstring

build-cfn-experiment-template-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionsjava.util.Mapcdk.support/lookup-entry:actions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
experimentOptionssoftware.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateExperimentOptionsPropertycdk.support/lookup-entry:experiment-options
logConfigurationsoftware.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateLogConfigurationPropertycdk.support/lookup-entry:log-configuration
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stopConditionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stop-conditions
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetsjava.util.Mapcdk.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` |
sourceraw docstring

build-cfn-experiment-template-cloud-watch-logs-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
logGroupArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-experiment-template-experiment-template-action-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionIdjava.lang.Stringcdk.support/lookup-entry:action-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
parametersjava.util.Mapcdk.support/lookup-entry:parameters
startAfterjava.util.Listcdk.support/lookup-entry:start-after
targetssoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-experiment-template-experiment-template-experiment-options-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountTargetingjava.lang.Stringcdk.support/lookup-entry:account-targeting
emptyTargetResolutionModejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-experiment-template-experiment-template-log-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
cloudWatchLogsConfigurationjava.lang.Objectcdk.support/lookup-entry:cloud-watch-logs-configuration
logSchemaVersionjava.lang.Numbercdk.support/lookup-entry:log-schema-version
s3Configurationjava.lang.Objectcdk.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` |
sourceraw docstring

build-cfn-experiment-template-experiment-template-stop-condition-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
sourcejava.lang.Stringcdk.support/lookup-entry:source
valuejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-experiment-template-experiment-template-target-filter-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
pathjava.lang.Stringcdk.support/lookup-entry:path
valuesjava.util.Listcdk.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` |
sourceraw docstring

build-cfn-experiment-template-experiment-template-target-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
filtersjava.util.Listcdk.support/lookup-entry:filters
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
resourceArnsjava.util.Listcdk.support/lookup-entry:resource-arns
resourceTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-tags
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
selectionModejava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-experiment-template-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
actionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
experimentOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:experiment-options
logConfigurationsoftware.amazon.awscdk.services.fis.CfnExperimentTemplate$ExperimentTemplateLogConfigurationPropertycdk.support/lookup-entry:log-configuration
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
stopConditionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stop-conditions
tagsjava.util.Mapcdk.support/lookup-entry:tags
targetsjava.util.Mapcdk.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` |
sourceraw docstring

build-cfn-experiment-template-s3-configuration-property-builderclj

(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:

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
prefixjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-target-account-configuration-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
experimentTemplateIdjava.lang.Stringcdk.support/lookup-entry:experiment-template-id
roleArnjava.lang.Stringcdk.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` |
sourceraw docstring

build-cfn-target-account-configuration-props-builderclj

(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:

FieldDataTypeLookup FunctionData Key
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
experimentTemplateIdjava.lang.Stringcdk.support/lookup-entry:experiment-template-id
roleArnjava.lang.Stringcdk.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` |
sourceraw docstring

cfn-experiment-template-builderclj

(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 |
sourceraw docstring

cfn-experiment-template-cloud-watch-logs-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-experiment-template-action-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-experiment-template-experiment-options-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-experiment-template-log-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-experiment-template-stop-condition-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-experiment-template-target-filter-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-experiment-template-target-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-experiment-template-s3-configuration-property-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cfn-target-account-configuration-builderclj

(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 |
sourceraw docstring

cfn-target-account-configuration-props-builderclj

(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:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData 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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close