Liking cljdoc? Tell your friends :D

cdk.api.services.simspaceweaver

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

build-cfn-simulation-builderclj

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

FieldDataTypeLookup FunctionData Key
maximumDurationjava.lang.Stringcdk.support/lookup-entry:maximum-duration
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
schemaS3Locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schema-s3-location
snapshotS3Locationsoftware.amazon.awscdk.services.simspaceweaver.CfnSimulation$S3LocationPropertycdk.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` |
sourceraw docstring

build-cfn-simulation-props-builderclj

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

FieldDataTypeLookup FunctionData Key
maximumDurationjava.lang.Stringcdk.support/lookup-entry:maximum-duration
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
schemaS3Locationsoftware.amazon.awscdk.services.simspaceweaver.CfnSimulation$S3LocationPropertycdk.support/lookup-entry:schema-s3-location
snapshotS3Locationsoftware.amazon.awscdk.IResolvablecdk.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` |
sourceraw docstring

build-cfn-simulation-s3-location-property-builderclj

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

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

cfn-simulation-builderclj

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

cfn-simulation-props-builderclj

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

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

cfn-simulation-s3-location-property-builderclj

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

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

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

× close