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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
containerPortRanges | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cost | java.lang.String | cdk.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` |
(build-cfn-fleet-builder builder id config)
The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration. The function takes the CfnFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateType | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(build-cfn-fleet-props-builder builder id config)
The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration. The function takes the CfnFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
targetValue | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
targetValue | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationArn | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedLocations | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(cfn-fleet-builder scope id config)
Creates a CfnFleet$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnFleet$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-fleet-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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(cfn-fleet-props-builder id config)
Creates a CfnFleetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-fleet-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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnFleet$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close