Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.gamelift

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

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

build-cfn-alias-builderclj

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

The build-cfn-alias-builder function updates a CfnAlias$Builder instance using the provided configuration. The function takes the CfnAlias$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
routingStrategysoftware.amazon.awscdk.services.gamelift.CfnAlias$RoutingStrategyPropertycdk.support/lookup-entry:routing-strategy
The build-cfn-alias-builder function updates a CfnAlias$Builder instance using the provided configuration.
  The function takes the CfnAlias$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` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `routingStrategy` | software.amazon.awscdk.services.gamelift.CfnAlias$RoutingStrategyProperty | [[cdk.support/lookup-entry]] | `:routing-strategy` |
sourceraw docstring

build-cfn-alias-props-builderclj

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

The build-cfn-alias-props-builder function updates a CfnAliasProps$Builder instance using the provided configuration. The function takes the CfnAliasProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
routingStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:routing-strategy
The build-cfn-alias-props-builder function updates a CfnAliasProps$Builder instance using the provided configuration.
  The function takes the CfnAliasProps$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` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `routingStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:routing-strategy` |
sourceraw docstring

build-cfn-alias-routing-strategy-property-builderclj

(build-cfn-alias-routing-strategy-property-builder builder id config)

The build-cfn-alias-routing-strategy-property-builder function updates a CfnAlias$RoutingStrategyProperty$Builder instance using the provided configuration. The function takes the CfnAlias$RoutingStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fleetIdjava.lang.Stringcdk.support/lookup-entry:fleet-id
messagejava.lang.Stringcdk.support/lookup-entry:message
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-alias-routing-strategy-property-builder function updates a CfnAlias$RoutingStrategyProperty$Builder instance using the provided configuration.
  The function takes the CfnAlias$RoutingStrategyProperty$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 |
|---|---|---|---|
| `fleetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-id` |
| `message` | java.lang.String | [[cdk.support/lookup-entry]] | `:message` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-build-builderclj

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

The build-cfn-build-builder function updates a CfnBuild$Builder instance using the provided configuration. The function takes the CfnBuild$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
operatingSystemjava.lang.Stringcdk.support/lookup-entry:operating-system
serverSdkVersionjava.lang.Stringcdk.support/lookup-entry:server-sdk-version
storageLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:storage-location
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-build-builder function updates a CfnBuild$Builder instance using the provided configuration.
  The function takes the CfnBuild$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` |
| `operatingSystem` | java.lang.String | [[cdk.support/lookup-entry]] | `:operating-system` |
| `serverSdkVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-sdk-version` |
| `storageLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-location` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-build-props-builderclj

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

The build-cfn-build-props-builder function updates a CfnBuildProps$Builder instance using the provided configuration. The function takes the CfnBuildProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
operatingSystemjava.lang.Stringcdk.support/lookup-entry:operating-system
serverSdkVersionjava.lang.Stringcdk.support/lookup-entry:server-sdk-version
storageLocationsoftware.amazon.awscdk.services.gamelift.CfnBuild$StorageLocationPropertycdk.support/lookup-entry:storage-location
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-build-props-builder function updates a CfnBuildProps$Builder instance using the provided configuration.
  The function takes the CfnBuildProps$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` |
| `operatingSystem` | java.lang.String | [[cdk.support/lookup-entry]] | `:operating-system` |
| `serverSdkVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-sdk-version` |
| `storageLocation` | software.amazon.awscdk.services.gamelift.CfnBuild$StorageLocationProperty | [[cdk.support/lookup-entry]] | `:storage-location` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-build-storage-location-property-builderclj

(build-cfn-build-storage-location-property-builder builder id config)

The build-cfn-build-storage-location-property-builder function updates a CfnBuild$StorageLocationProperty$Builder instance using the provided configuration. The function takes the CfnBuild$StorageLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
objectVersionjava.lang.Stringcdk.support/lookup-entry:object-version
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-build-storage-location-property-builder function updates a CfnBuild$StorageLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnBuild$StorageLocationProperty$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 |
|---|---|---|---|
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `objectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-version` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-container-group-definition-builderclj

(build-cfn-container-group-definition-builder builder id config)

The build-cfn-container-group-definition-builder function updates a CfnContainerGroupDefinition$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerDefinitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-definitions
namejava.lang.Stringcdk.support/lookup-entry:name
operatingSystemjava.lang.Stringcdk.support/lookup-entry:operating-system
schedulingStrategyjava.lang.Stringcdk.support/lookup-entry:scheduling-strategy
tagsjava.util.Listcdk.support/lookup-entry:tags
totalCpuLimitjava.lang.Numbercdk.support/lookup-entry:total-cpu-limit
totalMemoryLimitjava.lang.Numbercdk.support/lookup-entry:total-memory-limit
The build-cfn-container-group-definition-builder function updates a CfnContainerGroupDefinition$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$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 |
|---|---|---|---|
| `containerDefinitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-definitions` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `operatingSystem` | java.lang.String | [[cdk.support/lookup-entry]] | `:operating-system` |
| `schedulingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduling-strategy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `totalCpuLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-cpu-limit` |
| `totalMemoryLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-memory-limit` |
sourceraw docstring

build-cfn-container-group-definition-container-definition-property-builderclj

(build-cfn-container-group-definition-container-definition-property-builder
  builder
  id
  config)

The build-cfn-container-group-definition-container-definition-property-builder function updates a CfnContainerGroupDefinition$ContainerDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$ContainerDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
cpujava.lang.Numbercdk.support/lookup-entry:cpu
dependsOnjava.util.Listcdk.support/lookup-entry:depends-on
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
environmentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:environment
essentialjava.lang.Booleancdk.support/lookup-entry:essential
healthChecksoftware.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition$ContainerHealthCheckPropertycdk.support/lookup-entry:health-check
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
memoryLimitssoftware.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition$MemoryLimitsPropertycdk.support/lookup-entry:memory-limits
portConfigurationsoftware.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition$PortConfigurationPropertycdk.support/lookup-entry:port-configuration
resolvedImageDigestjava.lang.Stringcdk.support/lookup-entry:resolved-image-digest
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-cfn-container-group-definition-container-definition-property-builder function updates a CfnContainerGroupDefinition$ContainerDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$ContainerDefinitionProperty$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 |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `cpu` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu` |
| `dependsOn` | java.util.List | [[cdk.support/lookup-entry]] | `:depends-on` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `environment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:environment` |
| `essential` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:essential` |
| `healthCheck` | software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition$ContainerHealthCheckProperty | [[cdk.support/lookup-entry]] | `:health-check` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `memoryLimits` | software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition$MemoryLimitsProperty | [[cdk.support/lookup-entry]] | `:memory-limits` |
| `portConfiguration` | software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition$PortConfigurationProperty | [[cdk.support/lookup-entry]] | `:port-configuration` |
| `resolvedImageDigest` | java.lang.String | [[cdk.support/lookup-entry]] | `:resolved-image-digest` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-cfn-container-group-definition-container-dependency-property-builderclj

(build-cfn-container-group-definition-container-dependency-property-builder
  builder
  id
  config)

The build-cfn-container-group-definition-container-dependency-property-builder function updates a CfnContainerGroupDefinition$ContainerDependencyProperty$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$ContainerDependencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
conditionjava.lang.Stringcdk.support/lookup-entry:condition
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
The build-cfn-container-group-definition-container-dependency-property-builder function updates a CfnContainerGroupDefinition$ContainerDependencyProperty$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$ContainerDependencyProperty$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 |
|---|---|---|---|
| `condition` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
sourceraw docstring

build-cfn-container-group-definition-container-environment-property-builderclj

(build-cfn-container-group-definition-container-environment-property-builder
  builder
  id
  config)

The build-cfn-container-group-definition-container-environment-property-builder function updates a CfnContainerGroupDefinition$ContainerEnvironmentProperty$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$ContainerEnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-container-group-definition-container-environment-property-builder function updates a CfnContainerGroupDefinition$ContainerEnvironmentProperty$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$ContainerEnvironmentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-container-group-definition-container-health-check-property-builderclj

(build-cfn-container-group-definition-container-health-check-property-builder
  builder
  id
  config)

The build-cfn-container-group-definition-container-health-check-property-builder function updates a CfnContainerGroupDefinition$ContainerHealthCheckProperty$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$ContainerHealthCheckProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
commandjava.util.Listcdk.support/lookup-entry:command
intervaljava.lang.Numbercdk.support/lookup-entry:interval
retriesjava.lang.Numbercdk.support/lookup-entry:retries
startPeriodjava.lang.Numbercdk.support/lookup-entry:start-period
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
The build-cfn-container-group-definition-container-health-check-property-builder function updates a CfnContainerGroupDefinition$ContainerHealthCheckProperty$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$ContainerHealthCheckProperty$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 |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `interval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval` |
| `retries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retries` |
| `startPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start-period` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-container-group-definition-container-port-range-property-builderclj

(build-cfn-container-group-definition-container-port-range-property-builder
  builder
  id
  config)

The build-cfn-container-group-definition-container-port-range-property-builder function updates a CfnContainerGroupDefinition$ContainerPortRangeProperty$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$ContainerPortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fromPortjava.lang.Numbercdk.support/lookup-entry:from-port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
toPortjava.lang.Numbercdk.support/lookup-entry:to-port
The build-cfn-container-group-definition-container-port-range-property-builder function updates a CfnContainerGroupDefinition$ContainerPortRangeProperty$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$ContainerPortRangeProperty$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 |
|---|---|---|---|
| `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
sourceraw docstring

