Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.deadline package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.deadline package.
(build-cfn-farm-builder builder id config)
The build-cfn-farm-builder function updates a CfnFarm$Builder instance using the provided configuration. The function takes the CfnFarm$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
The build-cfn-farm-builder function updates a CfnFarm$Builder instance using the provided configuration. The function takes the CfnFarm$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
(build-cfn-farm-props-builder builder id config)
The build-cfn-farm-props-builder function updates a CfnFarmProps$Builder instance using the provided configuration. The function takes the CfnFarmProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
The build-cfn-farm-props-builder function updates a CfnFarmProps$Builder instance using the provided configuration. The function takes the CfnFarmProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
(build-cfn-fleet-accelerator-count-range-property-builder builder id config)
The build-cfn-fleet-accelerator-count-range-property-builder function updates a CfnFleet$AcceleratorCountRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$AcceleratorCountRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
The build-cfn-fleet-accelerator-count-range-property-builder function updates a CfnFleet$AcceleratorCountRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$AcceleratorCountRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
(build-cfn-fleet-accelerator-total-memory-mi-b-range-property-builder builder
id
config)
The build-cfn-fleet-accelerator-total-memory-mi-b-range-property-builder function updates a CfnFleet$AcceleratorTotalMemoryMiBRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$AcceleratorTotalMemoryMiBRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
The build-cfn-fleet-accelerator-total-memory-mi-b-range-property-builder function updates a CfnFleet$AcceleratorTotalMemoryMiBRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$AcceleratorTotalMemoryMiBRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
(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 |
---|---|---|---|
configuration | software.amazon.awscdk.services.deadline.CfnFleet$FleetConfigurationProperty | cdk.support/lookup-entry | :configuration |
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
maxWorkerCount | java.lang.Number | cdk.support/lookup-entry | :max-worker-count |
minWorkerCount | java.lang.Number | cdk.support/lookup-entry | :min-worker-count |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
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 | |---|---|---|---| | `configuration` | software.amazon.awscdk.services.deadline.CfnFleet$FleetConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `maxWorkerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-worker-count` | | `minWorkerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-worker-count` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-fleet-customer-managed-fleet-configuration-property-builder builder
id
config)
The build-cfn-fleet-customer-managed-fleet-configuration-property-builder function updates a CfnFleet$CustomerManagedFleetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$CustomerManagedFleetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
mode | java.lang.String | cdk.support/lookup-entry | :mode |
storageProfileId | java.lang.String | cdk.support/lookup-entry | :storage-profile-id |
workerCapabilities | software.amazon.awscdk.services.deadline.CfnFleet$CustomerManagedWorkerCapabilitiesProperty | cdk.support/lookup-entry | :worker-capabilities |
The build-cfn-fleet-customer-managed-fleet-configuration-property-builder function updates a CfnFleet$CustomerManagedFleetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$CustomerManagedFleetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `storageProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-profile-id` | | `workerCapabilities` | software.amazon.awscdk.services.deadline.CfnFleet$CustomerManagedWorkerCapabilitiesProperty | [[cdk.support/lookup-entry]] | `:worker-capabilities` |
(build-cfn-fleet-customer-managed-worker-capabilities-property-builder builder
id
config)
The build-cfn-fleet-customer-managed-worker-capabilities-property-builder function updates a CfnFleet$CustomerManagedWorkerCapabilitiesProperty$Builder instance using the provided configuration. The function takes the CfnFleet$CustomerManagedWorkerCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceleratorCount | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :accelerator-count |
acceleratorTotalMemoryMiB | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :accelerator-total-memory-mi-b |
acceleratorTypes | java.util.List | cdk.support/lookup-entry | :accelerator-types |
cpuArchitectureType | java.lang.String | cdk.support/lookup-entry | :cpu-architecture-type |
customAmounts | java.util.List | cdk.support/lookup-entry | :custom-amounts |
customAttributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-attributes |
memoryMiB | software.amazon.awscdk.services.deadline.CfnFleet$MemoryMiBRangeProperty | cdk.support/lookup-entry | :memory-mi-b |
osFamily | java.lang.String | cdk.support/lookup-entry | :os-family |
vCpuCount | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :v-cpu-count |
The build-cfn-fleet-customer-managed-worker-capabilities-property-builder function updates a CfnFleet$CustomerManagedWorkerCapabilitiesProperty$Builder instance using the provided configuration. The function takes the CfnFleet$CustomerManagedWorkerCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acceleratorCount` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:accelerator-count` | | `acceleratorTotalMemoryMiB` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:accelerator-total-memory-mi-b` | | `acceleratorTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-types` | | `cpuArchitectureType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu-architecture-type` | | `customAmounts` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-amounts` | | `customAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-attributes` | | `memoryMiB` | software.amazon.awscdk.services.deadline.CfnFleet$MemoryMiBRangeProperty | [[cdk.support/lookup-entry]] | `:memory-mi-b` | | `osFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:os-family` | | `vCpuCount` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:v-cpu-count` |
(build-cfn-fleet-ec2-ebs-volume-property-builder builder id config)
The build-cfn-fleet-ec2-ebs-volume-property-builder function updates a CfnFleet$Ec2EbsVolumeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$Ec2EbsVolumeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
sizeGiB | java.lang.Number | cdk.support/lookup-entry | :size-gi-b |
throughputMiB | java.lang.Number | cdk.support/lookup-entry | :throughput-mi-b |
The build-cfn-fleet-ec2-ebs-volume-property-builder function updates a CfnFleet$Ec2EbsVolumeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$Ec2EbsVolumeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `sizeGiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-gi-b` | | `throughputMiB` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput-mi-b` |
(build-cfn-fleet-fleet-amount-capability-property-builder builder id config)
The build-cfn-fleet-fleet-amount-capability-property-builder function updates a CfnFleet$FleetAmountCapabilityProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetAmountCapabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-fleet-fleet-amount-capability-property-builder function updates a CfnFleet$FleetAmountCapabilityProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetAmountCapabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-fleet-fleet-attribute-capability-property-builder builder id config)
The build-cfn-fleet-fleet-attribute-capability-property-builder function updates a CfnFleet$FleetAttributeCapabilityProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetAttributeCapabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-fleet-fleet-attribute-capability-property-builder function updates a CfnFleet$FleetAttributeCapabilityProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetAttributeCapabilityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-fleet-fleet-capabilities-property-builder builder id config)
The build-cfn-fleet-fleet-capabilities-property-builder function updates a CfnFleet$FleetCapabilitiesProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amounts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :amounts |
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
The build-cfn-fleet-fleet-capabilities-property-builder function updates a CfnFleet$FleetCapabilitiesProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amounts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:amounts` | | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
(build-cfn-fleet-fleet-configuration-property-builder builder id config)
The build-cfn-fleet-fleet-configuration-property-builder function updates a CfnFleet$FleetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerManaged | software.amazon.awscdk.services.deadline.CfnFleet$CustomerManagedFleetConfigurationProperty | cdk.support/lookup-entry | :customer-managed |
serviceManagedEc2 | software.amazon.awscdk.services.deadline.CfnFleet$ServiceManagedEc2FleetConfigurationProperty | cdk.support/lookup-entry | :service-managed-ec2 |
The build-cfn-fleet-fleet-configuration-property-builder function updates a CfnFleet$FleetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$FleetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customerManaged` | software.amazon.awscdk.services.deadline.CfnFleet$CustomerManagedFleetConfigurationProperty | [[cdk.support/lookup-entry]] | `:customer-managed` | | `serviceManagedEc2` | software.amazon.awscdk.services.deadline.CfnFleet$ServiceManagedEc2FleetConfigurationProperty | [[cdk.support/lookup-entry]] | `:service-managed-ec2` |
(build-cfn-fleet-memory-mi-b-range-property-builder builder id config)
The build-cfn-fleet-memory-mi-b-range-property-builder function updates a CfnFleet$MemoryMiBRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$MemoryMiBRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
The build-cfn-fleet-memory-mi-b-range-property-builder function updates a CfnFleet$MemoryMiBRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$MemoryMiBRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
(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 |
---|---|---|---|
configuration | software.amazon.awscdk.services.deadline.CfnFleet$FleetConfigurationProperty | cdk.support/lookup-entry | :configuration |
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
maxWorkerCount | java.lang.Number | cdk.support/lookup-entry | :max-worker-count |
minWorkerCount | java.lang.Number | cdk.support/lookup-entry | :min-worker-count |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
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 | |---|---|---|---| | `configuration` | software.amazon.awscdk.services.deadline.CfnFleet$FleetConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `maxWorkerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-worker-count` | | `minWorkerCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-worker-count` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-fleet-service-managed-ec2-fleet-configuration-property-builder
builder
id
config)
The build-cfn-fleet-service-managed-ec2-fleet-configuration-property-builder function updates a CfnFleet$ServiceManagedEc2FleetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ServiceManagedEc2FleetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instanceCapabilities | software.amazon.awscdk.services.deadline.CfnFleet$ServiceManagedEc2InstanceCapabilitiesProperty | cdk.support/lookup-entry | :instance-capabilities |
instanceMarketOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance-market-options |
The build-cfn-fleet-service-managed-ec2-fleet-configuration-property-builder function updates a CfnFleet$ServiceManagedEc2FleetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ServiceManagedEc2FleetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `instanceCapabilities` | software.amazon.awscdk.services.deadline.CfnFleet$ServiceManagedEc2InstanceCapabilitiesProperty | [[cdk.support/lookup-entry]] | `:instance-capabilities` | | `instanceMarketOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-market-options` |
(build-cfn-fleet-service-managed-ec2-instance-capabilities-property-builder
builder
id
config)
The build-cfn-fleet-service-managed-ec2-instance-capabilities-property-builder function updates a CfnFleet$ServiceManagedEc2InstanceCapabilitiesProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ServiceManagedEc2InstanceCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedInstanceTypes | java.util.List | cdk.support/lookup-entry | :allowed-instance-types |
cpuArchitectureType | java.lang.String | cdk.support/lookup-entry | :cpu-architecture-type |
customAmounts | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-amounts |
customAttributes | java.util.List | cdk.support/lookup-entry | :custom-attributes |
excludedInstanceTypes | java.util.List | cdk.support/lookup-entry | :excluded-instance-types |
memoryMiB | software.amazon.awscdk.services.deadline.CfnFleet$MemoryMiBRangeProperty | cdk.support/lookup-entry | :memory-mi-b |
osFamily | java.lang.String | cdk.support/lookup-entry | :os-family |
rootEbsVolume | software.amazon.awscdk.services.deadline.CfnFleet$Ec2EbsVolumeProperty | cdk.support/lookup-entry | :root-ebs-volume |
vCpuCount | software.amazon.awscdk.services.deadline.CfnFleet$VCpuCountRangeProperty | cdk.support/lookup-entry | :v-cpu-count |
The build-cfn-fleet-service-managed-ec2-instance-capabilities-property-builder function updates a CfnFleet$ServiceManagedEc2InstanceCapabilitiesProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ServiceManagedEc2InstanceCapabilitiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-instance-types` | | `cpuArchitectureType` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu-architecture-type` | | `customAmounts` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-amounts` | | `customAttributes` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-attributes` | | `excludedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-instance-types` | | `memoryMiB` | software.amazon.awscdk.services.deadline.CfnFleet$MemoryMiBRangeProperty | [[cdk.support/lookup-entry]] | `:memory-mi-b` | | `osFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:os-family` | | `rootEbsVolume` | software.amazon.awscdk.services.deadline.CfnFleet$Ec2EbsVolumeProperty | [[cdk.support/lookup-entry]] | `:root-ebs-volume` | | `vCpuCount` | software.amazon.awscdk.services.deadline.CfnFleet$VCpuCountRangeProperty | [[cdk.support/lookup-entry]] | `:v-cpu-count` |
(build-cfn-fleet-service-managed-ec2-instance-market-options-property-builder
builder
id
config)
The build-cfn-fleet-service-managed-ec2-instance-market-options-property-builder function updates a CfnFleet$ServiceManagedEc2InstanceMarketOptionsProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ServiceManagedEc2InstanceMarketOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-fleet-service-managed-ec2-instance-market-options-property-builder function updates a CfnFleet$ServiceManagedEc2InstanceMarketOptionsProperty$Builder instance using the provided configuration. The function takes the CfnFleet$ServiceManagedEc2InstanceMarketOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-fleet-v-cpu-count-range-property-builder builder id config)
The build-cfn-fleet-v-cpu-count-range-property-builder function updates a CfnFleet$VCpuCountRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$VCpuCountRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
The build-cfn-fleet-v-cpu-count-range-property-builder function updates a CfnFleet$VCpuCountRangeProperty$Builder instance using the provided configuration. The function takes the CfnFleet$VCpuCountRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
(build-cfn-license-endpoint-builder builder id config)
The build-cfn-license-endpoint-builder function updates a CfnLicenseEndpoint$Builder instance using the provided configuration. The function takes the CfnLicenseEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-license-endpoint-builder function updates a CfnLicenseEndpoint$Builder instance using the provided configuration. The function takes the CfnLicenseEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-license-endpoint-props-builder builder id config)
The build-cfn-license-endpoint-props-builder function updates a CfnLicenseEndpointProps$Builder instance using the provided configuration. The function takes the CfnLicenseEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-license-endpoint-props-builder function updates a CfnLicenseEndpointProps$Builder instance using the provided configuration. The function takes the CfnLicenseEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-metered-product-builder builder id config)
The build-cfn-metered-product-builder function updates a CfnMeteredProduct$Builder instance using the provided configuration. The function takes the CfnMeteredProduct$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
family | java.lang.String | cdk.support/lookup-entry | :family |
licenseEndpointId | java.lang.String | cdk.support/lookup-entry | :license-endpoint-id |
port | java.lang.Number | cdk.support/lookup-entry | :port |
productId | java.lang.String | cdk.support/lookup-entry | :product-id |
vendor | java.lang.String | cdk.support/lookup-entry | :vendor |
The build-cfn-metered-product-builder function updates a CfnMeteredProduct$Builder instance using the provided configuration. The function takes the CfnMeteredProduct$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `licenseEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-endpoint-id` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `productId` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-id` | | `vendor` | java.lang.String | [[cdk.support/lookup-entry]] | `:vendor` |
(build-cfn-metered-product-props-builder builder id config)
The build-cfn-metered-product-props-builder function updates a CfnMeteredProductProps$Builder instance using the provided configuration. The function takes the CfnMeteredProductProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
family | java.lang.String | cdk.support/lookup-entry | :family |
licenseEndpointId | java.lang.String | cdk.support/lookup-entry | :license-endpoint-id |
port | java.lang.Number | cdk.support/lookup-entry | :port |
productId | java.lang.String | cdk.support/lookup-entry | :product-id |
vendor | java.lang.String | cdk.support/lookup-entry | :vendor |
The build-cfn-metered-product-props-builder function updates a CfnMeteredProductProps$Builder instance using the provided configuration. The function takes the CfnMeteredProductProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `family` | java.lang.String | [[cdk.support/lookup-entry]] | `:family` | | `licenseEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-endpoint-id` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `productId` | java.lang.String | [[cdk.support/lookup-entry]] | `:product-id` | | `vendor` | java.lang.String | [[cdk.support/lookup-entry]] | `:vendor` |
(build-cfn-queue-builder builder id config)
The build-cfn-queue-builder function updates a CfnQueue$Builder instance using the provided configuration. The function takes the CfnQueue$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedStorageProfileIds | java.util.List | cdk.support/lookup-entry | :allowed-storage-profile-ids |
defaultBudgetAction | java.lang.String | cdk.support/lookup-entry | :default-budget-action |
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
jobAttachmentSettings | software.amazon.awscdk.services.deadline.CfnQueue$JobAttachmentSettingsProperty | cdk.support/lookup-entry | :job-attachment-settings |
jobRunAsUser | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :job-run-as-user |
requiredFileSystemLocationNames | java.util.List | cdk.support/lookup-entry | :required-file-system-location-names |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-queue-builder function updates a CfnQueue$Builder instance using the provided configuration. The function takes the CfnQueue$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedStorageProfileIds` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-storage-profile-ids` | | `defaultBudgetAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-budget-action` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `jobAttachmentSettings` | software.amazon.awscdk.services.deadline.CfnQueue$JobAttachmentSettingsProperty | [[cdk.support/lookup-entry]] | `:job-attachment-settings` | | `jobRunAsUser` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-run-as-user` | | `requiredFileSystemLocationNames` | java.util.List | [[cdk.support/lookup-entry]] | `:required-file-system-location-names` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-queue-environment-builder builder id config)
The build-cfn-queue-environment-builder function updates a CfnQueueEnvironment$Builder instance using the provided configuration. The function takes the CfnQueueEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
queueId | java.lang.String | cdk.support/lookup-entry | :queue-id |
template | java.lang.String | cdk.support/lookup-entry | :template |
templateType | java.lang.String | cdk.support/lookup-entry | :template-type |
The build-cfn-queue-environment-builder function updates a CfnQueueEnvironment$Builder instance using the provided configuration. The function takes the CfnQueueEnvironment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `queueId` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-id` | | `template` | java.lang.String | [[cdk.support/lookup-entry]] | `:template` | | `templateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-type` |
(build-cfn-queue-environment-props-builder builder id config)
The build-cfn-queue-environment-props-builder function updates a CfnQueueEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnQueueEnvironmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
queueId | java.lang.String | cdk.support/lookup-entry | :queue-id |
template | java.lang.String | cdk.support/lookup-entry | :template |
templateType | java.lang.String | cdk.support/lookup-entry | :template-type |
The build-cfn-queue-environment-props-builder function updates a CfnQueueEnvironmentProps$Builder instance using the provided configuration. The function takes the CfnQueueEnvironmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `queueId` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-id` | | `template` | java.lang.String | [[cdk.support/lookup-entry]] | `:template` | | `templateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-type` |
(build-cfn-queue-fleet-association-builder builder id config)
The build-cfn-queue-fleet-association-builder function updates a CfnQueueFleetAssociation$Builder instance using the provided configuration. The function takes the CfnQueueFleetAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
fleetId | java.lang.String | cdk.support/lookup-entry | :fleet-id |
queueId | java.lang.String | cdk.support/lookup-entry | :queue-id |
The build-cfn-queue-fleet-association-builder function updates a CfnQueueFleetAssociation$Builder instance using the provided configuration. The function takes the CfnQueueFleetAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `fleetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-id` | | `queueId` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-id` |
(build-cfn-queue-fleet-association-props-builder builder id config)
The build-cfn-queue-fleet-association-props-builder function updates a CfnQueueFleetAssociationProps$Builder instance using the provided configuration. The function takes the CfnQueueFleetAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
fleetId | java.lang.String | cdk.support/lookup-entry | :fleet-id |
queueId | java.lang.String | cdk.support/lookup-entry | :queue-id |
The build-cfn-queue-fleet-association-props-builder function updates a CfnQueueFleetAssociationProps$Builder instance using the provided configuration. The function takes the CfnQueueFleetAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `fleetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:fleet-id` | | `queueId` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-id` |
(build-cfn-queue-job-attachment-settings-property-builder builder id config)
The build-cfn-queue-job-attachment-settings-property-builder function updates a CfnQueue$JobAttachmentSettingsProperty$Builder instance using the provided configuration. The function takes the CfnQueue$JobAttachmentSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
rootPrefix | java.lang.String | cdk.support/lookup-entry | :root-prefix |
s3BucketName | java.lang.String | cdk.support/lookup-entry | :s3-bucket-name |
The build-cfn-queue-job-attachment-settings-property-builder function updates a CfnQueue$JobAttachmentSettingsProperty$Builder instance using the provided configuration. The function takes the CfnQueue$JobAttachmentSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `rootPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-prefix` | | `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` |
(build-cfn-queue-job-run-as-user-property-builder builder id config)
The build-cfn-queue-job-run-as-user-property-builder function updates a CfnQueue$JobRunAsUserProperty$Builder instance using the provided configuration. The function takes the CfnQueue$JobRunAsUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
posix | software.amazon.awscdk.services.deadline.CfnQueue$PosixUserProperty | cdk.support/lookup-entry | :posix |
runAs | java.lang.String | cdk.support/lookup-entry | :run-as |
windows | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :windows |
The build-cfn-queue-job-run-as-user-property-builder function updates a CfnQueue$JobRunAsUserProperty$Builder instance using the provided configuration. The function takes the CfnQueue$JobRunAsUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `posix` | software.amazon.awscdk.services.deadline.CfnQueue$PosixUserProperty | [[cdk.support/lookup-entry]] | `:posix` | | `runAs` | java.lang.String | [[cdk.support/lookup-entry]] | `:run-as` | | `windows` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:windows` |
(build-cfn-queue-posix-user-property-builder builder id config)
The build-cfn-queue-posix-user-property-builder function updates a CfnQueue$PosixUserProperty$Builder instance using the provided configuration. The function takes the CfnQueue$PosixUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
group | java.lang.String | cdk.support/lookup-entry | :group |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-cfn-queue-posix-user-property-builder function updates a CfnQueue$PosixUserProperty$Builder instance using the provided configuration. The function takes the CfnQueue$PosixUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `group` | java.lang.String | [[cdk.support/lookup-entry]] | `:group` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-cfn-queue-props-builder builder id config)
The build-cfn-queue-props-builder function updates a CfnQueueProps$Builder instance using the provided configuration. The function takes the CfnQueueProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedStorageProfileIds | java.util.List | cdk.support/lookup-entry | :allowed-storage-profile-ids |
defaultBudgetAction | java.lang.String | cdk.support/lookup-entry | :default-budget-action |
description | java.lang.String | cdk.support/lookup-entry | :description |
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
jobAttachmentSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :job-attachment-settings |
jobRunAsUser | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :job-run-as-user |
requiredFileSystemLocationNames | java.util.List | cdk.support/lookup-entry | :required-file-system-location-names |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-queue-props-builder function updates a CfnQueueProps$Builder instance using the provided configuration. The function takes the CfnQueueProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedStorageProfileIds` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-storage-profile-ids` | | `defaultBudgetAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-budget-action` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `jobAttachmentSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-attachment-settings` | | `jobRunAsUser` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-run-as-user` | | `requiredFileSystemLocationNames` | java.util.List | [[cdk.support/lookup-entry]] | `:required-file-system-location-names` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-queue-windows-user-property-builder builder id config)
The build-cfn-queue-windows-user-property-builder function updates a CfnQueue$WindowsUserProperty$Builder instance using the provided configuration. The function takes the CfnQueue$WindowsUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
passwordArn | java.lang.String | cdk.support/lookup-entry | :password-arn |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-cfn-queue-windows-user-property-builder function updates a CfnQueue$WindowsUserProperty$Builder instance using the provided configuration. The function takes the CfnQueue$WindowsUserProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `passwordArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:password-arn` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-cfn-storage-profile-builder builder id config)
The build-cfn-storage-profile-builder function updates a CfnStorageProfile$Builder instance using the provided configuration. The function takes the CfnStorageProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
fileSystemLocations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :file-system-locations |
osFamily | java.lang.String | cdk.support/lookup-entry | :os-family |
The build-cfn-storage-profile-builder function updates a CfnStorageProfile$Builder instance using the provided configuration. The function takes the CfnStorageProfile$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `fileSystemLocations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `osFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:os-family` |
(build-cfn-storage-profile-file-system-location-property-builder builder
id
config)
The build-cfn-storage-profile-file-system-location-property-builder function updates a CfnStorageProfile$FileSystemLocationProperty$Builder instance using the provided configuration. The function takes the CfnStorageProfile$FileSystemLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
path | java.lang.String | cdk.support/lookup-entry | :path |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-storage-profile-file-system-location-property-builder function updates a CfnStorageProfile$FileSystemLocationProperty$Builder instance using the provided configuration. The function takes the CfnStorageProfile$FileSystemLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-storage-profile-props-builder builder id config)
The build-cfn-storage-profile-props-builder function updates a CfnStorageProfileProps$Builder instance using the provided configuration. The function takes the CfnStorageProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
displayName | java.lang.String | cdk.support/lookup-entry | :display-name |
farmId | java.lang.String | cdk.support/lookup-entry | :farm-id |
fileSystemLocations | java.util.List | cdk.support/lookup-entry | :file-system-locations |
osFamily | java.lang.String | cdk.support/lookup-entry | :os-family |
The build-cfn-storage-profile-props-builder function updates a CfnStorageProfileProps$Builder instance using the provided configuration. The function takes the CfnStorageProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` | | `farmId` | java.lang.String | [[cdk.support/lookup-entry]] | `:farm-id` | | `fileSystemLocations` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-locations` | | `osFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:os-family` |
(cfn-farm-builder scope id config)
Creates a CfnFarm$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 `CfnFarm$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-farm-props-builder id config)
Creates a CfnFarmProps$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 `CfnFarmProps$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-accelerator-count-range-property-builder id config)
Creates a CfnFleet$AcceleratorCountRangeProperty$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$AcceleratorCountRangeProperty$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-accelerator-total-memory-mi-b-range-property-builder id config)
Creates a CfnFleet$AcceleratorTotalMemoryMiBRangeProperty$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$AcceleratorTotalMemoryMiBRangeProperty$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-customer-managed-fleet-configuration-property-builder id config)
Creates a CfnFleet$CustomerManagedFleetConfigurationProperty$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$CustomerManagedFleetConfigurationProperty$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-customer-managed-worker-capabilities-property-builder id config)
Creates a CfnFleet$CustomerManagedWorkerCapabilitiesProperty$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$CustomerManagedWorkerCapabilitiesProperty$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-ec2-ebs-volume-property-builder id config)
Creates a CfnFleet$Ec2EbsVolumeProperty$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$Ec2EbsVolumeProperty$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-fleet-amount-capability-property-builder id config)
Creates a CfnFleet$FleetAmountCapabilityProperty$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$FleetAmountCapabilityProperty$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-fleet-attribute-capability-property-builder id config)
Creates a CfnFleet$FleetAttributeCapabilityProperty$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$FleetAttributeCapabilityProperty$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-fleet-capabilities-property-builder id config)
Creates a CfnFleet$FleetCapabilitiesProperty$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$FleetCapabilitiesProperty$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-fleet-configuration-property-builder id config)
Creates a CfnFleet$FleetConfigurationProperty$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$FleetConfigurationProperty$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-memory-mi-b-range-property-builder id config)
Creates a CfnFleet$MemoryMiBRangeProperty$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$MemoryMiBRangeProperty$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-service-managed-ec2-fleet-configuration-property-builder id config)
Creates a CfnFleet$ServiceManagedEc2FleetConfigurationProperty$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$ServiceManagedEc2FleetConfigurationProperty$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-service-managed-ec2-instance-capabilities-property-builder id config)
Creates a CfnFleet$ServiceManagedEc2InstanceCapabilitiesProperty$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$ServiceManagedEc2InstanceCapabilitiesProperty$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-service-managed-ec2-instance-market-options-property-builder id
config)
Creates a CfnFleet$ServiceManagedEc2InstanceMarketOptionsProperty$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$ServiceManagedEc2InstanceMarketOptionsProperty$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-v-cpu-count-range-property-builder id config)
Creates a CfnFleet$VCpuCountRangeProperty$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$VCpuCountRangeProperty$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-license-endpoint-builder scope id config)
Creates a CfnLicenseEndpoint$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 `CfnLicenseEndpoint$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-license-endpoint-props-builder id config)
Creates a CfnLicenseEndpointProps$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 `CfnLicenseEndpointProps$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-metered-product-builder scope id config)
Creates a CfnMeteredProduct$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 `CfnMeteredProduct$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-metered-product-props-builder id config)
Creates a CfnMeteredProductProps$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 `CfnMeteredProductProps$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-queue-builder scope id config)
Creates a CfnQueue$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 `CfnQueue$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-queue-environment-builder scope id config)
Creates a CfnQueueEnvironment$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 `CfnQueueEnvironment$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-queue-environment-props-builder id config)
Creates a CfnQueueEnvironmentProps$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 `CfnQueueEnvironmentProps$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-queue-fleet-association-builder scope id config)
Creates a CfnQueueFleetAssociation$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 `CfnQueueFleetAssociation$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-queue-fleet-association-props-builder id config)
Creates a CfnQueueFleetAssociationProps$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 `CfnQueueFleetAssociationProps$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-queue-job-attachment-settings-property-builder id config)
Creates a CfnQueue$JobAttachmentSettingsProperty$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 `CfnQueue$JobAttachmentSettingsProperty$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-queue-job-run-as-user-property-builder id config)
Creates a CfnQueue$JobRunAsUserProperty$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 `CfnQueue$JobRunAsUserProperty$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-queue-posix-user-property-builder id config)
Creates a CfnQueue$PosixUserProperty$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 `CfnQueue$PosixUserProperty$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-queue-props-builder id config)
Creates a CfnQueueProps$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 `CfnQueueProps$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-queue-windows-user-property-builder id config)
Creates a CfnQueue$WindowsUserProperty$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 `CfnQueue$WindowsUserProperty$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-storage-profile-builder scope id config)
Creates a CfnStorageProfile$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 `CfnStorageProfile$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-storage-profile-file-system-location-property-builder id config)
Creates a CfnStorageProfile$FileSystemLocationProperty$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 `CfnStorageProfile$FileSystemLocationProperty$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-storage-profile-props-builder id config)
Creates a CfnStorageProfileProps$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 `CfnStorageProfileProps$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