Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.appstream

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.appstream package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.appstream package. 
raw docstring

build-cfn-app-block-builderclj

(build-cfn-app-block-builder builder id config)

The build-cfn-app-block-builder function updates a CfnAppBlock$Builder instance using the provided configuration. The function takes the CfnAppBlock$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
namejava.lang.Stringcdk.support/lookup-entry:name
packagingTypejava.lang.Stringcdk.support/lookup-entry:packaging-type
postSetupScriptDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:post-setup-script-details
setupScriptDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:setup-script-details
sourceS3Locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-s3-location
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-app-block-builder function updates a CfnAppBlock$Builder instance using the provided configuration.
  The function takes the CfnAppBlock$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` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `packagingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging-type` |
| `postSetupScriptDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:post-setup-script-details` |
| `setupScriptDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:setup-script-details` |
| `sourceS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-s3-location` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-app-block-builder-access-endpoint-property-builderclj

(build-cfn-app-block-builder-access-endpoint-property-builder builder id config)

The build-cfn-app-block-builder-access-endpoint-property-builder function updates a CfnAppBlockBuilder$AccessEndpointProperty$Builder instance using the provided configuration. The function takes the CfnAppBlockBuilder$AccessEndpointProperty$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
endpointTypejava.lang.Stringcdk.support/lookup-entry:endpoint-type
vpceIdjava.lang.Stringcdk.support/lookup-entry:vpce-id
The build-cfn-app-block-builder-access-endpoint-property-builder function updates a CfnAppBlockBuilder$AccessEndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnAppBlockBuilder$AccessEndpointProperty$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 |
|---|---|---|---|
| `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` |
| `vpceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-id` |
sourceraw docstring

build-cfn-app-block-builder-builderclj

(build-cfn-app-block-builder-builder builder id config)

The build-cfn-app-block-builder-builder function updates a CfnAppBlockBuilder$Builder instance using the provided configuration. The function takes the CfnAppBlockBuilder$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
accessEndpointsjava.util.Listcdk.support/lookup-entry:access-endpoints
appBlockArnsjava.util.Listcdk.support/lookup-entry:app-block-arns
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
enableDefaultInternetAccessjava.lang.Booleancdk.support/lookup-entry:enable-default-internet-access
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
namejava.lang.Stringcdk.support/lookup-entry:name
platformjava.lang.Stringcdk.support/lookup-entry:platform
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.services.appstream.CfnAppBlockBuilder$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-app-block-builder-builder function updates a CfnAppBlockBuilder$Builder instance using the provided configuration.
  The function takes the CfnAppBlockBuilder$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 |
|---|---|---|---|
| `accessEndpoints` | java.util.List | [[cdk.support/lookup-entry]] | `:access-endpoints` |
| `appBlockArns` | java.util.List | [[cdk.support/lookup-entry]] | `:app-block-arns` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `enableDefaultInternetAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-default-internet-access` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.services.appstream.CfnAppBlockBuilder$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-app-block-builder-props-builderclj

(build-cfn-app-block-builder-props-builder builder id config)

The build-cfn-app-block-builder-props-builder function updates a CfnAppBlockBuilderProps$Builder instance using the provided configuration. The function takes the CfnAppBlockBuilderProps$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
accessEndpointssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-endpoints
appBlockArnsjava.util.Listcdk.support/lookup-entry:app-block-arns
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
enableDefaultInternetAccessjava.lang.Booleancdk.support/lookup-entry:enable-default-internet-access
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
namejava.lang.Stringcdk.support/lookup-entry:name
platformjava.lang.Stringcdk.support/lookup-entry:platform
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-app-block-builder-props-builder function updates a CfnAppBlockBuilderProps$Builder instance using the provided configuration.
  The function takes the CfnAppBlockBuilderProps$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 |
|---|---|---|---|
| `accessEndpoints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-endpoints` |
| `appBlockArns` | java.util.List | [[cdk.support/lookup-entry]] | `:app-block-arns` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `enableDefaultInternetAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-default-internet-access` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-app-block-builder-vpc-config-property-builderclj

(build-cfn-app-block-builder-vpc-config-property-builder builder id config)

The build-cfn-app-block-builder-vpc-config-property-builder function updates a CfnAppBlockBuilder$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnAppBlockBuilder$VpcConfigProperty$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
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-app-block-builder-vpc-config-property-builder function updates a CfnAppBlockBuilder$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnAppBlockBuilder$VpcConfigProperty$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 |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
sourceraw docstring

build-cfn-app-block-props-builderclj

(build-cfn-app-block-props-builder builder id config)

The build-cfn-app-block-props-builder function updates a CfnAppBlockProps$Builder instance using the provided configuration. The function takes the CfnAppBlockProps$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
namejava.lang.Stringcdk.support/lookup-entry:name
packagingTypejava.lang.Stringcdk.support/lookup-entry:packaging-type
postSetupScriptDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:post-setup-script-details
setupScriptDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:setup-script-details
sourceS3Locationsoftware.amazon.awscdk.services.appstream.CfnAppBlock$S3LocationPropertycdk.support/lookup-entry:source-s3-location
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-app-block-props-builder function updates a CfnAppBlockProps$Builder instance using the provided configuration.
  The function takes the CfnAppBlockProps$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` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `packagingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:packaging-type` |
| `postSetupScriptDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:post-setup-script-details` |
| `setupScriptDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:setup-script-details` |
| `sourceS3Location` | software.amazon.awscdk.services.appstream.CfnAppBlock$S3LocationProperty | [[cdk.support/lookup-entry]] | `:source-s3-location` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-app-block-s3-location-property-builderclj

(build-cfn-app-block-s3-location-property-builder builder id config)