build-cfn-container-group-definition-memory-limits-property-builderclj

(build-cfn-container-group-definition-memory-limits-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-container-group-definition-memory-limits-property-builder function updates a CfnContainerGroupDefinition$MemoryLimitsProperty$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$MemoryLimitsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
hardLimitjava.lang.Numbercdk.support/lookup-entry:hard-limit
softLimitjava.lang.Numbercdk.support/lookup-entry:soft-limit
The build-cfn-container-group-definition-memory-limits-property-builder function updates a CfnContainerGroupDefinition$MemoryLimitsProperty$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$MemoryLimitsProperty$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 |
|---|---|---|---|
| `hardLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:hard-limit` |
| `softLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:soft-limit` |
sourceraw docstring

build-cfn-container-group-definition-port-configuration-property-builderclj

(build-cfn-container-group-definition-port-configuration-property-builder
  builder
  id
  config)

The build-cfn-container-group-definition-port-configuration-property-builder function updates a CfnContainerGroupDefinition$PortConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinition$PortConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerPortRangesjava.util.Listcdk.support/lookup-entry:container-port-ranges
The build-cfn-container-group-definition-port-configuration-property-builder function updates a CfnContainerGroupDefinition$PortConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinition$PortConfigurationProperty$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 |
|---|---|---|---|
| `containerPortRanges` | java.util.List | [[cdk.support/lookup-entry]] | `:container-port-ranges` |
sourceraw docstring

build-cfn-container-group-definition-props-builderclj

(build-cfn-container-group-definition-props-builder builder id config)

The build-cfn-container-group-definition-props-builder function updates a CfnContainerGroupDefinitionProps$Builder instance using the provided configuration. The function takes the CfnContainerGroupDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
containerDefinitionsjava.util.Listcdk.support/lookup-entry:container-definitions
namejava.lang.Stringcdk.support/lookup-entry:name
operatingSystemjava.lang.Stringcdk.support/lookup-entry:operating-system
schedulingStrategyjava.lang.Stringcdk.support/lookup-entry:scheduling-strategy
tagsjava.util.Listcdk.support/lookup-entry:tags
totalCpuLimitjava.lang.Numbercdk.support/lookup-entry:total-cpu-limit
totalMemoryLimitjava.lang.Numbercdk.support/lookup-entry:total-memory-limit
The build-cfn-container-group-definition-props-builder function updates a CfnContainerGroupDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnContainerGroupDefinitionProps$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 |
|---|---|---|---|
| `containerDefinitions` | java.util.List | [[cdk.support/lookup-entry]] | `:container-definitions` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `operatingSystem` | java.lang.String | [[cdk.support/lookup-entry]] | `:operating-system` |
| `schedulingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduling-strategy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `totalCpuLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-cpu-limit` |
| `totalMemoryLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-memory-limit` |
sourceraw docstring

build-cfn-fleet-anywhere-configuration-property-builderclj

(build-cfn-fleet-anywhere-configuration-property-builder builder id config)

The build-cfn-fleet-anywhere-configuration-property-builder function updates a CfnFleet$AnywhereConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$AnywhereConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
costjava.lang.Stringcdk.support/lookup-entry:cost
The build-cfn-fleet-anywhere-configuration-property-builder function updates a CfnFleet$AnywhereConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$AnywhereConfigurationProperty$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 |
|---|---|---|---|
| `cost` | java.lang.String | [[cdk.support/lookup-entry]] | `:cost` |
sourceraw docstring

build-cfn-fleet-builderclj

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

The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration. The function takes the CfnFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
anywhereConfigurationsoftware.amazon.awscdk.services.gamelift.CfnFleet$AnywhereConfigurationPropertycdk.support/lookup-entry:anywhere-configuration
applyCapacityjava.lang.Stringcdk.support/lookup-entry:apply-capacity
buildIdjava.lang.Stringcdk.support/lookup-entry:build-id
certificateConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificate-configuration
computeTypejava.lang.Stringcdk.support/lookup-entry:compute-type
containerGroupsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-groups-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
desiredEc2Instancesjava.lang.Numbercdk.support/lookup-entry:desired-ec2-instances
ec2InboundPermissionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ec2-inbound-permissions
ec2InstanceTypejava.lang.Stringcdk.support/lookup-entry:ec2-instance-type
fleetTypejava.lang.Stringcdk.support/lookup-entry:fleet-type
instanceRoleArnjava.lang.Stringcdk.support/lookup-entry:instance-role-arn
instanceRoleCredentialsProviderjava.lang.Stringcdk.support/lookup-entry:instance-role-credentials-provider
locationsjava.util.Listcdk.support/lookup-entry:locations
logPathsjava.util.Listcdk.support/lookup-entry:log-paths
maxSizejava.lang.Numbercdk.support/lookup-entry:max-size
metricGroupsjava.util.Listcdk.support/lookup-entry:metric-groups
minSizejava.lang.Numbercdk.support/lookup-entry:min-size
namejava.lang.Stringcdk.support/lookup-entry:name
newGameSessionProtectionPolicyjava.lang.Stringcdk.support/lookup-entry:new-game-session-protection-policy
peerVpcAwsAccountIdjava.lang.Stringcdk.support/lookup-entry:peer-vpc-aws-account-id
peerVpcIdjava.lang.Stringcdk.support/lookup-entry:peer-vpc-id
resourceCreationLimitPolicysoftware.amazon.awscdk.services.gamelift.CfnFleet$ResourceCreationLimitPolicyPropertycdk.support/lookup-entry:resource-creation-limit-policy
runtimeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime-configuration
scalingPoliciesjava.util.Listcdk.support/lookup-entry:scaling-policies
scriptIdjava.lang.Stringcdk.support/lookup-entry:script-id
serverLaunchParametersjava.lang.Stringcdk.support/lookup-entry:server-launch-parameters
serverLaunchPathjava.lang.Stringcdk.support/lookup-entry:server-launch-path
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 |
|---|---|---|---|
| `anywhereConfiguration` | software.amazon.awscdk.services.gamelift.CfnFleet$AnywhereConfigurationProperty | [[cdk.support/lookup-entry]] | `:anywhere-configuration` |
| `applyCapacity` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-capacity` |
| `buildId` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-id` |
| `certificateConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificate-configuration` |
| `computeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-type` |
| `containerGroupsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-groups-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `desiredEc2Instances` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-ec2-instances` |
| `ec2InboundPermissions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ec2-inbound-permissions` |
| `ec2InstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-instance-type` |
| `fleetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-type` |
| `instanceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-role-arn` |
| `instanceRoleCredentialsProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-role-credentials-provider` |
| `locations` | java.util.List | [[cdk.support/lookup-entry]] | `:locations` |
| `logPaths` | java.util.List | [[cdk.support/lookup-entry]] | `:log-paths` |
| `maxSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-size` |
| `metricGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-groups` |
| `minSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-size` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `newGameSessionProtectionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:new-game-session-protection-policy` |
| `peerVpcAwsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-vpc-aws-account-id` |
| `peerVpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-vpc-id` |
| `resourceCreationLimitPolicy` | software.amazon.awscdk.services.gamelift.CfnFleet$ResourceCreationLimitPolicyProperty | [[cdk.support/lookup-entry]] | `:resource-creation-limit-policy` |
| `runtimeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime-configuration` |
| `scalingPolicies` | java.util.List | [[cdk.support/lookup-entry]] | `:scaling-policies` |
| `scriptId` | java.lang.String | [[cdk.support/lookup-entry]] | `:script-id` |
| `serverLaunchParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-launch-parameters` |
| `serverLaunchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-launch-path` |
sourceraw docstring

build-cfn-fleet-certificate-configuration-property-builderclj

(build-cfn-fleet-certificate-configuration-property-builder builder id config)

The build-cfn-fleet-certificate-configuration-property-builder function updates a CfnFleet$CertificateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$CertificateConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
certificateTypejava.lang.Stringcdk.support/lookup-entry:certificate-type
The build-cfn-fleet-certificate-configuration-property-builder function updates a CfnFleet$CertificateConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$CertificateConfigurationProperty$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 |
|---|---|---|---|
| `certificateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-type` |
sourceraw docstring

build-cfn-fleet-connection-port-range-property-builderclj

(build-cfn-fleet-connection-port-range-property-builder builder id config)

The build-cfn-fleet-connection-port-range-property-builder function updates a CfnFleet$ConnectionPortRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ConnectionPortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fromPortjava.lang.Numbercdk.support/lookup-entry:from-port
toPortjava.lang.Numbercdk.support/lookup-entry:to-port
The build-cfn-fleet-connection-port-range-property-builder function updates a CfnFleet$ConnectionPortRangeProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$ConnectionPortRangeProperty$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 |
|---|---|---|---|
| `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` |
| `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
sourceraw docstring

build-cfn-fleet-container-groups-configuration-property-builderclj

(build-cfn-fleet-container-groups-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-fleet-container-groups-configuration-property-builder function updates a CfnFleet$ContainerGroupsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ContainerGroupsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
connectionPortRangesoftware.amazon.awscdk.services.gamelift.CfnFleet$ConnectionPortRangePropertycdk.support/lookup-entry:connection-port-range
containerGroupDefinitionNamesjava.util.Listcdk.support/lookup-entry:container-group-definition-names
containerGroupsPerInstancesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-groups-per-instance
The build-cfn-fleet-container-groups-configuration-property-builder function updates a CfnFleet$ContainerGroupsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$ContainerGroupsConfigurationProperty$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 |
|---|---|---|---|
| `connectionPortRange` | software.amazon.awscdk.services.gamelift.CfnFleet$ConnectionPortRangeProperty | [[cdk.support/lookup-entry]] | `:connection-port-range` |
| `containerGroupDefinitionNames` | java.util.List | [[cdk.support/lookup-entry]] | `:container-group-definition-names` |
| `containerGroupsPerInstance` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-groups-per-instance` |
sourceraw docstring

build-cfn-fleet-container-groups-per-instance-property-builderclj

(build-cfn-fleet-container-groups-per-instance-property-builder builder
                                                                id
                                                                config)

The build-cfn-fleet-container-groups-per-instance-property-builder function updates a CfnFleet$ContainerGroupsPerInstanceProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ContainerGroupsPerInstanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
desiredReplicaContainerGroupsPerInstancejava.lang.Numbercdk.support/lookup-entry:desired-replica-container-groups-per-instance
maxReplicaContainerGroupsPerInstancejava.lang.Numbercdk.support/lookup-entry:max-replica-container-groups-per-instance
The build-cfn-fleet-container-groups-per-instance-property-builder function updates a CfnFleet$ContainerGroupsPerInstanceProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$ContainerGroupsPerInstanceProperty$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 |
|---|---|---|---|
| `desiredReplicaContainerGroupsPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-replica-container-groups-per-instance` |
| `maxReplicaContainerGroupsPerInstance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-replica-container-groups-per-instance` |
sourceraw docstring

build-cfn-fleet-ip-permission-property-builderclj

(build-cfn-fleet-ip-permission-property-builder builder id config)

The build-cfn-fleet-ip-permission-property-builder function updates a CfnFleet$IpPermissionProperty$Builder instance using the provided configuration. The function takes the CfnFleet$IpPermissionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
fromPortjava.lang.Numbercdk.support/lookup-entry:from-port
ipRangejava.lang.Stringcdk.support/lookup-entry:ip-range
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
toPortjava.lang.Numbercdk.support/lookup-entry:to-port
The build-cfn-fleet-ip-permission-property-builder function updates a CfnFleet$IpPermissionProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$IpPermissionProperty$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 |
|---|---|---|---|
| `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` |
| `ipRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-range` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
sourceraw docstring

build-cfn-fleet-location-capacity-property-builderclj

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

The build-cfn-fleet-location-capacity-property-builder function updates a CfnFleet$LocationCapacityProperty$Builder instance using the provided configuration. The function takes the CfnFleet$LocationCapacityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
desiredEc2Instancesjava.lang.Numbercdk.support/lookup-entry:desired-ec2-instances
maxSizejava.lang.Numbercdk.support/lookup-entry:max-size
minSizejava.lang.Numbercdk.support/lookup-entry:min-size
The build-cfn-fleet-location-capacity-property-builder function updates a CfnFleet$LocationCapacityProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$LocationCapacityProperty$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 |
|---|---|---|---|
| `desiredEc2Instances` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-ec2-instances` |
| `maxSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-size` |
| `minSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-size` |
sourceraw docstring

build-cfn-fleet-location-configuration-property-builderclj

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

The build-cfn-fleet-location-configuration-property-builder function updates a CfnFleet$LocationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$LocationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
locationjava.lang.Stringcdk.support/lookup-entry:location
locationCapacitysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:location-capacity
The build-cfn-fleet-location-configuration-property-builder function updates a CfnFleet$LocationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$LocationConfigurationProperty$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 |
|---|---|---|---|
| `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` |
| `locationCapacity` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location-capacity` |
sourceraw docstring

build-cfn-fleet-props-builderclj

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

The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration. The function takes the CfnFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
anywhereConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:anywhere-configuration
applyCapacityjava.lang.Stringcdk.support/lookup-entry:apply-capacity
buildIdjava.lang.Stringcdk.support/lookup-entry:build-id
certificateConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificate-configuration
computeTypejava.lang.Stringcdk.support/lookup-entry:compute-type
containerGroupsConfigurationsoftware.amazon.awscdk.services.gamelift.CfnFleet$ContainerGroupsConfigurationPropertycdk.support/lookup-entry:container-groups-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
desiredEc2Instancesjava.lang.Numbercdk.support/lookup-entry:desired-ec2-instances
ec2InboundPermissionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ec2-inbound-permissions
ec2InstanceTypejava.lang.Stringcdk.support/lookup-entry:ec2-instance-type
fleetTypejava.lang.Stringcdk.support/lookup-entry:fleet-type
instanceRoleArnjava.lang.Stringcdk.support/lookup-entry:instance-role-arn
instanceRoleCredentialsProviderjava.lang.Stringcdk.support/lookup-entry:instance-role-credentials-provider
locationsjava.util.Listcdk.support/lookup-entry:locations
logPathsjava.util.Listcdk.support/lookup-entry:log-paths
maxSizejava.lang.Numbercdk.support/lookup-entry:max-size
metricGroupsjava.util.Listcdk.support/lookup-entry:metric-groups
minSizejava.lang.Numbercdk.support/lookup-entry:min-size
namejava.lang.Stringcdk.support/lookup-entry:name
newGameSessionProtectionPolicyjava.lang.Stringcdk.support/lookup-entry:new-game-session-protection-policy
peerVpcAwsAccountIdjava.lang.Stringcdk.support/lookup-entry:peer-vpc-aws-account-id
peerVpcIdjava.lang.Stringcdk.support/lookup-entry:peer-vpc-id
resourceCreationLimitPolicysoftware.amazon.awscdk.services.gamelift.CfnFleet$ResourceCreationLimitPolicyPropertycdk.support/lookup-entry:resource-creation-limit-policy
runtimeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:runtime-configuration
scalingPoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scaling-policies
scriptIdjava.lang.Stringcdk.support/lookup-entry:script-id
serverLaunchParametersjava.lang.Stringcdk.support/lookup-entry:server-launch-parameters
serverLaunchPathjava.lang.Stringcdk.support/lookup-entry:server-launch-path
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 |
|---|---|---|---|
| `anywhereConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:anywhere-configuration` |
| `applyCapacity` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-capacity` |
| `buildId` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-id` |
| `certificateConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificate-configuration` |
| `computeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-type` |
| `containerGroupsConfiguration` | software.amazon.awscdk.services.gamelift.CfnFleet$ContainerGroupsConfigurationProperty | [[cdk.support/lookup-entry]] | `:container-groups-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `desiredEc2Instances` | java.lang.Number | [[cdk.support/lookup-entry]] | `:desired-ec2-instances` |
| `ec2InboundPermissions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ec2-inbound-permissions` |
| `ec2InstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ec2-instance-type` |
| `fleetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-type` |
| `instanceRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-role-arn` |
| `instanceRoleCredentialsProvider` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-role-credentials-provider` |
| `locations` | java.util.List | [[cdk.support/lookup-entry]] | `:locations` |
| `logPaths` | java.util.List | [[cdk.support/lookup-entry]] | `:log-paths` |
| `maxSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-size` |
| `metricGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-groups` |
| `minSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-size` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `newGameSessionProtectionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:new-game-session-protection-policy` |
| `peerVpcAwsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-vpc-aws-account-id` |
| `peerVpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-vpc-id` |
| `resourceCreationLimitPolicy` | software.amazon.awscdk.services.gamelift.CfnFleet$ResourceCreationLimitPolicyProperty | [[cdk.support/lookup-entry]] | `:resource-creation-limit-policy` |
| `runtimeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:runtime-configuration` |
| `scalingPolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scaling-policies` |
| `scriptId` | java.lang.String | [[cdk.support/lookup-entry]] | `:script-id` |
| `serverLaunchParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-launch-parameters` |
| `serverLaunchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-launch-path` |
sourceraw docstring

build-cfn-fleet-resource-creation-limit-policy-property-builderclj

(build-cfn-fleet-resource-creation-limit-policy-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-fleet-resource-creation-limit-policy-property-builder function updates a CfnFleet$ResourceCreationLimitPolicyProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ResourceCreationLimitPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
newGameSessionsPerCreatorjava.lang.Numbercdk.support/lookup-entry:new-game-sessions-per-creator
policyPeriodInMinutesjava.lang.Numbercdk.support/lookup-entry:policy-period-in-minutes
The build-cfn-fleet-resource-creation-limit-policy-property-builder function updates a CfnFleet$ResourceCreationLimitPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$ResourceCreationLimitPolicyProperty$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 |
|---|---|---|---|
| `newGameSessionsPerCreator` | java.lang.Number | [[cdk.support/lookup-entry]] | `:new-game-sessions-per-creator` |
| `policyPeriodInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:policy-period-in-minutes` |
sourceraw docstring

build-cfn-fleet-runtime-configuration-property-builderclj

(build-cfn-fleet-runtime-configuration-property-builder builder id config)

The build-cfn-fleet-runtime-configuration-property-builder function updates a CfnFleet$RuntimeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$RuntimeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
gameSessionActivationTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:game-session-activation-timeout-seconds
maxConcurrentGameSessionActivationsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-game-session-activations
serverProcessessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:server-processes
The build-cfn-fleet-runtime-configuration-property-builder function updates a CfnFleet$RuntimeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$RuntimeConfigurationProperty$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 |
|---|---|---|---|
| `gameSessionActivationTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:game-session-activation-timeout-seconds` |
| `maxConcurrentGameSessionActivations` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-game-session-activations` |
| `serverProcesses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:server-processes` |
sourceraw docstring

build-cfn-fleet-scaling-policy-property-builderclj

(build-cfn-fleet-scaling-policy-property-builder builder id config)

The build-cfn-fleet-scaling-policy-property-builder function updates a CfnFleet$ScalingPolicyProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
locationjava.lang.Stringcdk.support/lookup-entry:location
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namejava.lang.Stringcdk.support/lookup-entry:name
policyTypejava.lang.Stringcdk.support/lookup-entry:policy-type
scalingAdjustmentjava.lang.Numbercdk.support/lookup-entry:scaling-adjustment
scalingAdjustmentTypejava.lang.Stringcdk.support/lookup-entry:scaling-adjustment-type
statusjava.lang.Stringcdk.support/lookup-entry:status
targetConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-configuration
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
updateStatusjava.lang.Stringcdk.support/lookup-entry:update-status
The build-cfn-fleet-scaling-policy-property-builder function updates a CfnFleet$ScalingPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$ScalingPolicyProperty$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 |
|---|---|---|---|
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `policyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-type` |
| `scalingAdjustment` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scaling-adjustment` |
| `scalingAdjustmentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:scaling-adjustment-type` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `targetConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-configuration` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `updateStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-status` |
sourceraw docstring

build-cfn-fleet-server-process-property-builderclj

(build-cfn-fleet-server-process-property-builder builder id config)

The build-cfn-fleet-server-process-property-builder function updates a CfnFleet$ServerProcessProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ServerProcessProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
concurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:concurrent-executions
launchPathjava.lang.Stringcdk.support/lookup-entry:launch-path
parametersjava.lang.Stringcdk.support/lookup-entry:parameters
The build-cfn-fleet-server-process-property-builder function updates a CfnFleet$ServerProcessProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$ServerProcessProperty$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 |
|---|---|---|---|
| `concurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrent-executions` |
| `launchPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-path` |
| `parameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameters` |
sourceraw docstring

build-cfn-fleet-target-configuration-property-builderclj

(build-cfn-fleet-target-configuration-property-builder builder id config)

The build-cfn-fleet-target-configuration-property-builder function updates a CfnFleet$TargetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$TargetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
targetValuejava.lang.Numbercdk.support/lookup-entry:target-value
The build-cfn-fleet-target-configuration-property-builder function updates a CfnFleet$TargetConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFleet$TargetConfigurationProperty$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 |
|---|---|---|---|
| `targetValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-value` |
sourceraw docstring

build-cfn-game-server-group-auto-scaling-policy-property-builderclj

(build-cfn-game-server-group-auto-scaling-policy-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-game-server-group-auto-scaling-policy-property-builder function updates a CfnGameServerGroup$AutoScalingPolicyProperty$Builder instance using the provided configuration. The function takes the CfnGameServerGroup$AutoScalingPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
estimatedInstanceWarmupjava.lang.Numbercdk.support/lookup-entry:estimated-instance-warmup
targetTrackingConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-tracking-configuration
The build-cfn-game-server-group-auto-scaling-policy-property-builder function updates a CfnGameServerGroup$AutoScalingPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnGameServerGroup$AutoScalingPolicyProperty$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 |
|---|---|---|---|
| `estimatedInstanceWarmup` | java.lang.Number | [[cdk.support/lookup-entry]] | `:estimated-instance-warmup` |
| `targetTrackingConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-tracking-configuration` |
sourceraw docstring

build-cfn-game-server-group-builderclj

(build-cfn-game-server-group-builder builder id config)

The build-cfn-game-server-group-builder function updates a CfnGameServerGroup$Builder instance using the provided configuration. The function takes the CfnGameServerGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
autoScalingPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-scaling-policy
balancingStrategyjava.lang.Stringcdk.support/lookup-entry:balancing-strategy
deleteOptionjava.lang.Stringcdk.support/lookup-entry:delete-option
gameServerGroupNamejava.lang.Stringcdk.support/lookup-entry:game-server-group-name
gameServerProtectionPolicyjava.lang.Stringcdk.support/lookup-entry:game-server-protection-policy
instanceDefinitionsjava.util.Listcdk.support/lookup-entry:instance-definitions
launchTemplatesoftware.amazon.awscdk.services.gamelift.CfnGameServerGroup$LaunchTemplatePropertycdk.support/lookup-entry:launch-template
maxSizejava.lang.Numbercdk.support/lookup-entry:max-size
minSizejava.lang.Numbercdk.support/lookup-entry:min-size
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSubnetsjava.util.Listcdk.support/lookup-entry:vpc-subnets
The build-cfn-game-server-group-builder function updates a CfnGameServerGroup$Builder instance using the provided configuration.
  The function takes the CfnGameServerGroup$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 |
|---|---|---|---|
| `autoScalingPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-scaling-policy` |
| `balancingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:balancing-strategy` |
| `deleteOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:delete-option` |
| `gameServerGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:game-server-group-name` |
| `gameServerProtectionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:game-server-protection-policy` |
| `instanceDefinitions` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-definitions` |
| `launchTemplate` | software.amazon.awscdk.services.gamelift.CfnGameServerGroup$LaunchTemplateProperty | [[cdk.support/lookup-entry]] | `:launch-template` |
| `maxSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-size` |
| `minSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-size` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-cfn-game-server-group-instance-definition-property-builderclj

(build-cfn-game-server-group-instance-definition-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-game-server-group-instance-definition-property-builder function updates a CfnGameServerGroup$InstanceDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnGameServerGroup$InstanceDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
instanceTypejava.lang.Stringcdk.support/lookup-entry:instance-type
weightedCapacityjava.lang.Stringcdk.support/lookup-entry:weighted-capacity
The build-cfn-game-server-group-instance-definition-property-builder function updates a CfnGameServerGroup$InstanceDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnGameServerGroup$InstanceDefinitionProperty$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 |
|---|---|---|---|
| `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` |
| `weightedCapacity` | java.lang.String | [[cdk.support/lookup-entry]] | `:weighted-capacity` |
sourceraw docstring

build-cfn-game-server-group-launch-template-property-builderclj

(build-cfn-game-server-group-launch-template-property-builder builder id config)

The build-cfn-game-server-group-launch-template-property-builder function updates a CfnGameServerGroup$LaunchTemplateProperty$Builder instance using the provided configuration. The function takes the CfnGameServerGroup$LaunchTemplateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
launchTemplateIdjava.lang.Stringcdk.support/lookup-entry:launch-template-id
launchTemplateNamejava.lang.Stringcdk.support/lookup-entry:launch-template-name
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-game-server-group-launch-template-property-builder function updates a CfnGameServerGroup$LaunchTemplateProperty$Builder instance using the provided configuration.
  The function takes the CfnGameServerGroup$LaunchTemplateProperty$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 |
|---|---|---|---|
| `launchTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-id` |
| `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-game-server-group-props-builderclj

(build-cfn-game-server-group-props-builder builder id config)

The build-cfn-game-server-group-props-builder function updates a CfnGameServerGroupProps$Builder instance using the provided configuration. The function takes the CfnGameServerGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
autoScalingPolicysoftware.amazon.awscdk.services.gamelift.CfnGameServerGroup$AutoScalingPolicyPropertycdk.support/lookup-entry:auto-scaling-policy
balancingStrategyjava.lang.Stringcdk.support/lookup-entry:balancing-strategy
deleteOptionjava.lang.Stringcdk.support/lookup-entry:delete-option
gameServerGroupNamejava.lang.Stringcdk.support/lookup-entry:game-server-group-name
gameServerProtectionPolicyjava.lang.Stringcdk.support/lookup-entry:game-server-protection-policy
instanceDefinitionsjava.util.Listcdk.support/lookup-entry:instance-definitions
launchTemplatesoftware.amazon.awscdk.services.gamelift.CfnGameServerGroup$LaunchTemplatePropertycdk.support/lookup-entry:launch-template
maxSizejava.lang.Numbercdk.support/lookup-entry:max-size
minSizejava.lang.Numbercdk.support/lookup-entry:min-size
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcSubnetsjava.util.Listcdk.support/lookup-entry:vpc-subnets
The build-cfn-game-server-group-props-builder function updates a CfnGameServerGroupProps$Builder instance using the provided configuration.
  The function takes the CfnGameServerGroupProps$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 |
|---|---|---|---|
| `autoScalingPolicy` | software.amazon.awscdk.services.gamelift.CfnGameServerGroup$AutoScalingPolicyProperty | [[cdk.support/lookup-entry]] | `:auto-scaling-policy` |
| `balancingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:balancing-strategy` |
| `deleteOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:delete-option` |
| `gameServerGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:game-server-group-name` |
| `gameServerProtectionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:game-server-protection-policy` |
| `instanceDefinitions` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-definitions` |
| `launchTemplate` | software.amazon.awscdk.services.gamelift.CfnGameServerGroup$LaunchTemplateProperty | [[cdk.support/lookup-entry]] | `:launch-template` |
| `maxSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-size` |
| `minSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-size` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-cfn-game-server-group-target-tracking-configuration-property-builderclj

(build-cfn-game-server-group-target-tracking-configuration-property-builder
  builder
  id
  config)

The build-cfn-game-server-group-target-tracking-configuration-property-builder function updates a CfnGameServerGroup$TargetTrackingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnGameServerGroup$TargetTrackingConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
targetValuejava.lang.Numbercdk.support/lookup-entry:target-value
The build-cfn-game-server-group-target-tracking-configuration-property-builder function updates a CfnGameServerGroup$TargetTrackingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnGameServerGroup$TargetTrackingConfigurationProperty$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 |
|---|---|---|---|
| `targetValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-value` |
sourceraw docstring

build-cfn-game-session-queue-builderclj

(build-cfn-game-session-queue-builder builder id config)

The build-cfn-game-session-queue-builder function updates a CfnGameSessionQueue$Builder instance using the provided configuration. The function takes the CfnGameSessionQueue$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customEventDatajava.lang.Stringcdk.support/lookup-entry:custom-event-data
destinationsjava.util.Listcdk.support/lookup-entry:destinations
filterConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
notificationTargetjava.lang.Stringcdk.support/lookup-entry:notification-target
playerLatencyPoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:player-latency-policies
priorityConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:priority-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-in-seconds
The build-cfn-game-session-queue-builder function updates a CfnGameSessionQueue$Builder instance using the provided configuration.
  The function takes the CfnGameSessionQueue$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 |
|---|---|---|---|
| `customEventData` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-event-data` |
| `destinations` | java.util.List | [[cdk.support/lookup-entry]] | `:destinations` |
| `filterConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notificationTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-target` |
| `playerLatencyPolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:player-latency-policies` |
| `priorityConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:priority-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-seconds` |
sourceraw docstring

build-cfn-game-session-queue-destination-property-builderclj

(build-cfn-game-session-queue-destination-property-builder builder id config)

The build-cfn-game-session-queue-destination-property-builder function updates a CfnGameSessionQueue$DestinationProperty$Builder instance using the provided configuration. The function takes the CfnGameSessionQueue$DestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
The build-cfn-game-session-queue-destination-property-builder function updates a CfnGameSessionQueue$DestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnGameSessionQueue$DestinationProperty$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 |
|---|---|---|---|
| `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` |
sourceraw docstring

build-cfn-game-session-queue-filter-configuration-property-builderclj

(build-cfn-game-session-queue-filter-configuration-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-game-session-queue-filter-configuration-property-builder function updates a CfnGameSessionQueue$FilterConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnGameSessionQueue$FilterConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
allowedLocationsjava.util.Listcdk.support/lookup-entry:allowed-locations
The build-cfn-game-session-queue-filter-configuration-property-builder function updates a CfnGameSessionQueue$FilterConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnGameSessionQueue$FilterConfigurationProperty$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 |
|---|---|---|---|
| `allowedLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-locations` |
sourceraw docstring

build-cfn-game-session-queue-game-session-queue-destination-property-builderclj

(build-cfn-game-session-queue-game-session-queue-destination-property-builder
  builder
  id
  config)

The build-cfn-game-session-queue-game-session-queue-destination-property-builder function updates a CfnGameSessionQueue$GameSessionQueueDestinationProperty$Builder instance using the provided configuration. The function takes the CfnGameSessionQueue$GameSessionQueueDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
The build-cfn-game-session-queue-game-session-queue-destination-property-builder function updates a CfnGameSessionQueue$GameSessionQueueDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnGameSessionQueue$GameSessionQueueDestinationProperty$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 |
|---|---|---|---|
| `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` |
sourceraw docstring

build-cfn-game-session-queue-player-latency-policy-property-builderclj

(build-cfn-game-session-queue-player-latency-policy-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-game-session-queue-player-latency-policy-property-builder function updates a CfnGameSessionQueue$PlayerLatencyPolicyProperty$Builder instance using the provided configuration. The function takes the CfnGameSessionQueue$PlayerLatencyPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
maximumIndividualPlayerLatencyMillisecondsjava.lang.Numbercdk.support/lookup-entry:maximum-individual-player-latency-milliseconds
policyDurationSecondsjava.lang.Numbercdk.support/lookup-entry:policy-duration-seconds
The build-cfn-game-session-queue-player-latency-policy-property-builder function updates a CfnGameSessionQueue$PlayerLatencyPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnGameSessionQueue$PlayerLatencyPolicyProperty$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 |
|---|---|---|---|
| `maximumIndividualPlayerLatencyMilliseconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-individual-player-latency-milliseconds` |
| `policyDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:policy-duration-seconds` |
sourceraw docstring

build-cfn-game-session-queue-priority-configuration-property-builderclj

(build-cfn-game-session-queue-priority-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-game-session-queue-priority-configuration-property-builder function updates a CfnGameSessionQueue$PriorityConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnGameSessionQueue$PriorityConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
locationOrderjava.util.Listcdk.support/lookup-entry:location-order
priorityOrderjava.util.Listcdk.support/lookup-entry:priority-order
The build-cfn-game-session-queue-priority-configuration-property-builder function updates a CfnGameSessionQueue$PriorityConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnGameSessionQueue$PriorityConfigurationProperty$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 |
|---|---|---|---|
| `locationOrder` | java.util.List | [[cdk.support/lookup-entry]] | `:location-order` |
| `priorityOrder` | java.util.List | [[cdk.support/lookup-entry]] | `:priority-order` |
sourceraw docstring

build-cfn-game-session-queue-props-builderclj

(build-cfn-game-session-queue-props-builder builder id config)

The build-cfn-game-session-queue-props-builder function updates a CfnGameSessionQueueProps$Builder instance using the provided configuration. The function takes the CfnGameSessionQueueProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customEventDatajava.lang.Stringcdk.support/lookup-entry:custom-event-data
destinationsjava.util.Listcdk.support/lookup-entry:destinations
filterConfigurationsoftware.amazon.awscdk.services.gamelift.CfnGameSessionQueue$FilterConfigurationPropertycdk.support/lookup-entry:filter-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
notificationTargetjava.lang.Stringcdk.support/lookup-entry:notification-target
playerLatencyPoliciessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:player-latency-policies
priorityConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:priority-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutInSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-in-seconds
The build-cfn-game-session-queue-props-builder function updates a CfnGameSessionQueueProps$Builder instance using the provided configuration.
  The function takes the CfnGameSessionQueueProps$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 |
|---|---|---|---|
| `customEventData` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-event-data` |
| `destinations` | java.util.List | [[cdk.support/lookup-entry]] | `:destinations` |
| `filterConfiguration` | software.amazon.awscdk.services.gamelift.CfnGameSessionQueue$FilterConfigurationProperty | [[cdk.support/lookup-entry]] | `:filter-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notificationTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-target` |
| `playerLatencyPolicies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:player-latency-policies` |
| `priorityConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:priority-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeoutInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-seconds` |
sourceraw docstring

build-cfn-location-builderclj

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

The build-cfn-location-builder function updates a CfnLocation$Builder instance using the provided configuration. The function takes the CfnLocation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
locationNamejava.lang.Stringcdk.support/lookup-entry:location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-location-builder function updates a CfnLocation$Builder instance using the provided configuration.
  The function takes the CfnLocation$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 |
|---|---|---|---|
| `locationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-location-props-builderclj

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

The build-cfn-location-props-builder function updates a CfnLocationProps$Builder instance using the provided configuration. The function takes the CfnLocationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
locationNamejava.lang.Stringcdk.support/lookup-entry:location-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-location-props-builder function updates a CfnLocationProps$Builder instance using the provided configuration.
  The function takes the CfnLocationProps$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 |
|---|---|---|---|
| `locationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-matchmaking-configuration-builderclj

(build-cfn-matchmaking-configuration-builder builder id config)

The build-cfn-matchmaking-configuration-builder function updates a CfnMatchmakingConfiguration$Builder instance using the provided configuration. The function takes the CfnMatchmakingConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
acceptanceRequiredjava.lang.Booleancdk.support/lookup-entry:acceptance-required
acceptanceTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:acceptance-timeout-seconds
additionalPlayerCountjava.lang.Numbercdk.support/lookup-entry:additional-player-count
backfillModejava.lang.Stringcdk.support/lookup-entry:backfill-mode
creationTimejava.lang.Stringcdk.support/lookup-entry:creation-time
customEventDatajava.lang.Stringcdk.support/lookup-entry:custom-event-data
descriptionjava.lang.Stringcdk.support/lookup-entry:description
flexMatchModejava.lang.Stringcdk.support/lookup-entry:flex-match-mode
gamePropertiesjava.util.Listcdk.support/lookup-entry:game-properties
gameSessionDatajava.lang.Stringcdk.support/lookup-entry:game-session-data
gameSessionQueueArnsjava.util.Listcdk.support/lookup-entry:game-session-queue-arns
namejava.lang.Stringcdk.support/lookup-entry:name
notificationTargetjava.lang.Stringcdk.support/lookup-entry:notification-target
requestTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:request-timeout-seconds
ruleSetArnjava.lang.Stringcdk.support/lookup-entry:rule-set-arn
ruleSetNamejava.lang.Stringcdk.support/lookup-entry:rule-set-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-matchmaking-configuration-builder function updates a CfnMatchmakingConfiguration$Builder instance using the provided configuration.
  The function takes the CfnMatchmakingConfiguration$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 |
|---|---|---|---|
| `acceptanceRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:acceptance-required` |
| `acceptanceTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:acceptance-timeout-seconds` |
| `additionalPlayerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:additional-player-count` |
| `backfillMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:backfill-mode` |
| `creationTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:creation-time` |
| `customEventData` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-event-data` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `flexMatchMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:flex-match-mode` |
| `gameProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:game-properties` |
| `gameSessionData` | java.lang.String | [[cdk.support/lookup-entry]] | `:game-session-data` |
| `gameSessionQueueArns` | java.util.List | [[cdk.support/lookup-entry]] | `:game-session-queue-arns` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notificationTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-target` |
| `requestTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:request-timeout-seconds` |
| `ruleSetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-arn` |
| `ruleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-matchmaking-configuration-game-property-property-builderclj

(build-cfn-matchmaking-configuration-game-property-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-matchmaking-configuration-game-property-property-builder function updates a CfnMatchmakingConfiguration$GamePropertyProperty$Builder instance using the provided configuration. The function takes the CfnMatchmakingConfiguration$GamePropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-matchmaking-configuration-game-property-property-builder function updates a CfnMatchmakingConfiguration$GamePropertyProperty$Builder instance using the provided configuration.
  The function takes the CfnMatchmakingConfiguration$GamePropertyProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-matchmaking-configuration-props-builderclj

(build-cfn-matchmaking-configuration-props-builder builder id config)

The build-cfn-matchmaking-configuration-props-builder function updates a CfnMatchmakingConfigurationProps$Builder instance using the provided configuration. The function takes the CfnMatchmakingConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
acceptanceRequiredjava.lang.Booleancdk.support/lookup-entry:acceptance-required
acceptanceTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:acceptance-timeout-seconds
additionalPlayerCountjava.lang.Numbercdk.support/lookup-entry:additional-player-count
backfillModejava.lang.Stringcdk.support/lookup-entry:backfill-mode
creationTimejava.lang.Stringcdk.support/lookup-entry:creation-time
customEventDatajava.lang.Stringcdk.support/lookup-entry:custom-event-data
descriptionjava.lang.Stringcdk.support/lookup-entry:description
flexMatchModejava.lang.Stringcdk.support/lookup-entry:flex-match-mode
gamePropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:game-properties
gameSessionDatajava.lang.Stringcdk.support/lookup-entry:game-session-data
gameSessionQueueArnsjava.util.Listcdk.support/lookup-entry:game-session-queue-arns
namejava.lang.Stringcdk.support/lookup-entry:name
notificationTargetjava.lang.Stringcdk.support/lookup-entry:notification-target
requestTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:request-timeout-seconds
ruleSetArnjava.lang.Stringcdk.support/lookup-entry:rule-set-arn
ruleSetNamejava.lang.Stringcdk.support/lookup-entry:rule-set-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-matchmaking-configuration-props-builder function updates a CfnMatchmakingConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnMatchmakingConfigurationProps$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 |
|---|---|---|---|
| `acceptanceRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:acceptance-required` |
| `acceptanceTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:acceptance-timeout-seconds` |
| `additionalPlayerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:additional-player-count` |
| `backfillMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:backfill-mode` |
| `creationTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:creation-time` |
| `customEventData` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-event-data` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `flexMatchMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:flex-match-mode` |
| `gameProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:game-properties` |
| `gameSessionData` | java.lang.String | [[cdk.support/lookup-entry]] | `:game-session-data` |
| `gameSessionQueueArns` | java.util.List | [[cdk.support/lookup-entry]] | `:game-session-queue-arns` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `notificationTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:notification-target` |
| `requestTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:request-timeout-seconds` |
| `ruleSetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-arn` |
| `ruleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-matchmaking-rule-set-builderclj

(build-cfn-matchmaking-rule-set-builder builder id config)

The build-cfn-matchmaking-rule-set-builder function updates a CfnMatchmakingRuleSet$Builder instance using the provided configuration. The function takes the CfnMatchmakingRuleSet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
ruleSetBodyjava.lang.Stringcdk.support/lookup-entry:rule-set-body
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-matchmaking-rule-set-builder function updates a CfnMatchmakingRuleSet$Builder instance using the provided configuration.
  The function takes the CfnMatchmakingRuleSet$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` |
| `ruleSetBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-body` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-matchmaking-rule-set-props-builderclj

(build-cfn-matchmaking-rule-set-props-builder builder id config)

The build-cfn-matchmaking-rule-set-props-builder function updates a CfnMatchmakingRuleSetProps$Builder instance using the provided configuration. The function takes the CfnMatchmakingRuleSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
ruleSetBodyjava.lang.Stringcdk.support/lookup-entry:rule-set-body
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-matchmaking-rule-set-props-builder function updates a CfnMatchmakingRuleSetProps$Builder instance using the provided configuration.
  The function takes the CfnMatchmakingRuleSetProps$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` |
| `ruleSetBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-body` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-script-builderclj

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

The build-cfn-script-builder function updates a CfnScript$Builder instance using the provided configuration. The function takes the CfnScript$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
storageLocationsoftware.amazon.awscdk.services.gamelift.CfnScript$S3LocationPropertycdk.support/lookup-entry:storage-location
tagsjava.util.Listcdk.support/lookup-entry:tags
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-script-builder function updates a CfnScript$Builder instance using the provided configuration.
  The function takes the CfnScript$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` |
| `storageLocation` | software.amazon.awscdk.services.gamelift.CfnScript$S3LocationProperty | [[cdk.support/lookup-entry]] | `:storage-location` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-script-props-builderclj

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

The build-cfn-script-props-builder function updates a CfnScriptProps$Builder instance using the provided configuration. The function takes the CfnScriptProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
storageLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:storage-location
tagsjava.util.Listcdk.support/lookup-entry:tags
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-script-props-builder function updates a CfnScriptProps$Builder instance using the provided configuration.
  The function takes the CfnScriptProps$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` |
| `storageLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-location` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-script-s3-location-property-builderclj

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

The build-cfn-script-s3-location-property-builder function updates a CfnScript$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnScript$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
objectVersionjava.lang.Stringcdk.support/lookup-entry:object-version
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-script-s3-location-property-builder function updates a CfnScript$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnScript$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 |
|---|---|---|---|
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `objectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-version` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

cfn-alias-builderclj

(cfn-alias-builder scope id config)

Creates a CfnAlias$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  `CfnAlias$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-alias-props-builderclj

(cfn-alias-props-builder id config)

Creates a CfnAliasProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAliasProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-alias-routing-strategy-property-builderclj

(cfn-alias-routing-strategy-property-builder id config)

Creates a CfnAlias$RoutingStrategyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnAlias$RoutingStrategyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-build-builderclj

(cfn-build-builder scope id config)

Creates a CfnBuild$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  `CfnBuild$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-build-props-builderclj

(cfn-build-props-builder id config)

Creates a CfnBuildProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnBuildProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-build-storage-location-property-builderclj

(cfn-build-storage-location-property-builder id config)

Creates a CfnBuild$StorageLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnBuild$StorageLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-builderclj

(cfn-container-group-definition-builder scope id config)

Creates a CfnContainerGroupDefinition$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  `CfnContainerGroupDefinition$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-container-definition-property-builderclj

(cfn-container-group-definition-container-definition-property-builder id config)

Creates a CfnContainerGroupDefinition$ContainerDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinition$ContainerDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-container-dependency-property-builderclj

(cfn-container-group-definition-container-dependency-property-builder id config)

Creates a CfnContainerGroupDefinition$ContainerDependencyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinition$ContainerDependencyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-container-environment-property-builderclj

(cfn-container-group-definition-container-environment-property-builder id
                                                                       config)

Creates a CfnContainerGroupDefinition$ContainerEnvironmentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinition$ContainerEnvironmentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-container-health-check-property-builderclj

(cfn-container-group-definition-container-health-check-property-builder id
                                                                        config)

Creates a CfnContainerGroupDefinition$ContainerHealthCheckProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinition$ContainerHealthCheckProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-container-port-range-property-builderclj

(cfn-container-group-definition-container-port-range-property-builder id config)

Creates a CfnContainerGroupDefinition$ContainerPortRangeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinition$ContainerPortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-memory-limits-property-builderclj

(cfn-container-group-definition-memory-limits-property-builder id config)

Creates a CfnContainerGroupDefinition$MemoryLimitsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinition$MemoryLimitsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-port-configuration-property-builderclj

(cfn-container-group-definition-port-configuration-property-builder id config)

Creates a CfnContainerGroupDefinition$PortConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinition$PortConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-container-group-definition-props-builderclj

(cfn-container-group-definition-props-builder id config)

Creates a CfnContainerGroupDefinitionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContainerGroupDefinitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-anywhere-configuration-property-builderclj

(cfn-fleet-anywhere-configuration-property-builder id config)

Creates a CfnFleet$AnywhereConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$AnywhereConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-builderclj

(cfn-fleet-builder scope id config)

Creates a CfnFleet$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnFleet$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-certificate-configuration-property-builderclj

(cfn-fleet-certificate-configuration-property-builder id config)

Creates a CfnFleet$CertificateConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$CertificateConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-connection-port-range-property-builderclj

(cfn-fleet-connection-port-range-property-builder id config)

Creates a CfnFleet$ConnectionPortRangeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$ConnectionPortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-container-groups-configuration-property-builderclj

(cfn-fleet-container-groups-configuration-property-builder id config)

Creates a CfnFleet$ContainerGroupsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$ContainerGroupsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-container-groups-per-instance-property-builderclj

(cfn-fleet-container-groups-per-instance-property-builder id config)

Creates a CfnFleet$ContainerGroupsPerInstanceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$ContainerGroupsPerInstanceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-ip-permission-property-builderclj

(cfn-fleet-ip-permission-property-builder id config)

Creates a CfnFleet$IpPermissionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$IpPermissionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-location-capacity-property-builderclj

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

Creates a CfnFleet$LocationCapacityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$LocationCapacityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-location-configuration-property-builderclj

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

Creates a CfnFleet$LocationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$LocationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-props-builderclj

(cfn-fleet-props-builder id config)

Creates a CfnFleetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-resource-creation-limit-policy-property-builderclj

(cfn-fleet-resource-creation-limit-policy-property-builder id config)

Creates a CfnFleet$ResourceCreationLimitPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$ResourceCreationLimitPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-runtime-configuration-property-builderclj

(cfn-fleet-runtime-configuration-property-builder id config)

Creates a CfnFleet$RuntimeConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$RuntimeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-scaling-policy-property-builderclj

(cfn-fleet-scaling-policy-property-builder id config)

Creates a CfnFleet$ScalingPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$ScalingPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-server-process-property-builderclj

(cfn-fleet-server-process-property-builder id config)

Creates a CfnFleet$ServerProcessProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$ServerProcessProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-fleet-target-configuration-property-builderclj

(cfn-fleet-target-configuration-property-builder id config)

Creates a CfnFleet$TargetConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFleet$TargetConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-server-group-auto-scaling-policy-property-builderclj

(cfn-game-server-group-auto-scaling-policy-property-builder id config)

Creates a CfnGameServerGroup$AutoScalingPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameServerGroup$AutoScalingPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-server-group-builderclj

(cfn-game-server-group-builder scope id config)

Creates a CfnGameServerGroup$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  `CfnGameServerGroup$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-server-group-instance-definition-property-builderclj

(cfn-game-server-group-instance-definition-property-builder id config)

Creates a CfnGameServerGroup$InstanceDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameServerGroup$InstanceDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-server-group-launch-template-property-builderclj

(cfn-game-server-group-launch-template-property-builder id config)

Creates a CfnGameServerGroup$LaunchTemplateProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameServerGroup$LaunchTemplateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-server-group-props-builderclj

(cfn-game-server-group-props-builder id config)

Creates a CfnGameServerGroupProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameServerGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-server-group-target-tracking-configuration-property-builderclj

(cfn-game-server-group-target-tracking-configuration-property-builder id config)

Creates a CfnGameServerGroup$TargetTrackingConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameServerGroup$TargetTrackingConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-session-queue-builderclj

(cfn-game-session-queue-builder scope id config)

Creates a CfnGameSessionQueue$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  `CfnGameSessionQueue$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-session-queue-destination-property-builderclj

(cfn-game-session-queue-destination-property-builder id config)

Creates a CfnGameSessionQueue$DestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameSessionQueue$DestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-session-queue-filter-configuration-property-builderclj

(cfn-game-session-queue-filter-configuration-property-builder id config)

Creates a CfnGameSessionQueue$FilterConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameSessionQueue$FilterConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-session-queue-game-session-queue-destination-property-builderclj

(cfn-game-session-queue-game-session-queue-destination-property-builder id
                                                                        config)

Creates a CfnGameSessionQueue$GameSessionQueueDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameSessionQueue$GameSessionQueueDestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-session-queue-player-latency-policy-property-builderclj

(cfn-game-session-queue-player-latency-policy-property-builder id config)

Creates a CfnGameSessionQueue$PlayerLatencyPolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameSessionQueue$PlayerLatencyPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-session-queue-priority-configuration-property-builderclj

(cfn-game-session-queue-priority-configuration-property-builder id config)

Creates a CfnGameSessionQueue$PriorityConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameSessionQueue$PriorityConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-game-session-queue-props-builderclj

(cfn-game-session-queue-props-builder id config)

Creates a CfnGameSessionQueueProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGameSessionQueueProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-location-builderclj

(cfn-location-builder scope id config)

Creates a CfnLocation$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  `CfnLocation$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-location-props-builderclj

(cfn-location-props-builder id config)

Creates a CfnLocationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnLocationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-matchmaking-configuration-builderclj

(cfn-matchmaking-configuration-builder scope id config)

Creates a CfnMatchmakingConfiguration$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  `CfnMatchmakingConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-matchmaking-configuration-game-property-property-builderclj

(cfn-matchmaking-configuration-game-property-property-builder id config)

Creates a CfnMatchmakingConfiguration$GamePropertyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMatchmakingConfiguration$GamePropertyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-matchmaking-configuration-props-builderclj

(cfn-matchmaking-configuration-props-builder id config)

Creates a CfnMatchmakingConfigurationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMatchmakingConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-matchmaking-rule-set-builderclj

(cfn-matchmaking-rule-set-builder scope id config)

Creates a CfnMatchmakingRuleSet$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  `CfnMatchmakingRuleSet$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-matchmaking-rule-set-props-builderclj

(cfn-matchmaking-rule-set-props-builder id config)

Creates a CfnMatchmakingRuleSetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMatchmakingRuleSetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-script-builderclj

(cfn-script-builder scope id config)

Creates a CfnScript$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  `CfnScript$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-script-props-builderclj

(cfn-script-props-builder id config)

Creates a CfnScriptProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnScriptProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-script-s3-location-property-builderclj

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

Creates a CfnScript$S3LocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnScript$S3LocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

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

× close