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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
preferredProtocol | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close