Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.simspaceweaver package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.simspaceweaver package.
(build-cfn-simulation-builder builder id config)
The build-cfn-simulation-builder function updates a CfnSimulation$Builder instance using the provided configuration. The function takes the CfnSimulation$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 |
---|---|---|---|
maximumDuration | java.lang.String | cdk.support/lookup-entry | :maximum-duration |
name | java.lang.String | cdk.support/lookup-entry | :name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
schemaS3Location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schema-s3-location |
snapshotS3Location | software.amazon.awscdk.services.simspaceweaver.CfnSimulation$S3LocationProperty | cdk.support/lookup-entry | :snapshot-s3-location |
The build-cfn-simulation-builder function updates a CfnSimulation$Builder instance using the provided configuration. The function takes the CfnSimulation$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 | |---|---|---|---| | `maximumDuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-duration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `schemaS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-s3-location` | | `snapshotS3Location` | software.amazon.awscdk.services.simspaceweaver.CfnSimulation$S3LocationProperty | [[cdk.support/lookup-entry]] | `:snapshot-s3-location` |
(build-cfn-simulation-props-builder builder id config)
The build-cfn-simulation-props-builder function updates a CfnSimulationProps$Builder instance using the provided configuration. The function takes the CfnSimulationProps$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 |
---|---|---|---|
maximumDuration | java.lang.String | cdk.support/lookup-entry | :maximum-duration |
name | java.lang.String | cdk.support/lookup-entry | :name |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
schemaS3Location | software.amazon.awscdk.services.simspaceweaver.CfnSimulation$S3LocationProperty | cdk.support/lookup-entry | :schema-s3-location |
snapshotS3Location | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :snapshot-s3-location |
The build-cfn-simulation-props-builder function updates a CfnSimulationProps$Builder instance using the provided configuration. The function takes the CfnSimulationProps$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 | |---|---|---|---| | `maximumDuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:maximum-duration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `schemaS3Location` | software.amazon.awscdk.services.simspaceweaver.CfnSimulation$S3LocationProperty | [[cdk.support/lookup-entry]] | `:schema-s3-location` | | `snapshotS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:snapshot-s3-location` |
(build-cfn-simulation-s3-location-property-builder builder id config)
The build-cfn-simulation-s3-location-property-builder function updates a CfnSimulation$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnSimulation$S3LocationProperty$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 |
objectKey | java.lang.String | cdk.support/lookup-entry | :object-key |
The build-cfn-simulation-s3-location-property-builder function updates a CfnSimulation$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnSimulation$S3LocationProperty$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` | | `objectKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key` |
(cfn-simulation-builder scope id config)
Creates a CfnSimulation$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 `CfnSimulation$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-simulation-props-builder id config)
Creates a CfnSimulationProps$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 `CfnSimulationProps$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-simulation-s3-location-property-builder id config)
Creates a CfnSimulation$S3LocationProperty$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 `CfnSimulation$S3LocationProperty$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