The build-cfn-app-block-s3-location-property-builder function updates a CfnAppBlock$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnAppBlock$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
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
The build-cfn-app-block-s3-location-property-builder function updates a CfnAppBlock$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnAppBlock$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 |
|---|---|---|---|
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key` |
sourceraw docstring

build-cfn-app-block-script-details-property-builderclj

(build-cfn-app-block-script-details-property-builder builder id config)

The build-cfn-app-block-script-details-property-builder function updates a CfnAppBlock$ScriptDetailsProperty$Builder instance using the provided configuration. The function takes the CfnAppBlock$ScriptDetailsProperty$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
executableParametersjava.lang.Stringcdk.support/lookup-entry:executable-parameters
executablePathjava.lang.Stringcdk.support/lookup-entry:executable-path
scriptS3Locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:script-s3-location
timeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-in-seconds
The build-cfn-app-block-script-details-property-builder function updates a CfnAppBlock$ScriptDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnAppBlock$ScriptDetailsProperty$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 |
|---|---|---|---|
| `executableParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:executable-parameters` |
| `executablePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:executable-path` |
| `scriptS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:script-s3-location` |
| `timeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-seconds` |
sourceraw docstring

build-cfn-application-builderclj

(build-cfn-application-builder builder id config)

The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$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
appBlockArnjava.lang.Stringcdk.support/lookup-entry:app-block-arn
attributesToDeletejava.util.Listcdk.support/lookup-entry:attributes-to-delete
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
iconS3Locationsoftware.amazon.awscdk.services.appstream.CfnApplication$S3LocationPropertycdk.support/lookup-entry:icon-s3-location
instanceFamiliesjava.util.Listcdk.support/lookup-entry:instance-families
launchParametersjava.lang.Stringcdk.support/lookup-entry:launch-parameters
launchPathjava.lang.Stringcdk.support/lookup-entry:launch-path
namejava.lang.Stringcdk.support/lookup-entry:name
platformsjava.util.Listcdk.support/lookup-entry:platforms
tagsjava.util.Listcdk.support/lookup-entry:tags
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration.
  The function takes the CfnApplication$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 |
|---|---|---|---|
| `appBlockArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-block-arn` |
| `attributesToDelete` | java.util.List | [[cdk.support/lookup-entry]] | `:attributes-to-delete` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `iconS3Location` | software.amazon.awscdk.services.appstream.CfnApplication$S3LocationProperty | [[cdk.support/lookup-entry]] | `:icon-s3-location` |
| `instanceFamilies` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-families` |
| `launchParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-parameters` |
| `launchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-path` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `platforms` | java.util.List | [[cdk.support/lookup-entry]] | `:platforms` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-cfn-application-entitlement-association-builderclj

(build-cfn-application-entitlement-association-builder builder id config)

The build-cfn-application-entitlement-association-builder function updates a CfnApplicationEntitlementAssociation$Builder instance using the provided configuration. The function takes the CfnApplicationEntitlementAssociation$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
applicationIdentifierjava.lang.Stringcdk.support/lookup-entry:application-identifier
entitlementNamejava.lang.Stringcdk.support/lookup-entry:entitlement-name
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
The build-cfn-application-entitlement-association-builder function updates a CfnApplicationEntitlementAssociation$Builder instance using the provided configuration.
  The function takes the CfnApplicationEntitlementAssociation$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 |
|---|---|---|---|
| `applicationIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-identifier` |
| `entitlementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:entitlement-name` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
sourceraw docstring

build-cfn-application-entitlement-association-props-builderclj

(build-cfn-application-entitlement-association-props-builder builder id config)

The build-cfn-application-entitlement-association-props-builder function updates a CfnApplicationEntitlementAssociationProps$Builder instance using the provided configuration. The function takes the CfnApplicationEntitlementAssociationProps$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
applicationIdentifierjava.lang.Stringcdk.support/lookup-entry:application-identifier
entitlementNamejava.lang.Stringcdk.support/lookup-entry:entitlement-name
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
The build-cfn-application-entitlement-association-props-builder function updates a CfnApplicationEntitlementAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationEntitlementAssociationProps$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 |
|---|---|---|---|
| `applicationIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-identifier` |
| `entitlementName` | java.lang.String | [[cdk.support/lookup-entry]] | `:entitlement-name` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
sourceraw docstring

build-cfn-application-fleet-association-builderclj

(build-cfn-application-fleet-association-builder builder id config)

The build-cfn-application-fleet-association-builder function updates a CfnApplicationFleetAssociation$Builder instance using the provided configuration. The function takes the CfnApplicationFleetAssociation$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
applicationArnjava.lang.Stringcdk.support/lookup-entry:application-arn
fleetNamejava.lang.Stringcdk.support/lookup-entry:fleet-name
The build-cfn-application-fleet-association-builder function updates a CfnApplicationFleetAssociation$Builder instance using the provided configuration.
  The function takes the CfnApplicationFleetAssociation$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 |
|---|---|---|---|
| `applicationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-arn` |
| `fleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-name` |
sourceraw docstring

build-cfn-application-fleet-association-props-builderclj

(build-cfn-application-fleet-association-props-builder builder id config)

The build-cfn-application-fleet-association-props-builder function updates a CfnApplicationFleetAssociationProps$Builder instance using the provided configuration. The function takes the CfnApplicationFleetAssociationProps$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
applicationArnjava.lang.Stringcdk.support/lookup-entry:application-arn
fleetNamejava.lang.Stringcdk.support/lookup-entry:fleet-name
The build-cfn-application-fleet-association-props-builder function updates a CfnApplicationFleetAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationFleetAssociationProps$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 |
|---|---|---|---|
| `applicationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-arn` |
| `fleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-name` |
sourceraw docstring

build-cfn-application-props-builderclj

(build-cfn-application-props-builder builder id config)

The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$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
appBlockArnjava.lang.Stringcdk.support/lookup-entry:app-block-arn
attributesToDeletejava.util.Listcdk.support/lookup-entry:attributes-to-delete
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
iconS3Locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:icon-s3-location
instanceFamiliesjava.util.Listcdk.support/lookup-entry:instance-families
launchParametersjava.lang.Stringcdk.support/lookup-entry:launch-parameters
launchPathjava.lang.Stringcdk.support/lookup-entry:launch-path
namejava.lang.Stringcdk.support/lookup-entry:name
platformsjava.util.Listcdk.support/lookup-entry:platforms
tagsjava.util.Listcdk.support/lookup-entry:tags
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationProps$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 |
|---|---|---|---|
| `appBlockArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-block-arn` |
| `attributesToDelete` | java.util.List | [[cdk.support/lookup-entry]] | `:attributes-to-delete` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `iconS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:icon-s3-location` |
| `instanceFamilies` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-families` |
| `launchParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-parameters` |
| `launchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-path` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `platforms` | java.util.List | [[cdk.support/lookup-entry]] | `:platforms` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-cfn-application-s3-location-property-builderclj

(build-cfn-application-s3-location-property-builder builder id config)

The build-cfn-application-s3-location-property-builder function updates a CfnApplication$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$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
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
The build-cfn-application-s3-location-property-builder function updates a CfnApplication$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$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 |
|---|---|---|---|
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key` |
sourceraw docstring

build-cfn-directory-config-builderclj

(build-cfn-directory-config-builder builder id config)

The build-cfn-directory-config-builder function updates a CfnDirectoryConfig$Builder instance using the provided configuration. The function takes the CfnDirectoryConfig$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
certificateBasedAuthPropertiessoftware.amazon.awscdk.services.appstream.CfnDirectoryConfig$CertificateBasedAuthPropertiesPropertycdk.support/lookup-entry:certificate-based-auth-properties
directoryNamejava.lang.Stringcdk.support/lookup-entry:directory-name
organizationalUnitDistinguishedNamesjava.util.Listcdk.support/lookup-entry:organizational-unit-distinguished-names
serviceAccountCredentialssoftware.amazon.awscdk.services.appstream.CfnDirectoryConfig$ServiceAccountCredentialsPropertycdk.support/lookup-entry:service-account-credentials
The build-cfn-directory-config-builder function updates a CfnDirectoryConfig$Builder instance using the provided configuration.
  The function takes the CfnDirectoryConfig$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 |
|---|---|---|---|
| `certificateBasedAuthProperties` | software.amazon.awscdk.services.appstream.CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty | [[cdk.support/lookup-entry]] | `:certificate-based-auth-properties` |
| `directoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-name` |
| `organizationalUnitDistinguishedNames` | java.util.List | [[cdk.support/lookup-entry]] | `:organizational-unit-distinguished-names` |
| `serviceAccountCredentials` | software.amazon.awscdk.services.appstream.CfnDirectoryConfig$ServiceAccountCredentialsProperty | [[cdk.support/lookup-entry]] | `:service-account-credentials` |
sourceraw docstring

build-cfn-directory-config-certificate-based-auth-properties-property-builderclj

(build-cfn-directory-config-certificate-based-auth-properties-property-builder
  builder
  id
  config)

The build-cfn-directory-config-certificate-based-auth-properties-property-builder function updates a CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty$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
certificateAuthorityArnjava.lang.Stringcdk.support/lookup-entry:certificate-authority-arn
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-directory-config-certificate-based-auth-properties-property-builder function updates a CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty$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 |
|---|---|---|---|
| `certificateAuthorityArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-authority-arn` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-directory-config-props-builderclj

(build-cfn-directory-config-props-builder builder id config)

The build-cfn-directory-config-props-builder function updates a CfnDirectoryConfigProps$Builder instance using the provided configuration. The function takes the CfnDirectoryConfigProps$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
certificateBasedAuthPropertiessoftware.amazon.awscdk.services.appstream.CfnDirectoryConfig$CertificateBasedAuthPropertiesPropertycdk.support/lookup-entry:certificate-based-auth-properties
directoryNamejava.lang.Stringcdk.support/lookup-entry:directory-name
organizationalUnitDistinguishedNamesjava.util.Listcdk.support/lookup-entry:organizational-unit-distinguished-names
serviceAccountCredentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-account-credentials
The build-cfn-directory-config-props-builder function updates a CfnDirectoryConfigProps$Builder instance using the provided configuration.
  The function takes the CfnDirectoryConfigProps$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 |
|---|---|---|---|
| `certificateBasedAuthProperties` | software.amazon.awscdk.services.appstream.CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty | [[cdk.support/lookup-entry]] | `:certificate-based-auth-properties` |
| `directoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-name` |
| `organizationalUnitDistinguishedNames` | java.util.List | [[cdk.support/lookup-entry]] | `:organizational-unit-distinguished-names` |
| `serviceAccountCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-account-credentials` |
sourceraw docstring

build-cfn-directory-config-service-account-credentials-property-builderclj

(build-cfn-directory-config-service-account-credentials-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-directory-config-service-account-credentials-property-builder function updates a CfnDirectoryConfig$ServiceAccountCredentialsProperty$Builder instance using the provided configuration. The function takes the CfnDirectoryConfig$ServiceAccountCredentialsProperty$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
accountNamejava.lang.Stringcdk.support/lookup-entry:account-name
accountPasswordjava.lang.Stringcdk.support/lookup-entry:account-password
The build-cfn-directory-config-service-account-credentials-property-builder function updates a CfnDirectoryConfig$ServiceAccountCredentialsProperty$Builder instance using the provided configuration.
  The function takes the CfnDirectoryConfig$ServiceAccountCredentialsProperty$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 |
|---|---|---|---|
| `accountName` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-name` |
| `accountPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-password` |
sourceraw docstring

build-cfn-entitlement-attribute-property-builderclj

(build-cfn-entitlement-attribute-property-builder builder id config)

The build-cfn-entitlement-attribute-property-builder function updates a CfnEntitlement$AttributeProperty$Builder instance using the provided configuration. The function takes the CfnEntitlement$AttributeProperty$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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-entitlement-attribute-property-builder function updates a CfnEntitlement$AttributeProperty$Builder instance using the provided configuration.
  The function takes the CfnEntitlement$AttributeProperty$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-entitlement-builderclj

(build-cfn-entitlement-builder builder id config)

The build-cfn-entitlement-builder function updates a CfnEntitlement$Builder instance using the provided configuration. The function takes the CfnEntitlement$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
appVisibilityjava.lang.Stringcdk.support/lookup-entry:app-visibility
attributesjava.util.Listcdk.support/lookup-entry:attributes
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
The build-cfn-entitlement-builder function updates a CfnEntitlement$Builder instance using the provided configuration.
  The function takes the CfnEntitlement$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 |
|---|---|---|---|
| `appVisibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-visibility` |
| `attributes` | java.util.List | [[cdk.support/lookup-entry]] | `:attributes` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
sourceraw docstring

build-cfn-entitlement-props-builderclj

(build-cfn-entitlement-props-builder builder id config)

The build-cfn-entitlement-props-builder function updates a CfnEntitlementProps$Builder instance using the provided configuration. The function takes the CfnEntitlementProps$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
appVisibilityjava.lang.Stringcdk.support/lookup-entry:app-visibility
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
The build-cfn-entitlement-props-builder function updates a CfnEntitlementProps$Builder instance using the provided configuration.
  The function takes the CfnEntitlementProps$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 |
|---|---|---|---|
| `appVisibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-visibility` |
| `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
sourceraw docstring

build-cfn-fleet-builderclj

(build-cfn-fleet-builder builder id config)

The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration. The function takes the CfnFleet$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
computeCapacitysoftware.amazon.awscdk.services.appstream.CfnFleet$ComputeCapacityPropertycdk.support/lookup-entry:compute-capacity
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disconnectTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:disconnect-timeout-in-seconds
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
domainJoinInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:domain-join-info
enableDefaultInternetAccessjava.lang.Booleancdk.support/lookup-entry:enable-default-internet-access
fleetTypejava.lang.Stringcdk.support/lookup-entry:fleet-type
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
idleDisconnectTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:idle-disconnect-timeout-in-seconds
imageArnjava.lang.Stringcdk.support/lookup-entry:image-arn
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
maxConcurrentSessionsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-sessions
maxSessionsPerInstancejava.lang.Numbercdk.support/lookup-entry:max-sessions-per-instance
maxUserDurationInSecondsjava.lang.Numbercdk.support/lookup-entry:max-user-duration-in-seconds
namejava.lang.Stringcdk.support/lookup-entry:name
platformjava.lang.Stringcdk.support/lookup-entry:platform
sessionScriptS3Locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:session-script-s3-location
streamViewjava.lang.Stringcdk.support/lookup-entry:stream-view
tagsjava.util.Listcdk.support/lookup-entry:tags
usbDeviceFilterStringsjava.util.Listcdk.support/lookup-entry:usb-device-filter-strings
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration.
  The function takes the CfnFleet$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 |
|---|---|---|---|
| `computeCapacity` | software.amazon.awscdk.services.appstream.CfnFleet$ComputeCapacityProperty | [[cdk.support/lookup-entry]] | `:compute-capacity` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disconnectTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:disconnect-timeout-in-seconds` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `domainJoinInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:domain-join-info` |
| `enableDefaultInternetAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-default-internet-access` |
| `fleetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-type` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
| `idleDisconnectTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:idle-disconnect-timeout-in-seconds` |
| `imageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-arn` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `maxConcurrentSessions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-sessions` |
| `maxSessionsPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-sessions-per-instance` |
| `maxUserDurationInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-user-duration-in-seconds` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `sessionScriptS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:session-script-s3-location` |
| `streamView` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-view` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `usbDeviceFilterStrings` | java.util.List | [[cdk.support/lookup-entry]] | `:usb-device-filter-strings` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-fleet-compute-capacity-property-builderclj

(build-cfn-fleet-compute-capacity-property-builder builder id config)

The build-cfn-fleet-compute-capacity-property-builder function updates a CfnFleet$ComputeCapacityProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ComputeCapacityProperty$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
desiredInstancesjava.lang.Numbercdk.support/lookup-entry:desired-instances
desiredSessionsjava.lang.Numbercdk.support/lookup-entry:desired-sessions
The build-cfn-fleet-compute-capacity-property-builder function updates a CfnFleet$ComputeCapacityProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$ComputeCapacityProperty$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 |
|---|---|---|---|
| `desiredInstances` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-instances` |
| `desiredSessions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-sessions` |
sourceraw docstring

build-cfn-fleet-domain-join-info-property-builderclj

(build-cfn-fleet-domain-join-info-property-builder builder id config)

The build-cfn-fleet-domain-join-info-property-builder function updates a CfnFleet$DomainJoinInfoProperty$Builder instance using the provided configuration. The function takes the CfnFleet$DomainJoinInfoProperty$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
directoryNamejava.lang.Stringcdk.support/lookup-entry:directory-name
organizationalUnitDistinguishedNamejava.lang.Stringcdk.support/lookup-entry:organizational-unit-distinguished-name
The build-cfn-fleet-domain-join-info-property-builder function updates a CfnFleet$DomainJoinInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$DomainJoinInfoProperty$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 |
|---|---|---|---|
| `directoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-name` |
| `organizationalUnitDistinguishedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organizational-unit-distinguished-name` |
sourceraw docstring

build-cfn-fleet-props-builderclj

(build-cfn-fleet-props-builder builder id config)

The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration. The function takes the CfnFleetProps$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
computeCapacitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:compute-capacity
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disconnectTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:disconnect-timeout-in-seconds
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
domainJoinInfosoftware.amazon.awscdk.services.appstream.CfnFleet$DomainJoinInfoPropertycdk.support/lookup-entry:domain-join-info
enableDefaultInternetAccessjava.lang.Booleancdk.support/lookup-entry:enable-default-internet-access
fleetTypejava.lang.Stringcdk.support/lookup-entry:fleet-type
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
idleDisconnectTimeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:idle-disconnect-timeout-in-seconds
imageArnjava.lang.Stringcdk.support/lookup-entry:image-arn
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
maxConcurrentSessionsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-sessions
maxSessionsPerInstancejava.lang.Numbercdk.support/lookup-entry:max-sessions-per-instance
maxUserDurationInSecondsjava.lang.Numbercdk.support/lookup-entry:max-user-duration-in-seconds
namejava.lang.Stringcdk.support/lookup-entry:name
platformjava.lang.Stringcdk.support/lookup-entry:platform
sessionScriptS3Locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:session-script-s3-location
streamViewjava.lang.Stringcdk.support/lookup-entry:stream-view
tagsjava.util.Listcdk.support/lookup-entry:tags
usbDeviceFilterStringsjava.util.Listcdk.support/lookup-entry:usb-device-filter-strings
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration.
  The function takes the CfnFleetProps$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 |
|---|---|---|---|
| `computeCapacity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:compute-capacity` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disconnectTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:disconnect-timeout-in-seconds` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `domainJoinInfo` | software.amazon.awscdk.services.appstream.CfnFleet$DomainJoinInfoProperty | [[cdk.support/lookup-entry]] | `:domain-join-info` |
| `enableDefaultInternetAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-default-internet-access` |
| `fleetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-type` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
| `idleDisconnectTimeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:idle-disconnect-timeout-in-seconds` |
| `imageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-arn` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `maxConcurrentSessions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-sessions` |
| `maxSessionsPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-sessions-per-instance` |
| `maxUserDurationInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-user-duration-in-seconds` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `platform` | java.lang.String | [[cdk.support/lookup-entry]] | `:platform` |
| `sessionScriptS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:session-script-s3-location` |
| `streamView` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-view` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `usbDeviceFilterStrings` | java.util.List | [[cdk.support/lookup-entry]] | `:usb-device-filter-strings` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-fleet-s3-location-property-builderclj

(build-cfn-fleet-s3-location-property-builder builder id config)

The build-cfn-fleet-s3-location-property-builder function updates a CfnFleet$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$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
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
The build-cfn-fleet-s3-location-property-builder function updates a CfnFleet$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$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 |
|---|---|---|---|
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key` |
sourceraw docstring

build-cfn-fleet-vpc-config-property-builderclj

(build-cfn-fleet-vpc-config-property-builder builder id config)

The build-cfn-fleet-vpc-config-property-builder function updates a CfnFleet$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnFleet$VpcConfigProperty$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
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-fleet-vpc-config-property-builder function updates a CfnFleet$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$VpcConfigProperty$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 |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
sourceraw docstring

build-cfn-image-builder-access-endpoint-property-builderclj

(build-cfn-image-builder-access-endpoint-property-builder builder id config)

The build-cfn-image-builder-access-endpoint-property-builder function updates a CfnImageBuilder$AccessEndpointProperty$Builder instance using the provided configuration. The function takes the CfnImageBuilder$AccessEndpointProperty$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
endpointTypejava.lang.Stringcdk.support/lookup-entry:endpoint-type
vpceIdjava.lang.Stringcdk.support/lookup-entry:vpce-id
The build-cfn-image-builder-access-endpoint-property-builder function updates a CfnImageBuilder$AccessEndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnImageBuilder$AccessEndpointProperty$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 |
|---|---|---|---|
| `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` |
| `vpceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-id` |
sourceraw docstring

build-cfn-image-builder-builderclj

(build-cfn-image-builder-builder builder id config)

The build-cfn-image-builder-builder function updates a CfnImageBuilder$Builder instance using the provided configuration. The function takes the CfnImageBuilder$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
accessEndpointsjava.util.Listcdk.support/lookup-entry:access-endpoints
appstreamAgentVersionjava.lang.Stringcdk.support/lookup-entry:appstream-agent-version
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
domainJoinInfosoftware.amazon.awscdk.services.appstream.CfnImageBuilder$DomainJoinInfoPropertycdk.support/lookup-entry:domain-join-info
enableDefaultInternetAccessjava.lang.Booleancdk.support/lookup-entry:enable-default-internet-access
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
imageArnjava.lang.Stringcdk.support/lookup-entry:image-arn
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-config
The build-cfn-image-builder-builder function updates a CfnImageBuilder$Builder instance using the provided configuration.
  The function takes the CfnImageBuilder$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 |
|---|---|---|---|
| `accessEndpoints` | java.util.List | [[cdk.support/lookup-entry]] | `:access-endpoints` |
| `appstreamAgentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:appstream-agent-version` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `domainJoinInfo` | software.amazon.awscdk.services.appstream.CfnImageBuilder$DomainJoinInfoProperty | [[cdk.support/lookup-entry]] | `:domain-join-info` |
| `enableDefaultInternetAccess` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-default-internet-access` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
| `imageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-arn` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-image-builder-domain-join-info-property-builderclj

(build-cfn-image-builder-domain-join-info-property-builder builder id config)

The build-cfn-image-builder-domain-join-info-property-builder function updates a CfnImageBuilder$DomainJoinInfoProperty$Builder instance using the provided configuration. The function takes the CfnImageBuilder$DomainJoinInfoProperty$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
directoryNamejava.lang.Stringcdk.support/lookup-entry:directory-name
organizationalUnitDistinguishedNamejava.lang.Stringcdk.support/lookup-entry:organizational-unit-distinguished-name
The build-cfn-image-builder-domain-join-info-property-builder function updates a CfnImageBuilder$DomainJoinInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnImageBuilder$DomainJoinInfoProperty$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 |
|---|---|---|---|
| `directoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-name` |
| `organizationalUnitDistinguishedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:organizational-unit-distinguished-name` |
sourceraw docstring

build-cfn-image-builder-props-builderclj

(build-cfn-image-builder-props-builder builder id config)

The build-cfn-image-builder-props-builder function updates a CfnImageBuilderProps$Builder instance using the provided configuration. The function takes the CfnImageBuilderProps$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
accessEndpointssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-endpoints
appstreamAgentVersionjava.lang.Stringcdk.support/lookup-entry:appstream-agent-version
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
domainJoinInfosoftware.amazon.awscdk.services.appstream.CfnImageBuilder$DomainJoinInfoPropertycdk.support/lookup-entry:domain-join-info
enableDefaultInternetAccesssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-default-internet-access
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
imageArnjava.lang.Stringcdk.support/lookup-entry:image-arn
imageNamejava.lang.Stringcdk.support/lookup-entry:image-name
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigsoftware.amazon.awscdk.services.appstream.CfnImageBuilder$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-image-builder-props-builder function updates a CfnImageBuilderProps$Builder instance using the provided configuration.
  The function takes the CfnImageBuilderProps$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 |
|---|---|---|---|
| `accessEndpoints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-endpoints` |
| `appstreamAgentVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:appstream-agent-version` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `domainJoinInfo` | software.amazon.awscdk.services.appstream.CfnImageBuilder$DomainJoinInfoProperty | [[cdk.support/lookup-entry]] | `:domain-join-info` |
| `enableDefaultInternetAccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-default-internet-access` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
| `imageArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-arn` |
| `imageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-name` |
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfig` | software.amazon.awscdk.services.appstream.CfnImageBuilder$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-image-builder-vpc-config-property-builderclj

(build-cfn-image-builder-vpc-config-property-builder builder id config)

The build-cfn-image-builder-vpc-config-property-builder function updates a CfnImageBuilder$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnImageBuilder$VpcConfigProperty$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
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-image-builder-vpc-config-property-builder function updates a CfnImageBuilder$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnImageBuilder$VpcConfigProperty$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 |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
sourceraw docstring

build-cfn-stack-access-endpoint-property-builderclj

(build-cfn-stack-access-endpoint-property-builder builder id config)

The build-cfn-stack-access-endpoint-property-builder function updates a CfnStack$AccessEndpointProperty$Builder instance using the provided configuration. The function takes the CfnStack$AccessEndpointProperty$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
endpointTypejava.lang.Stringcdk.support/lookup-entry:endpoint-type
vpceIdjava.lang.Stringcdk.support/lookup-entry:vpce-id
The build-cfn-stack-access-endpoint-property-builder function updates a CfnStack$AccessEndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnStack$AccessEndpointProperty$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 |
|---|---|---|---|
| `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` |
| `vpceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpce-id` |
sourceraw docstring

build-cfn-stack-application-settings-property-builderclj

(build-cfn-stack-application-settings-property-builder builder id config)

The build-cfn-stack-application-settings-property-builder function updates a CfnStack$ApplicationSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStack$ApplicationSettingsProperty$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
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
settingsGroupjava.lang.Stringcdk.support/lookup-entry:settings-group
The build-cfn-stack-application-settings-property-builder function updates a CfnStack$ApplicationSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnStack$ApplicationSettingsProperty$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 |
|---|---|---|---|
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `settingsGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:settings-group` |
sourceraw docstring

build-cfn-stack-builderclj

(build-cfn-stack-builder builder id config)

The build-cfn-stack-builder function updates a CfnStack$Builder instance using the provided configuration. The function takes the CfnStack$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
accessEndpointssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-endpoints
applicationSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:application-settings
attributesToDeletejava.util.Listcdk.support/lookup-entry:attributes-to-delete
deleteStorageConnectorsjava.lang.Booleancdk.support/lookup-entry:delete-storage-connectors
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
embedHostDomainsjava.util.Listcdk.support/lookup-entry:embed-host-domains
feedbackUrljava.lang.Stringcdk.support/lookup-entry:feedback-url
namejava.lang.Stringcdk.support/lookup-entry:name
redirectUrljava.lang.Stringcdk.support/lookup-entry:redirect-url
storageConnectorsjava.util.Listcdk.support/lookup-entry:storage-connectors
streamingExperienceSettingssoftware.amazon.awscdk.services.appstream.CfnStack$StreamingExperienceSettingsPropertycdk.support/lookup-entry:streaming-experience-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
userSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-settings
The build-cfn-stack-builder function updates a CfnStack$Builder instance using the provided configuration.
  The function takes the CfnStack$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 |
|---|---|---|---|
| `accessEndpoints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-endpoints` |
| `applicationSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:application-settings` |
| `attributesToDelete` | java.util.List | [[cdk.support/lookup-entry]] | `:attributes-to-delete` |
| `deleteStorageConnectors` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-storage-connectors` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `embedHostDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:embed-host-domains` |
| `feedbackUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:feedback-url` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `redirectUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:redirect-url` |
| `storageConnectors` | java.util.List | [[cdk.support/lookup-entry]] | `:storage-connectors` |
| `streamingExperienceSettings` | software.amazon.awscdk.services.appstream.CfnStack$StreamingExperienceSettingsProperty | [[cdk.support/lookup-entry]] | `:streaming-experience-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-settings` |
sourceraw docstring

build-cfn-stack-fleet-association-builderclj

(build-cfn-stack-fleet-association-builder builder id config)

The build-cfn-stack-fleet-association-builder function updates a CfnStackFleetAssociation$Builder instance using the provided configuration. The function takes the CfnStackFleetAssociation$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
fleetNamejava.lang.Stringcdk.support/lookup-entry:fleet-name
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
The build-cfn-stack-fleet-association-builder function updates a CfnStackFleetAssociation$Builder instance using the provided configuration.
  The function takes the CfnStackFleetAssociation$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 |
|---|---|---|---|
| `fleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-name` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
sourceraw docstring

build-cfn-stack-fleet-association-props-builderclj

(build-cfn-stack-fleet-association-props-builder builder id config)

The build-cfn-stack-fleet-association-props-builder function updates a CfnStackFleetAssociationProps$Builder instance using the provided configuration. The function takes the CfnStackFleetAssociationProps$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
fleetNamejava.lang.Stringcdk.support/lookup-entry:fleet-name
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
The build-cfn-stack-fleet-association-props-builder function updates a CfnStackFleetAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnStackFleetAssociationProps$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 |
|---|---|---|---|
| `fleetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-name` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
sourceraw docstring

build-cfn-stack-props-builderclj

(build-cfn-stack-props-builder builder id config)

The build-cfn-stack-props-builder function updates a CfnStackProps$Builder instance using the provided configuration. The function takes the CfnStackProps$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
accessEndpointsjava.util.Listcdk.support/lookup-entry:access-endpoints
applicationSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:application-settings
attributesToDeletejava.util.Listcdk.support/lookup-entry:attributes-to-delete
deleteStorageConnectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:delete-storage-connectors
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
embedHostDomainsjava.util.Listcdk.support/lookup-entry:embed-host-domains
feedbackUrljava.lang.Stringcdk.support/lookup-entry:feedback-url
namejava.lang.Stringcdk.support/lookup-entry:name
redirectUrljava.lang.Stringcdk.support/lookup-entry:redirect-url
storageConnectorsjava.util.Listcdk.support/lookup-entry:storage-connectors
streamingExperienceSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:streaming-experience-settings
tagsjava.util.Listcdk.support/lookup-entry:tags
userSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-settings
The build-cfn-stack-props-builder function updates a CfnStackProps$Builder instance using the provided configuration.
  The function takes the CfnStackProps$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 |
|---|---|---|---|
| `accessEndpoints` | java.util.List | [[cdk.support/lookup-entry]] | `:access-endpoints` |
| `applicationSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:application-settings` |
| `attributesToDelete` | java.util.List | [[cdk.support/lookup-entry]] | `:attributes-to-delete` |
| `deleteStorageConnectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-storage-connectors` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `embedHostDomains` | java.util.List | [[cdk.support/lookup-entry]] | `:embed-host-domains` |
| `feedbackUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:feedback-url` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `redirectUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:redirect-url` |
| `storageConnectors` | java.util.List | [[cdk.support/lookup-entry]] | `:storage-connectors` |
| `streamingExperienceSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:streaming-experience-settings` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-settings` |
sourceraw docstring

build-cfn-stack-storage-connector-property-builderclj

(build-cfn-stack-storage-connector-property-builder builder id config)

The build-cfn-stack-storage-connector-property-builder function updates a CfnStack$StorageConnectorProperty$Builder instance using the provided configuration. The function takes the CfnStack$StorageConnectorProperty$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
connectorTypejava.lang.Stringcdk.support/lookup-entry:connector-type
domainsjava.util.Listcdk.support/lookup-entry:domains
resourceIdentifierjava.lang.Stringcdk.support/lookup-entry:resource-identifier
The build-cfn-stack-storage-connector-property-builder function updates a CfnStack$StorageConnectorProperty$Builder instance using the provided configuration.
  The function takes the CfnStack$StorageConnectorProperty$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 |
|---|---|---|---|
| `connectorType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-type` |
| `domains` | java.util.List | [[cdk.support/lookup-entry]] | `:domains` |
| `resourceIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-identifier` |
sourceraw docstring

build-cfn-stack-streaming-experience-settings-property-builderclj

(build-cfn-stack-streaming-experience-settings-property-builder builder
                                                                id
                                                                config)

The build-cfn-stack-streaming-experience-settings-property-builder function updates a CfnStack$StreamingExperienceSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStack$StreamingExperienceSettingsProperty$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
preferredProtocoljava.lang.Stringcdk.support/lookup-entry:preferred-protocol
The build-cfn-stack-streaming-experience-settings-property-builder function updates a CfnStack$StreamingExperienceSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnStack$StreamingExperienceSettingsProperty$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 |
|---|---|---|---|
| `preferredProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-protocol` |
sourceraw docstring

build-cfn-stack-user-association-builderclj

(build-cfn-stack-user-association-builder builder id config)

The build-cfn-stack-user-association-builder function updates a CfnStackUserAssociation$Builder instance using the provided configuration. The function takes the CfnStackUserAssociation$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
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
sendEmailNotificationjava.lang.Booleancdk.support/lookup-entry:send-email-notification
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
The build-cfn-stack-user-association-builder function updates a CfnStackUserAssociation$Builder instance using the provided configuration.
  The function takes the CfnStackUserAssociation$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 |
|---|---|---|---|
| `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` |
| `sendEmailNotification` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:send-email-notification` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

build-cfn-stack-user-association-props-builderclj

(build-cfn-stack-user-association-props-builder builder id config)

The build-cfn-stack-user-association-props-builder function updates a CfnStackUserAssociationProps$Builder instance using the provided configuration. The function takes the CfnStackUserAssociationProps$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
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
sendEmailNotificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:send-email-notification
stackNamejava.lang.Stringcdk.support/lookup-entry:stack-name
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
The build-cfn-stack-user-association-props-builder function updates a CfnStackUserAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnStackUserAssociationProps$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 |
|---|---|---|---|
| `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` |
| `sendEmailNotification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:send-email-notification` |
| `stackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-name` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

build-cfn-stack-user-setting-property-builderclj

(build-cfn-stack-user-setting-property-builder builder id config)

The build-cfn-stack-user-setting-property-builder function updates a CfnStack$UserSettingProperty$Builder instance using the provided configuration. The function takes the CfnStack$UserSettingProperty$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
actionjava.lang.Stringcdk.support/lookup-entry:action
maximumLengthjava.lang.Numbercdk.support/lookup-entry:maximum-length
permissionjava.lang.Stringcdk.support/lookup-entry:permission
The build-cfn-stack-user-setting-property-builder function updates a CfnStack$UserSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnStack$UserSettingProperty$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 |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `maximumLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-length` |
| `permission` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission` |
sourceraw docstring

build-cfn-user-builderclj

(build-cfn-user-builder builder id config)

The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration. The function takes the CfnUser$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
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
firstNamejava.lang.Stringcdk.support/lookup-entry:first-name
lastNamejava.lang.Stringcdk.support/lookup-entry:last-name
messageActionjava.lang.Stringcdk.support/lookup-entry:message-action
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration.
  The function takes the CfnUser$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 |
|---|---|---|---|
| `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` |
| `firstName` | java.lang.String | [[cdk.support/lookup-entry]] | `:first-name` |
| `lastName` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-name` |
| `messageAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-action` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

build-cfn-user-props-builderclj

(build-cfn-user-props-builder builder id config)

The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration. The function takes the CfnUserProps$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
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
firstNamejava.lang.Stringcdk.support/lookup-entry:first-name
lastNamejava.lang.Stringcdk.support/lookup-entry:last-name
messageActionjava.lang.Stringcdk.support/lookup-entry:message-action
userNamejava.lang.Stringcdk.support/lookup-entry:user-name
The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration.
  The function takes the CfnUserProps$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 |
|---|---|---|---|
| `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` |
| `firstName` | java.lang.String | [[cdk.support/lookup-entry]] | `:first-name` |
| `lastName` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-name` |
| `messageAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-action` |
| `userName` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name` |
sourceraw docstring

cfn-app-block-builderclj

(cfn-app-block-builder scope id config)

Creates a CfnAppBlock$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  `CfnAppBlock$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-app-block-builder-access-endpoint-property-builderclj

(cfn-app-block-builder-access-endpoint-property-builder id config)

Creates a CfnAppBlockBuilder$AccessEndpointProperty$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  `CfnAppBlockBuilder$AccessEndpointProperty$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-app-block-builder-builderclj

(cfn-app-block-builder-builder scope id config)

Creates a CfnAppBlockBuilder$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  `CfnAppBlockBuilder$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-app-block-builder-props-builderclj

(cfn-app-block-builder-props-builder id config)

Creates a CfnAppBlockBuilderProps$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  `CfnAppBlockBuilderProps$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-app-block-builder-vpc-config-property-builderclj

(cfn-app-block-builder-vpc-config-property-builder id config)

Creates a CfnAppBlockBuilder$VpcConfigProperty$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  `CfnAppBlockBuilder$VpcConfigProperty$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-app-block-props-builderclj

(cfn-app-block-props-builder id config)

Creates a CfnAppBlockProps$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  `CfnAppBlockProps$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-app-block-s3-location-property-builderclj

(cfn-app-block-s3-location-property-builder id config)

Creates a CfnAppBlock$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  `CfnAppBlock$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

cfn-app-block-script-details-property-builderclj

(cfn-app-block-script-details-property-builder id config)

Creates a CfnAppBlock$ScriptDetailsProperty$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  `CfnAppBlock$ScriptDetailsProperty$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-application-builderclj

(cfn-application-builder scope id config)

Creates a CfnApplication$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  `CfnApplication$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-application-entitlement-association-builderclj

(cfn-application-entitlement-association-builder scope id config)

Creates a CfnApplicationEntitlementAssociation$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  `CfnApplicationEntitlementAssociation$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-application-entitlement-association-props-builderclj

(cfn-application-entitlement-association-props-builder id config)

Creates a CfnApplicationEntitlementAssociationProps$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  `CfnApplicationEntitlementAssociationProps$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-application-fleet-association-builderclj

(cfn-application-fleet-association-builder scope id config)

Creates a CfnApplicationFleetAssociation$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  `CfnApplicationFleetAssociation$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-application-fleet-association-props-builderclj

(cfn-application-fleet-association-props-builder id config)

Creates a CfnApplicationFleetAssociationProps$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  `CfnApplicationFleetAssociationProps$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-application-props-builderclj

(cfn-application-props-builder id config)

Creates a CfnApplicationProps$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  `CfnApplicationProps$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-application-s3-location-property-builderclj

(cfn-application-s3-location-property-builder id config)

Creates a CfnApplication$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  `CfnApplication$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

cfn-directory-config-builderclj

(cfn-directory-config-builder scope id config)

Creates a CfnDirectoryConfig$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  `CfnDirectoryConfig$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-directory-config-certificate-based-auth-properties-property-builderclj

(cfn-directory-config-certificate-based-auth-properties-property-builder id
                                                                         config)

Creates a CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty$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  `CfnDirectoryConfig$CertificateBasedAuthPropertiesProperty$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-directory-config-props-builderclj

(cfn-directory-config-props-builder id config)

Creates a CfnDirectoryConfigProps$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  `CfnDirectoryConfigProps$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-directory-config-service-account-credentials-property-builderclj

(cfn-directory-config-service-account-credentials-property-builder id config)

Creates a CfnDirectoryConfig$ServiceAccountCredentialsProperty$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  `CfnDirectoryConfig$ServiceAccountCredentialsProperty$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-entitlement-attribute-property-builderclj

(cfn-entitlement-attribute-property-builder id config)

Creates a CfnEntitlement$AttributeProperty$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  `CfnEntitlement$AttributeProperty$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-entitlement-builderclj

(cfn-entitlement-builder scope id config)

Creates a CfnEntitlement$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  `CfnEntitlement$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-entitlement-props-builderclj

(cfn-entitlement-props-builder id config)

Creates a CfnEntitlementProps$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  `CfnEntitlementProps$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-fleet-builderclj

(cfn-fleet-builder scope id config)

Creates a CfnFleet$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  `CfnFleet$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-fleet-compute-capacity-property-builderclj

(cfn-fleet-compute-capacity-property-builder id config)

Creates a CfnFleet$ComputeCapacityProperty$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  `CfnFleet$ComputeCapacityProperty$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-fleet-domain-join-info-property-builderclj

(cfn-fleet-domain-join-info-property-builder id config)

Creates a CfnFleet$DomainJoinInfoProperty$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  `CfnFleet$DomainJoinInfoProperty$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-fleet-props-builderclj

(cfn-fleet-props-builder id config)

Creates a CfnFleetProps$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  `CfnFleetProps$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-fleet-s3-location-property-builderclj

(cfn-fleet-s3-location-property-builder id config)

Creates a CfnFleet$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  `CfnFleet$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

cfn-fleet-vpc-config-property-builderclj

(cfn-fleet-vpc-config-property-builder id config)

Creates a CfnFleet$VpcConfigProperty$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  `CfnFleet$VpcConfigProperty$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-image-builder-access-endpoint-property-builderclj

(cfn-image-builder-access-endpoint-property-builder id config)

Creates a CfnImageBuilder$AccessEndpointProperty$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  `CfnImageBuilder$AccessEndpointProperty$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-image-builder-builderclj

(cfn-image-builder-builder scope id config)

Creates a CfnImageBuilder$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  `CfnImageBuilder$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-image-builder-domain-join-info-property-builderclj

(cfn-image-builder-domain-join-info-property-builder id config)

Creates a CfnImageBuilder$DomainJoinInfoProperty$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  `CfnImageBuilder$DomainJoinInfoProperty$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-image-builder-props-builderclj

(cfn-image-builder-props-builder id config)

Creates a CfnImageBuilderProps$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  `CfnImageBuilderProps$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-image-builder-vpc-config-property-builderclj

(cfn-image-builder-vpc-config-property-builder id config)

Creates a CfnImageBuilder$VpcConfigProperty$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  `CfnImageBuilder$VpcConfigProperty$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-stack-access-endpoint-property-builderclj

(cfn-stack-access-endpoint-property-builder id config)

Creates a CfnStack$AccessEndpointProperty$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  `CfnStack$AccessEndpointProperty$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-stack-application-settings-property-builderclj

(cfn-stack-application-settings-property-builder id config)

Creates a CfnStack$ApplicationSettingsProperty$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  `CfnStack$ApplicationSettingsProperty$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-stack-builderclj

(cfn-stack-builder scope id config)

Creates a CfnStack$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  `CfnStack$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-stack-fleet-association-builderclj

(cfn-stack-fleet-association-builder scope id config)

Creates a CfnStackFleetAssociation$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  `CfnStackFleetAssociation$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-stack-fleet-association-props-builderclj

(cfn-stack-fleet-association-props-builder id config)

Creates a CfnStackFleetAssociationProps$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  `CfnStackFleetAssociationProps$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-stack-props-builderclj

(cfn-stack-props-builder id config)

Creates a CfnStackProps$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  `CfnStackProps$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-stack-storage-connector-property-builderclj

(cfn-stack-storage-connector-property-builder id config)

Creates a CfnStack$StorageConnectorProperty$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  `CfnStack$StorageConnectorProperty$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-stack-streaming-experience-settings-property-builderclj

(cfn-stack-streaming-experience-settings-property-builder id config)

Creates a CfnStack$StreamingExperienceSettingsProperty$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  `CfnStack$StreamingExperienceSettingsProperty$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-stack-user-association-builderclj

(cfn-stack-user-association-builder scope id config)

Creates a CfnStackUserAssociation$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  `CfnStackUserAssociation$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-stack-user-association-props-builderclj

(cfn-stack-user-association-props-builder id config)

Creates a CfnStackUserAssociationProps$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  `CfnStackUserAssociationProps$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-stack-user-setting-property-builderclj

(cfn-stack-user-setting-property-builder id config)

Creates a CfnStack$UserSettingProperty$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  `CfnStack$UserSettingProperty$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-user-builderclj

(cfn-user-builder scope id config)

Creates a CfnUser$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  `CfnUser$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-user-props-builderclj

(cfn-user-props-builder id config)

Creates a CfnUserProps$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  `CfnUserProps$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