Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ec2 package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ec2 package.
(acl-cidr-config-builder id config)
Creates a AclCidrConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AclCidrConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(acl-icmp-builder id config)
Creates a AclIcmp$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AclIcmp$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(acl-port-range-builder id config)
Creates a AclPortRange$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AclPortRange$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(acl-traffic-config-builder id config)
Creates a AclTrafficConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AclTrafficConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(action config id item-key)
The action
function data interprets values in the provided config data into a
Action
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
Action
- the value is returned.:deny
- Action/DENY
is returned:allow
- Action/ALLOW
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `action` function data interprets values in the provided config data into a `Action` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `Action` - the value is returned. * is `:deny` - `Action/DENY` is returned * is `:allow` - `Action/ALLOW` is returned If a value is not found or matches the above criteria, nil is returned.
(add-route-options-builder id config)
Creates a AddRouteOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AddRouteOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(address-family config id item-key)
The address-family
function data interprets values in the provided config data into a
AddressFamily
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AddressFamily
- the value is returned.:ip-v4
- AddressFamily/IP_V4
is returned:ip-v6
- AddressFamily/IP_V6
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `address-family` function data interprets values in the provided config data into a `AddressFamily` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AddressFamily` - the value is returned. * is `:ip-v4` - `AddressFamily/IP_V4` is returned * is `:ip-v6` - `AddressFamily/IP_V6` is returned If a value is not found or matches the above criteria, nil is returned.
(allocate-cidr-request-builder id config)
Creates a AllocateCidrRequest$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AllocateCidrRequest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(allocate-ipv6-cidr-request-builder id config)
Creates a AllocateIpv6CidrRequest$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AllocateIpv6CidrRequest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(allocate-vpc-ipv6-cidr-request-builder id config)
Creates a AllocateVpcIpv6CidrRequest$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AllocateVpcIpv6CidrRequest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(allocated-subnet-builder id config)
Creates a AllocatedSubnet$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AllocatedSubnet$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux-cpu-type config id item-key)
The amazon-linux-cpu-type
function data interprets values in the provided config data into a
AmazonLinuxCpuType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AmazonLinuxCpuType
- the value is returned.:arm-64
- AmazonLinuxCpuType/ARM_64
is returned:x86-64
- AmazonLinuxCpuType/X86_64
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `amazon-linux-cpu-type` function data interprets values in the provided config data into a `AmazonLinuxCpuType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AmazonLinuxCpuType` - the value is returned. * is `:arm-64` - `AmazonLinuxCpuType/ARM_64` is returned * is `:x86-64` - `AmazonLinuxCpuType/X86_64` is returned If a value is not found or matches the above criteria, nil is returned.
(amazon-linux-edition config id item-key)
The amazon-linux-edition
function data interprets values in the provided config data into a
AmazonLinuxEdition
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AmazonLinuxEdition
- the value is returned.:minimal
- AmazonLinuxEdition/MINIMAL
is returned:standard
- AmazonLinuxEdition/STANDARD
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `amazon-linux-edition` function data interprets values in the provided config data into a `AmazonLinuxEdition` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AmazonLinuxEdition` - the value is returned. * is `:minimal` - `AmazonLinuxEdition/MINIMAL` is returned * is `:standard` - `AmazonLinuxEdition/STANDARD` is returned If a value is not found or matches the above criteria, nil is returned.
(amazon-linux-generation config id item-key)
The amazon-linux-generation
function data interprets values in the provided config data into a
AmazonLinuxGeneration
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AmazonLinuxGeneration
- the value is returned.:amazon-linux-2
- AmazonLinuxGeneration/AMAZON_LINUX_2
is returned:amazon-linux
- AmazonLinuxGeneration/AMAZON_LINUX
is returned:amazon-linux-2022
- AmazonLinuxGeneration/AMAZON_LINUX_2022
is returned:amazon-linux-2023
- AmazonLinuxGeneration/AMAZON_LINUX_2023
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `amazon-linux-generation` function data interprets values in the provided config data into a `AmazonLinuxGeneration` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AmazonLinuxGeneration` - the value is returned. * is `:amazon-linux-2` - `AmazonLinuxGeneration/AMAZON_LINUX_2` is returned * is `:amazon-linux` - `AmazonLinuxGeneration/AMAZON_LINUX` is returned * is `:amazon-linux-2022` - `AmazonLinuxGeneration/AMAZON_LINUX_2022` is returned * is `:amazon-linux-2023` - `AmazonLinuxGeneration/AMAZON_LINUX_2023` is returned If a value is not found or matches the above criteria, nil is returned.
(amazon-linux-image-builder id config)
Creates a AmazonLinuxImage$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `AmazonLinuxImage$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux-image-props-builder id config)
Creates a AmazonLinuxImageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AmazonLinuxImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux-image-ssm-parameter-base-options-builder id config)
Creates a AmazonLinuxImageSsmParameterBaseOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AmazonLinuxImageSsmParameterBaseOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux-image-ssm-parameter-base-props-builder id config)
Creates a AmazonLinuxImageSsmParameterBaseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AmazonLinuxImageSsmParameterBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux-image-ssm-parameter-common-options-builder id config)
Creates a AmazonLinuxImageSsmParameterCommonOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AmazonLinuxImageSsmParameterCommonOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux-kernel config id item-key)
The amazon-linux-kernel
function data interprets values in the provided config data into a
AmazonLinuxKernel
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AmazonLinuxKernel
- the value is returned.:kernel6-1
- AmazonLinuxKernel/KERNEL6_1
is returned:kernel5-x
- AmazonLinuxKernel/KERNEL5_X
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `amazon-linux-kernel` function data interprets values in the provided config data into a `AmazonLinuxKernel` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AmazonLinuxKernel` - the value is returned. * is `:kernel6-1` - `AmazonLinuxKernel/KERNEL6_1` is returned * is `:kernel5-x` - `AmazonLinuxKernel/KERNEL5_X` is returned If a value is not found or matches the above criteria, nil is returned.
(amazon-linux-storage config id item-key)
The amazon-linux-storage
function data interprets values in the provided config data into a
AmazonLinuxStorage
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AmazonLinuxStorage
- the value is returned.:ebs
- AmazonLinuxStorage/EBS
is returned:s3
- AmazonLinuxStorage/S3
is returned:general-purpose
- AmazonLinuxStorage/GENERAL_PURPOSE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `amazon-linux-storage` function data interprets values in the provided config data into a `AmazonLinuxStorage` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AmazonLinuxStorage` - the value is returned. * is `:ebs` - `AmazonLinuxStorage/EBS` is returned * is `:s3` - `AmazonLinuxStorage/S3` is returned * is `:general-purpose` - `AmazonLinuxStorage/GENERAL_PURPOSE` is returned If a value is not found or matches the above criteria, nil is returned.
(amazon-linux-virt config id item-key)
The amazon-linux-virt
function data interprets values in the provided config data into a
AmazonLinuxVirt
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
AmazonLinuxVirt
- the value is returned.:pv
- AmazonLinuxVirt/PV
is returned:hvm
- AmazonLinuxVirt/HVM
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `amazon-linux-virt` function data interprets values in the provided config data into a `AmazonLinuxVirt` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `AmazonLinuxVirt` - the value is returned. * is `:pv` - `AmazonLinuxVirt/PV` is returned * is `:hvm` - `AmazonLinuxVirt/HVM` is returned If a value is not found or matches the above criteria, nil is returned.
(amazon-linux2-image-ssm-parameter-builder id config)
Creates a AmazonLinux2ImageSsmParameter$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `AmazonLinux2ImageSsmParameter$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux2-image-ssm-parameter-props-builder id config)
Creates a AmazonLinux2ImageSsmParameterProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AmazonLinux2ImageSsmParameterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux2022-image-ssm-parameter-builder id config)
Creates a AmazonLinux2022ImageSsmParameter$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `AmazonLinux2022ImageSsmParameter$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux2022-image-ssm-parameter-props-builder id config)
Creates a AmazonLinux2022ImageSsmParameterProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AmazonLinux2022ImageSsmParameterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux2023-image-ssm-parameter-builder id config)
Creates a AmazonLinux2023ImageSsmParameter$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `AmazonLinux2023ImageSsmParameter$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(amazon-linux2023-image-ssm-parameter-props-builder id config)
Creates a AmazonLinux2023ImageSsmParameterProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AmazonLinux2023ImageSsmParameterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(apply-cloud-formation-init-options-builder id config)
Creates a ApplyCloudFormationInitOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ApplyCloudFormationInitOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(attach-init-options-builder id config)
Creates a AttachInitOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AttachInitOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(aws-ipam-props-builder id config)
Creates a AwsIpamProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AwsIpamProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bastion-host-linux-builder scope id config)
Creates a BastionHostLinux$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 `BastionHostLinux$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 |
(bastion-host-linux-props-builder id config)
Creates a BastionHostLinuxProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `BastionHostLinuxProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(block-device-builder id config)
Creates a BlockDevice$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `BlockDevice$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-acl-cidr-config-builder builder id config)
The build-acl-cidr-config-builder function updates a AclCidrConfig$Builder instance using the provided configuration. The function takes the AclCidrConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
The build-acl-cidr-config-builder function updates a AclCidrConfig$Builder instance using the provided configuration. The function takes the AclCidrConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` |
(build-acl-icmp-builder builder id config)
The build-acl-icmp-builder function updates a AclIcmp$Builder instance using the provided configuration. The function takes the AclIcmp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | java.lang.Number | cdk.support/lookup-entry | :code |
type | java.lang.Number | cdk.support/lookup-entry | :type |
The build-acl-icmp-builder function updates a AclIcmp$Builder instance using the provided configuration. The function takes the AclIcmp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `code` | java.lang.Number | [[cdk.support/lookup-entry]] | `:code` | | `type` | java.lang.Number | [[cdk.support/lookup-entry]] | `:type` |
(build-acl-port-range-builder builder id config)
The build-acl-port-range-builder function updates a AclPortRange$Builder instance using the provided configuration. The function takes the AclPortRange$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
from | java.lang.Number | cdk.support/lookup-entry | :from |
to | java.lang.Number | cdk.support/lookup-entry | :to |
The build-acl-port-range-builder function updates a AclPortRange$Builder instance using the provided configuration. The function takes the AclPortRange$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `from` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from` | | `to` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to` |
(build-acl-traffic-config-builder builder id config)
The build-acl-traffic-config-builder function updates a AclTrafficConfig$Builder instance using the provided configuration. The function takes the AclTrafficConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
icmp | software.amazon.awscdk.services.ec2.AclIcmp | cdk.support/lookup-entry | :icmp |
portRange | software.amazon.awscdk.services.ec2.AclPortRange | cdk.support/lookup-entry | :port-range |
protocol | java.lang.Number | cdk.support/lookup-entry | :protocol |
The build-acl-traffic-config-builder function updates a AclTrafficConfig$Builder instance using the provided configuration. The function takes the AclTrafficConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `icmp` | software.amazon.awscdk.services.ec2.AclIcmp | [[cdk.support/lookup-entry]] | `:icmp` | | `portRange` | software.amazon.awscdk.services.ec2.AclPortRange | [[cdk.support/lookup-entry]] | `:port-range` | | `protocol` | java.lang.Number | [[cdk.support/lookup-entry]] | `:protocol` |
(build-add-route-options-builder builder id config)
The build-add-route-options-builder function updates a AddRouteOptions$Builder instance using the provided configuration. The function takes the AddRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
destinationIpv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-ipv6-cidr-block |
enablesInternetConnectivity | java.lang.Boolean | cdk.support/lookup-entry | :enables-internet-connectivity |
routerId | java.lang.String | cdk.support/lookup-entry | :router-id |
routerType | software.amazon.awscdk.services.ec2.RouterType | cdk.api.services.ec2/router-type | :router-type |
The build-add-route-options-builder function updates a AddRouteOptions$Builder instance using the provided configuration. The function takes the AddRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `destinationIpv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-ipv6-cidr-block` | | `enablesInternetConnectivity` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enables-internet-connectivity` | | `routerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:router-id` | | `routerType` | software.amazon.awscdk.services.ec2.RouterType | [[cdk.api.services.ec2/router-type]] | `:router-type` |
(build-allocate-cidr-request-builder builder id config)
The build-allocate-cidr-request-builder function updates a AllocateCidrRequest$Builder instance using the provided configuration. The function takes the AllocateCidrRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
requestedSubnets | java.util.List | cdk.support/lookup-entry | :requested-subnets |
vpcCidr | java.lang.String | cdk.support/lookup-entry | :vpc-cidr |
The build-allocate-cidr-request-builder function updates a AllocateCidrRequest$Builder instance using the provided configuration. The function takes the AllocateCidrRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `requestedSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:requested-subnets` | | `vpcCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-cidr` |
(build-allocate-ipv6-cidr-request-builder builder id config)
The build-allocate-ipv6-cidr-request-builder function updates a AllocateIpv6CidrRequest$Builder instance using the provided configuration. The function takes the AllocateIpv6CidrRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocatedSubnets | java.util.List | cdk.support/lookup-entry | :allocated-subnets |
ipv6Cidrs | java.util.List | cdk.support/lookup-entry | :ipv6-cidrs |
The build-allocate-ipv6-cidr-request-builder function updates a AllocateIpv6CidrRequest$Builder instance using the provided configuration. The function takes the AllocateIpv6CidrRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocatedSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:allocated-subnets` | | `ipv6Cidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-cidrs` |
(build-allocate-vpc-ipv6-cidr-request-builder builder id config)
The build-allocate-vpc-ipv6-cidr-request-builder function updates a AllocateVpcIpv6CidrRequest$Builder instance using the provided configuration. The function takes the AllocateVpcIpv6CidrRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
scope | software.constructs.Construct | cdk.support/lookup-entry | :scope |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-allocate-vpc-ipv6-cidr-request-builder function updates a AllocateVpcIpv6CidrRequest$Builder instance using the provided configuration. The function takes the AllocateVpcIpv6CidrRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `scope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:scope` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-allocated-subnet-builder builder id config)
The build-allocated-subnet-builder function updates a AllocatedSubnet$Builder instance using the provided configuration. The function takes the AllocatedSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
ipv6Cidr | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr |
The build-allocated-subnet-builder function updates a AllocatedSubnet$Builder instance using the provided configuration. The function takes the AllocatedSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `ipv6Cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr` |
(build-amazon-linux-image-builder builder id config)
The build-amazon-linux-image-builder function updates a AmazonLinuxImage$Builder instance using the provided configuration. The function takes the AmazonLinuxImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
generation | software.amazon.awscdk.services.ec2.AmazonLinuxGeneration | cdk.api.services.ec2/amazon-linux-generation | :generation |
kernel | software.amazon.awscdk.services.ec2.AmazonLinuxKernel | cdk.api.services.ec2/amazon-linux-kernel | :kernel |
storage | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | cdk.api.services.ec2/amazon-linux-storage | :storage |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
virtualization | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | cdk.api.services.ec2/amazon-linux-virt | :virtualization |
The build-amazon-linux-image-builder function updates a AmazonLinuxImage$Builder instance using the provided configuration. The function takes the AmazonLinuxImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `generation` | software.amazon.awscdk.services.ec2.AmazonLinuxGeneration | [[cdk.api.services.ec2/amazon-linux-generation]] | `:generation` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinuxKernel | [[cdk.api.services.ec2/amazon-linux-kernel]] | `:kernel` | | `storage` | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | [[cdk.api.services.ec2/amazon-linux-storage]] | `:storage` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `virtualization` | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | [[cdk.api.services.ec2/amazon-linux-virt]] | `:virtualization` |
(build-amazon-linux-image-props-builder builder id config)
The build-amazon-linux-image-props-builder function updates a AmazonLinuxImageProps$Builder instance using the provided configuration. The function takes the AmazonLinuxImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
generation | software.amazon.awscdk.services.ec2.AmazonLinuxGeneration | cdk.api.services.ec2/amazon-linux-generation | :generation |
kernel | software.amazon.awscdk.services.ec2.AmazonLinuxKernel | cdk.api.services.ec2/amazon-linux-kernel | :kernel |
storage | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | cdk.api.services.ec2/amazon-linux-storage | :storage |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
virtualization | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | cdk.api.services.ec2/amazon-linux-virt | :virtualization |
The build-amazon-linux-image-props-builder function updates a AmazonLinuxImageProps$Builder instance using the provided configuration. The function takes the AmazonLinuxImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `generation` | software.amazon.awscdk.services.ec2.AmazonLinuxGeneration | [[cdk.api.services.ec2/amazon-linux-generation]] | `:generation` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinuxKernel | [[cdk.api.services.ec2/amazon-linux-kernel]] | `:kernel` | | `storage` | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | [[cdk.api.services.ec2/amazon-linux-storage]] | `:storage` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `virtualization` | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | [[cdk.api.services.ec2/amazon-linux-virt]] | `:virtualization` |
(build-amazon-linux-image-ssm-parameter-base-options-builder builder id config)
The build-amazon-linux-image-ssm-parameter-base-options-builder function updates a AmazonLinuxImageSsmParameterBaseOptions$Builder instance using the provided configuration. The function takes the AmazonLinuxImageSsmParameterBaseOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-amazon-linux-image-ssm-parameter-base-options-builder function updates a AmazonLinuxImageSsmParameterBaseOptions$Builder instance using the provided configuration. The function takes the AmazonLinuxImageSsmParameterBaseOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-amazon-linux-image-ssm-parameter-base-props-builder builder id config)
The build-amazon-linux-image-ssm-parameter-base-props-builder function updates a AmazonLinuxImageSsmParameterBaseProps$Builder instance using the provided configuration. The function takes the AmazonLinuxImageSsmParameterBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
parameterName | java.lang.String | cdk.support/lookup-entry | :parameter-name |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-amazon-linux-image-ssm-parameter-base-props-builder function updates a AmazonLinuxImageSsmParameterBaseProps$Builder instance using the provided configuration. The function takes the AmazonLinuxImageSsmParameterBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-amazon-linux-image-ssm-parameter-common-options-builder builder
id
config)
The build-amazon-linux-image-ssm-parameter-common-options-builder function updates a AmazonLinuxImageSsmParameterCommonOptions$Builder instance using the provided configuration. The function takes the AmazonLinuxImageSsmParameterCommonOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-amazon-linux-image-ssm-parameter-common-options-builder function updates a AmazonLinuxImageSsmParameterCommonOptions$Builder instance using the provided configuration. The function takes the AmazonLinuxImageSsmParameterCommonOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-amazon-linux2-image-ssm-parameter-builder builder id config)
The build-amazon-linux2-image-ssm-parameter-builder function updates a AmazonLinux2ImageSsmParameter$Builder instance using the provided configuration. The function takes the AmazonLinux2ImageSsmParameter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
kernel | software.amazon.awscdk.services.ec2.AmazonLinux2Kernel | cdk.support/lookup-entry | :kernel |
storage | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | cdk.api.services.ec2/amazon-linux-storage | :storage |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
virtualization | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | cdk.api.services.ec2/amazon-linux-virt | :virtualization |
The build-amazon-linux2-image-ssm-parameter-builder function updates a AmazonLinux2ImageSsmParameter$Builder instance using the provided configuration. The function takes the AmazonLinux2ImageSsmParameter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinux2Kernel | [[cdk.support/lookup-entry]] | `:kernel` | | `storage` | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | [[cdk.api.services.ec2/amazon-linux-storage]] | `:storage` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `virtualization` | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | [[cdk.api.services.ec2/amazon-linux-virt]] | `:virtualization` |
(build-amazon-linux2-image-ssm-parameter-props-builder builder id config)
The build-amazon-linux2-image-ssm-parameter-props-builder function updates a AmazonLinux2ImageSsmParameterProps$Builder instance using the provided configuration. The function takes the AmazonLinux2ImageSsmParameterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
kernel | software.amazon.awscdk.services.ec2.AmazonLinux2Kernel | cdk.support/lookup-entry | :kernel |
storage | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | cdk.api.services.ec2/amazon-linux-storage | :storage |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
virtualization | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | cdk.api.services.ec2/amazon-linux-virt | :virtualization |
The build-amazon-linux2-image-ssm-parameter-props-builder function updates a AmazonLinux2ImageSsmParameterProps$Builder instance using the provided configuration. The function takes the AmazonLinux2ImageSsmParameterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinux2Kernel | [[cdk.support/lookup-entry]] | `:kernel` | | `storage` | software.amazon.awscdk.services.ec2.AmazonLinuxStorage | [[cdk.api.services.ec2/amazon-linux-storage]] | `:storage` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `virtualization` | software.amazon.awscdk.services.ec2.AmazonLinuxVirt | [[cdk.api.services.ec2/amazon-linux-virt]] | `:virtualization` |
(build-amazon-linux2022-image-ssm-parameter-builder builder id config)
The build-amazon-linux2022-image-ssm-parameter-builder function updates a AmazonLinux2022ImageSsmParameter$Builder instance using the provided configuration. The function takes the AmazonLinux2022ImageSsmParameter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
kernel | software.amazon.awscdk.services.ec2.AmazonLinux2022Kernel | cdk.support/lookup-entry | :kernel |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-amazon-linux2022-image-ssm-parameter-builder function updates a AmazonLinux2022ImageSsmParameter$Builder instance using the provided configuration. The function takes the AmazonLinux2022ImageSsmParameter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinux2022Kernel | [[cdk.support/lookup-entry]] | `:kernel` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-amazon-linux2022-image-ssm-parameter-props-builder builder id config)
The build-amazon-linux2022-image-ssm-parameter-props-builder function updates a AmazonLinux2022ImageSsmParameterProps$Builder instance using the provided configuration. The function takes the AmazonLinux2022ImageSsmParameterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
kernel | software.amazon.awscdk.services.ec2.AmazonLinux2022Kernel | cdk.support/lookup-entry | :kernel |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-amazon-linux2022-image-ssm-parameter-props-builder function updates a AmazonLinux2022ImageSsmParameterProps$Builder instance using the provided configuration. The function takes the AmazonLinux2022ImageSsmParameterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinux2022Kernel | [[cdk.support/lookup-entry]] | `:kernel` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-amazon-linux2023-image-ssm-parameter-builder builder id config)
The build-amazon-linux2023-image-ssm-parameter-builder function updates a AmazonLinux2023ImageSsmParameter$Builder instance using the provided configuration. The function takes the AmazonLinux2023ImageSsmParameter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
kernel | software.amazon.awscdk.services.ec2.AmazonLinux2023Kernel | cdk.support/lookup-entry | :kernel |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-amazon-linux2023-image-ssm-parameter-builder function updates a AmazonLinux2023ImageSsmParameter$Builder instance using the provided configuration. The function takes the AmazonLinux2023ImageSsmParameter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinux2023Kernel | [[cdk.support/lookup-entry]] | `:kernel` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-amazon-linux2023-image-ssm-parameter-props-builder builder id config)
The build-amazon-linux2023-image-ssm-parameter-props-builder function updates a AmazonLinux2023ImageSsmParameterProps$Builder instance using the provided configuration. The function takes the AmazonLinux2023ImageSsmParameterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
cpuType | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | cdk.api.services.ec2/amazon-linux-cpu-type | :cpu-type |
edition | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | cdk.api.services.ec2/amazon-linux-edition | :edition |
kernel | software.amazon.awscdk.services.ec2.AmazonLinux2023Kernel | cdk.support/lookup-entry | :kernel |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-amazon-linux2023-image-ssm-parameter-props-builder function updates a AmazonLinux2023ImageSsmParameterProps$Builder instance using the provided configuration. The function takes the AmazonLinux2023ImageSsmParameterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `cpuType` | software.amazon.awscdk.services.ec2.AmazonLinuxCpuType | [[cdk.api.services.ec2/amazon-linux-cpu-type]] | `:cpu-type` | | `edition` | software.amazon.awscdk.services.ec2.AmazonLinuxEdition | [[cdk.api.services.ec2/amazon-linux-edition]] | `:edition` | | `kernel` | software.amazon.awscdk.services.ec2.AmazonLinux2023Kernel | [[cdk.support/lookup-entry]] | `:kernel` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-apply-cloud-formation-init-options-builder builder id config)
The build-apply-cloud-formation-init-options-builder function updates a ApplyCloudFormationInitOptions$Builder instance using the provided configuration. The function takes the ApplyCloudFormationInitOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configSets | java.util.List | cdk.support/lookup-entry | :config-sets |
embedFingerprint | java.lang.Boolean | cdk.support/lookup-entry | :embed-fingerprint |
ignoreFailures | java.lang.Boolean | cdk.support/lookup-entry | :ignore-failures |
includeRole | java.lang.Boolean | cdk.support/lookup-entry | :include-role |
includeUrl | java.lang.Boolean | cdk.support/lookup-entry | :include-url |
printLog | java.lang.Boolean | cdk.support/lookup-entry | :print-log |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
The build-apply-cloud-formation-init-options-builder function updates a ApplyCloudFormationInitOptions$Builder instance using the provided configuration. The function takes the ApplyCloudFormationInitOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configSets` | java.util.List | [[cdk.support/lookup-entry]] | `:config-sets` | | `embedFingerprint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:embed-fingerprint` | | `ignoreFailures` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-failures` | | `includeRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-role` | | `includeUrl` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-url` | | `printLog` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:print-log` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
(build-attach-init-options-builder builder id config)
The build-attach-init-options-builder function updates a AttachInitOptions$Builder instance using the provided configuration. The function takes the AttachInitOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configSets | java.util.List | cdk.support/lookup-entry | :config-sets |
embedFingerprint | java.lang.Boolean | cdk.support/lookup-entry | :embed-fingerprint |
ignoreFailures | java.lang.Boolean | cdk.support/lookup-entry | :ignore-failures |
includeRole | java.lang.Boolean | cdk.support/lookup-entry | :include-role |
includeUrl | java.lang.Boolean | cdk.support/lookup-entry | :include-url |
instanceRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :instance-role |
platform | software.amazon.awscdk.services.ec2.OperatingSystemType | cdk.api.services.ec2/operating-system-type | :platform |
printLog | java.lang.Boolean | cdk.support/lookup-entry | :print-log |
signalResource | software.amazon.awscdk.CfnResource | cdk.support/lookup-entry | :signal-resource |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-attach-init-options-builder function updates a AttachInitOptions$Builder instance using the provided configuration. The function takes the AttachInitOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configSets` | java.util.List | [[cdk.support/lookup-entry]] | `:config-sets` | | `embedFingerprint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:embed-fingerprint` | | `ignoreFailures` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-failures` | | `includeRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-role` | | `includeUrl` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-url` | | `instanceRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:instance-role` | | `platform` | software.amazon.awscdk.services.ec2.OperatingSystemType | [[cdk.api.services.ec2/operating-system-type]] | `:platform` | | `printLog` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:print-log` | | `signalResource` | software.amazon.awscdk.CfnResource | [[cdk.support/lookup-entry]] | `:signal-resource` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-aws-ipam-props-builder builder id config)
The build-aws-ipam-props-builder function updates a AwsIpamProps$Builder instance using the provided configuration. The function takes the AwsIpamProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultSubnetIpv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :default-subnet-ipv4-netmask-length |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
The build-aws-ipam-props-builder function updates a AwsIpamProps$Builder instance using the provided configuration. The function takes the AwsIpamProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultSubnetIpv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-subnet-ipv4-netmask-length` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` |
(build-bastion-host-linux-builder builder id config)
The build-bastion-host-linux-builder function updates a BastionHostLinux$Builder instance using the provided configuration. The function takes the BastionHostLinux$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDevices | java.util.List | cdk.support/lookup-entry | :block-devices |
init | software.amazon.awscdk.services.ec2.CloudFormationInit | cdk.support/lookup-entry | :init |
initOptions | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | cdk.support/lookup-entry | :init-options |
instanceName | java.lang.String | cdk.support/lookup-entry | :instance-name |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
requireImdsv2 | java.lang.Boolean | cdk.support/lookup-entry | :require-imdsv2 |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-bastion-host-linux-builder function updates a BastionHostLinux$Builder instance using the provided configuration. The function takes the BastionHostLinux$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:block-devices` | | `init` | software.amazon.awscdk.services.ec2.CloudFormationInit | [[cdk.support/lookup-entry]] | `:init` | | `initOptions` | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | [[cdk.support/lookup-entry]] | `:init-options` | | `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `requireImdsv2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-imdsv2` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-bastion-host-linux-props-builder builder id config)
The build-bastion-host-linux-props-builder function updates a BastionHostLinuxProps$Builder instance using the provided configuration. The function takes the BastionHostLinuxProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDevices | java.util.List | cdk.support/lookup-entry | :block-devices |
init | software.amazon.awscdk.services.ec2.CloudFormationInit | cdk.support/lookup-entry | :init |
initOptions | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | cdk.support/lookup-entry | :init-options |
instanceName | java.lang.String | cdk.support/lookup-entry | :instance-name |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
requireImdsv2 | java.lang.Boolean | cdk.support/lookup-entry | :require-imdsv2 |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-bastion-host-linux-props-builder function updates a BastionHostLinuxProps$Builder instance using the provided configuration. The function takes the BastionHostLinuxProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:block-devices` | | `init` | software.amazon.awscdk.services.ec2.CloudFormationInit | [[cdk.support/lookup-entry]] | `:init` | | `initOptions` | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | [[cdk.support/lookup-entry]] | `:init-options` | | `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `requireImdsv2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-imdsv2` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-block-device-builder builder id config)
The build-block-device-builder function updates a BlockDevice$Builder instance using the provided configuration. The function takes the BlockDevice$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
mappingEnabled | java.lang.Boolean | cdk.support/lookup-entry | :mapping-enabled |
volume | software.amazon.awscdk.services.ec2.BlockDeviceVolume | cdk.support/lookup-entry | :volume |
The build-block-device-builder function updates a BlockDevice$Builder instance using the provided configuration. The function takes the BlockDevice$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `mappingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:mapping-enabled` | | `volume` | software.amazon.awscdk.services.ec2.BlockDeviceVolume | [[cdk.support/lookup-entry]] | `:volume` |
(build-cfn-capacity-reservation-builder builder id config)
The build-cfn-capacity-reservation-builder function updates a CfnCapacityReservation$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
ebsOptimized | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs-optimized |
endDate | java.lang.String | cdk.support/lookup-entry | :end-date |
endDateType | java.lang.String | cdk.support/lookup-entry | :end-date-type |
ephemeralStorage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ephemeral-storage |
instanceCount | java.lang.Number | cdk.support/lookup-entry | :instance-count |
instanceMatchCriteria | java.lang.String | cdk.support/lookup-entry | :instance-match-criteria |
instancePlatform | java.lang.String | cdk.support/lookup-entry | :instance-platform |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
outPostArn | java.lang.String | cdk.support/lookup-entry | :out-post-arn |
placementGroupArn | java.lang.String | cdk.support/lookup-entry | :placement-group-arn |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
The build-cfn-capacity-reservation-builder function updates a CfnCapacityReservation$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `ebsOptimized` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` | | `endDateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date-type` | | `ephemeralStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ephemeral-storage` | | `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` | | `instanceMatchCriteria` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-match-criteria` | | `instancePlatform` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-platform` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `outPostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:out-post-arn` | | `placementGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-group-arn` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` |
(build-cfn-capacity-reservation-fleet-builder builder id config)
The build-cfn-capacity-reservation-fleet-builder function updates a CfnCapacityReservationFleet$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationStrategy | java.lang.String | cdk.support/lookup-entry | :allocation-strategy |
endDate | java.lang.String | cdk.support/lookup-entry | :end-date |
instanceMatchCriteria | java.lang.String | cdk.support/lookup-entry | :instance-match-criteria |
instanceTypeSpecifications | java.util.List | cdk.support/lookup-entry | :instance-type-specifications |
noRemoveEndDate | java.lang.Boolean | cdk.support/lookup-entry | :no-remove-end-date |
removeEndDate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :remove-end-date |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
totalTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :total-target-capacity |
The build-cfn-capacity-reservation-fleet-builder function updates a CfnCapacityReservationFleet$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` | | `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` | | `instanceMatchCriteria` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-match-criteria` | | `instanceTypeSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-type-specifications` | | `noRemoveEndDate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:no-remove-end-date` | | `removeEndDate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-end-date` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` | | `totalTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-target-capacity` |
(build-cfn-capacity-reservation-fleet-instance-type-specification-property-builder
builder
id
config)
The build-cfn-capacity-reservation-fleet-instance-type-specification-property-builder function updates a CfnCapacityReservationFleet$InstanceTypeSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleet$InstanceTypeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
availabilityZoneId | java.lang.String | cdk.support/lookup-entry | :availability-zone-id |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
instancePlatform | java.lang.String | cdk.support/lookup-entry | :instance-platform |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
weight | java.lang.Number | cdk.support/lookup-entry | :weight |
The build-cfn-capacity-reservation-fleet-instance-type-specification-property-builder function updates a CfnCapacityReservationFleet$InstanceTypeSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleet$InstanceTypeSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `availabilityZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-id` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `instancePlatform` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-platform` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
(build-cfn-capacity-reservation-fleet-props-builder builder id config)
The build-cfn-capacity-reservation-fleet-props-builder function updates a CfnCapacityReservationFleetProps$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationStrategy | java.lang.String | cdk.support/lookup-entry | :allocation-strategy |
endDate | java.lang.String | cdk.support/lookup-entry | :end-date |
instanceMatchCriteria | java.lang.String | cdk.support/lookup-entry | :instance-match-criteria |
instanceTypeSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance-type-specifications |
noRemoveEndDate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :no-remove-end-date |
removeEndDate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :remove-end-date |
tagSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tag-specifications |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
totalTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :total-target-capacity |
The build-cfn-capacity-reservation-fleet-props-builder function updates a CfnCapacityReservationFleetProps$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` | | `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` | | `instanceMatchCriteria` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-match-criteria` | | `instanceTypeSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-type-specifications` | | `noRemoveEndDate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:no-remove-end-date` | | `removeEndDate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-end-date` | | `tagSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` | | `totalTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-target-capacity` |
(build-cfn-capacity-reservation-fleet-tag-specification-property-builder builder
id
config)
The build-cfn-capacity-reservation-fleet-tag-specification-property-builder function updates a CfnCapacityReservationFleet$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleet$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-capacity-reservation-fleet-tag-specification-property-builder function updates a CfnCapacityReservationFleet$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservationFleet$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-capacity-reservation-props-builder builder id config)
The build-cfn-capacity-reservation-props-builder function updates a CfnCapacityReservationProps$Builder instance using the provided configuration. The function takes the CfnCapacityReservationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
endDate | java.lang.String | cdk.support/lookup-entry | :end-date |
endDateType | java.lang.String | cdk.support/lookup-entry | :end-date-type |
ephemeralStorage | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ephemeral-storage |
instanceCount | java.lang.Number | cdk.support/lookup-entry | :instance-count |
instanceMatchCriteria | java.lang.String | cdk.support/lookup-entry | :instance-match-criteria |
instancePlatform | java.lang.String | cdk.support/lookup-entry | :instance-platform |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
outPostArn | java.lang.String | cdk.support/lookup-entry | :out-post-arn |
placementGroupArn | java.lang.String | cdk.support/lookup-entry | :placement-group-arn |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
The build-cfn-capacity-reservation-props-builder function updates a CfnCapacityReservationProps$Builder instance using the provided configuration. The function takes the CfnCapacityReservationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `endDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date` | | `endDateType` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-date-type` | | `ephemeralStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ephemeral-storage` | | `instanceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-count` | | `instanceMatchCriteria` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-match-criteria` | | `instancePlatform` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-platform` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `outPostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:out-post-arn` | | `placementGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-group-arn` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` |
(build-cfn-capacity-reservation-tag-specification-property-builder builder
id
config)
The build-cfn-capacity-reservation-tag-specification-property-builder function updates a CfnCapacityReservation$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-capacity-reservation-tag-specification-property-builder function updates a CfnCapacityReservation$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCapacityReservation$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-carrier-gateway-builder builder id config)
The build-cfn-carrier-gateway-builder function updates a CfnCarrierGateway$Builder instance using the provided configuration. The function takes the CfnCarrierGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-carrier-gateway-builder function updates a CfnCarrierGateway$Builder instance using the provided configuration. The function takes the CfnCarrierGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-carrier-gateway-props-builder builder id config)
The build-cfn-carrier-gateway-props-builder function updates a CfnCarrierGatewayProps$Builder instance using the provided configuration. The function takes the CfnCarrierGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-carrier-gateway-props-builder function updates a CfnCarrierGatewayProps$Builder instance using the provided configuration. The function takes the CfnCarrierGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-client-vpn-authorization-rule-builder builder id config)
The build-cfn-client-vpn-authorization-rule-builder function updates a CfnClientVpnAuthorizationRule$Builder instance using the provided configuration. The function takes the CfnClientVpnAuthorizationRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessGroupId | java.lang.String | cdk.support/lookup-entry | :access-group-id |
authorizeAllGroups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :authorize-all-groups |
clientVpnEndpointId | java.lang.String | cdk.support/lookup-entry | :client-vpn-endpoint-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
targetNetworkCidr | java.lang.String | cdk.support/lookup-entry | :target-network-cidr |
The build-cfn-client-vpn-authorization-rule-builder function updates a CfnClientVpnAuthorizationRule$Builder instance using the provided configuration. The function takes the CfnClientVpnAuthorizationRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-group-id` | | `authorizeAllGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authorize-all-groups` | | `clientVpnEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `targetNetworkCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-network-cidr` |
(build-cfn-client-vpn-authorization-rule-props-builder builder id config)
The build-cfn-client-vpn-authorization-rule-props-builder function updates a CfnClientVpnAuthorizationRuleProps$Builder instance using the provided configuration. The function takes the CfnClientVpnAuthorizationRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessGroupId | java.lang.String | cdk.support/lookup-entry | :access-group-id |
authorizeAllGroups | java.lang.Boolean | cdk.support/lookup-entry | :authorize-all-groups |
clientVpnEndpointId | java.lang.String | cdk.support/lookup-entry | :client-vpn-endpoint-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
targetNetworkCidr | java.lang.String | cdk.support/lookup-entry | :target-network-cidr |
The build-cfn-client-vpn-authorization-rule-props-builder function updates a CfnClientVpnAuthorizationRuleProps$Builder instance using the provided configuration. The function takes the CfnClientVpnAuthorizationRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-group-id` | | `authorizeAllGroups` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorize-all-groups` | | `clientVpnEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `targetNetworkCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-network-cidr` |
(build-cfn-client-vpn-endpoint-builder builder id config)
The build-cfn-client-vpn-endpoint-builder function updates a CfnClientVpnEndpoint$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authenticationOptions | java.util.List | cdk.support/lookup-entry | :authentication-options |
clientCidrBlock | java.lang.String | cdk.support/lookup-entry | :client-cidr-block |
clientConnectOptions | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ClientConnectOptionsProperty | cdk.support/lookup-entry | :client-connect-options |
clientLoginBannerOptions | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty | cdk.support/lookup-entry | :client-login-banner-options |
connectionLogOptions | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ConnectionLogOptionsProperty | cdk.support/lookup-entry | :connection-log-options |
description | java.lang.String | cdk.support/lookup-entry | :description |
dnsServers | java.util.List | cdk.support/lookup-entry | :dns-servers |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
selfServicePortal | java.lang.String | cdk.support/lookup-entry | :self-service-portal |
serverCertificateArn | java.lang.String | cdk.support/lookup-entry | :server-certificate-arn |
sessionTimeoutHours | java.lang.Number | cdk.support/lookup-entry | :session-timeout-hours |
splitTunnel | java.lang.Boolean | cdk.support/lookup-entry | :split-tunnel |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
transportProtocol | java.lang.String | cdk.support/lookup-entry | :transport-protocol |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
vpnPort | java.lang.Number | cdk.support/lookup-entry | :vpn-port |
The build-cfn-client-vpn-endpoint-builder function updates a CfnClientVpnEndpoint$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authenticationOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:authentication-options` | | `clientCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-cidr-block` | | `clientConnectOptions` | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ClientConnectOptionsProperty | [[cdk.support/lookup-entry]] | `:client-connect-options` | | `clientLoginBannerOptions` | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty | [[cdk.support/lookup-entry]] | `:client-login-banner-options` | | `connectionLogOptions` | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ConnectionLogOptionsProperty | [[cdk.support/lookup-entry]] | `:connection-log-options` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `selfServicePortal` | java.lang.String | [[cdk.support/lookup-entry]] | `:self-service-portal` | | `serverCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-arn` | | `sessionTimeoutHours` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session-timeout-hours` | | `splitTunnel` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:split-tunnel` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `transportProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:transport-protocol` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` | | `vpnPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:vpn-port` |
(build-cfn-client-vpn-endpoint-certificate-authentication-request-property-builder
builder
id
config)
The build-cfn-client-vpn-endpoint-certificate-authentication-request-property-builder function updates a CfnClientVpnEndpoint$CertificateAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$CertificateAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientRootCertificateChainArn | java.lang.String | cdk.support/lookup-entry | :client-root-certificate-chain-arn |
The build-cfn-client-vpn-endpoint-certificate-authentication-request-property-builder function updates a CfnClientVpnEndpoint$CertificateAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$CertificateAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientRootCertificateChainArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-root-certificate-chain-arn` |
(build-cfn-client-vpn-endpoint-client-authentication-request-property-builder
builder
id
config)
The build-cfn-client-vpn-endpoint-client-authentication-request-property-builder function updates a CfnClientVpnEndpoint$ClientAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ClientAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
activeDirectory | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :active-directory |
federatedAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :federated-authentication |
mutualAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mutual-authentication |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-client-vpn-endpoint-client-authentication-request-property-builder function updates a CfnClientVpnEndpoint$ClientAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ClientAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `activeDirectory` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:active-directory` | | `federatedAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:federated-authentication` | | `mutualAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mutual-authentication` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-client-vpn-endpoint-client-connect-options-property-builder builder
id
config)
The build-cfn-client-vpn-endpoint-client-connect-options-property-builder function updates a CfnClientVpnEndpoint$ClientConnectOptionsProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ClientConnectOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
lambdaFunctionArn | java.lang.String | cdk.support/lookup-entry | :lambda-function-arn |
The build-cfn-client-vpn-endpoint-client-connect-options-property-builder function updates a CfnClientVpnEndpoint$ClientConnectOptionsProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ClientConnectOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `lambdaFunctionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-function-arn` |
(build-cfn-client-vpn-endpoint-client-login-banner-options-property-builder
builder
id
config)
The build-cfn-client-vpn-endpoint-client-login-banner-options-property-builder function updates a CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bannerText | java.lang.String | cdk.support/lookup-entry | :banner-text |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-client-vpn-endpoint-client-login-banner-options-property-builder function updates a CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bannerText` | java.lang.String | [[cdk.support/lookup-entry]] | `:banner-text` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-client-vpn-endpoint-connection-log-options-property-builder builder
id
config)
The build-cfn-client-vpn-endpoint-connection-log-options-property-builder function updates a CfnClientVpnEndpoint$ConnectionLogOptionsProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ConnectionLogOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudwatchLogGroup | java.lang.String | cdk.support/lookup-entry | :cloudwatch-log-group |
cloudwatchLogStream | java.lang.String | cdk.support/lookup-entry | :cloudwatch-log-stream |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-client-vpn-endpoint-connection-log-options-property-builder function updates a CfnClientVpnEndpoint$ConnectionLogOptionsProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$ConnectionLogOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudwatchLogGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloudwatch-log-group` | | `cloudwatchLogStream` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloudwatch-log-stream` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-client-vpn-endpoint-directory-service-authentication-request-property-builder
builder
id
config)
The build-cfn-client-vpn-endpoint-directory-service-authentication-request-property-builder function updates a CfnClientVpnEndpoint$DirectoryServiceAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$DirectoryServiceAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
directoryId | java.lang.String | cdk.support/lookup-entry | :directory-id |
The build-cfn-client-vpn-endpoint-directory-service-authentication-request-property-builder function updates a CfnClientVpnEndpoint$DirectoryServiceAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$DirectoryServiceAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `directoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-id` |
(build-cfn-client-vpn-endpoint-federated-authentication-request-property-builder
builder
id
config)
The build-cfn-client-vpn-endpoint-federated-authentication-request-property-builder function updates a CfnClientVpnEndpoint$FederatedAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$FederatedAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
samlProviderArn | java.lang.String | cdk.support/lookup-entry | :saml-provider-arn |
selfServiceSamlProviderArn | java.lang.String | cdk.support/lookup-entry | :self-service-saml-provider-arn |
The build-cfn-client-vpn-endpoint-federated-authentication-request-property-builder function updates a CfnClientVpnEndpoint$FederatedAuthenticationRequestProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$FederatedAuthenticationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `samlProviderArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:saml-provider-arn` | | `selfServiceSamlProviderArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:self-service-saml-provider-arn` |
(build-cfn-client-vpn-endpoint-props-builder builder id config)
The build-cfn-client-vpn-endpoint-props-builder function updates a CfnClientVpnEndpointProps$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authenticationOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :authentication-options |
clientCidrBlock | java.lang.String | cdk.support/lookup-entry | :client-cidr-block |
clientConnectOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :client-connect-options |
clientLoginBannerOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :client-login-banner-options |
connectionLogOptions | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ConnectionLogOptionsProperty | cdk.support/lookup-entry | :connection-log-options |
description | java.lang.String | cdk.support/lookup-entry | :description |
dnsServers | java.util.List | cdk.support/lookup-entry | :dns-servers |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
selfServicePortal | java.lang.String | cdk.support/lookup-entry | :self-service-portal |
serverCertificateArn | java.lang.String | cdk.support/lookup-entry | :server-certificate-arn |
sessionTimeoutHours | java.lang.Number | cdk.support/lookup-entry | :session-timeout-hours |
splitTunnel | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :split-tunnel |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
transportProtocol | java.lang.String | cdk.support/lookup-entry | :transport-protocol |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
vpnPort | java.lang.Number | cdk.support/lookup-entry | :vpn-port |
The build-cfn-client-vpn-endpoint-props-builder function updates a CfnClientVpnEndpointProps$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authenticationOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authentication-options` | | `clientCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-cidr-block` | | `clientConnectOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-connect-options` | | `clientLoginBannerOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-login-banner-options` | | `connectionLogOptions` | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint$ConnectionLogOptionsProperty | [[cdk.support/lookup-entry]] | `:connection-log-options` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `selfServicePortal` | java.lang.String | [[cdk.support/lookup-entry]] | `:self-service-portal` | | `serverCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-arn` | | `sessionTimeoutHours` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session-timeout-hours` | | `splitTunnel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:split-tunnel` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `transportProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:transport-protocol` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` | | `vpnPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:vpn-port` |
(build-cfn-client-vpn-endpoint-tag-specification-property-builder builder
id
config)
The build-cfn-client-vpn-endpoint-tag-specification-property-builder function updates a CfnClientVpnEndpoint$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-client-vpn-endpoint-tag-specification-property-builder function updates a CfnClientVpnEndpoint$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnClientVpnEndpoint$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-client-vpn-route-builder builder id config)
The build-cfn-client-vpn-route-builder function updates a CfnClientVpnRoute$Builder instance using the provided configuration. The function takes the CfnClientVpnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientVpnEndpointId | java.lang.String | cdk.support/lookup-entry | :client-vpn-endpoint-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
targetVpcSubnetId | java.lang.String | cdk.support/lookup-entry | :target-vpc-subnet-id |
The build-cfn-client-vpn-route-builder function updates a CfnClientVpnRoute$Builder instance using the provided configuration. The function takes the CfnClientVpnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientVpnEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `targetVpcSubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-vpc-subnet-id` |
(build-cfn-client-vpn-route-props-builder builder id config)
The build-cfn-client-vpn-route-props-builder function updates a CfnClientVpnRouteProps$Builder instance using the provided configuration. The function takes the CfnClientVpnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientVpnEndpointId | java.lang.String | cdk.support/lookup-entry | :client-vpn-endpoint-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
targetVpcSubnetId | java.lang.String | cdk.support/lookup-entry | :target-vpc-subnet-id |
The build-cfn-client-vpn-route-props-builder function updates a CfnClientVpnRouteProps$Builder instance using the provided configuration. The function takes the CfnClientVpnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientVpnEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `targetVpcSubnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-vpc-subnet-id` |
(build-cfn-client-vpn-target-network-association-builder builder id config)
The build-cfn-client-vpn-target-network-association-builder function updates a CfnClientVpnTargetNetworkAssociation$Builder instance using the provided configuration. The function takes the CfnClientVpnTargetNetworkAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientVpnEndpointId | java.lang.String | cdk.support/lookup-entry | :client-vpn-endpoint-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-client-vpn-target-network-association-builder function updates a CfnClientVpnTargetNetworkAssociation$Builder instance using the provided configuration. The function takes the CfnClientVpnTargetNetworkAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientVpnEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-client-vpn-target-network-association-props-builder builder
id
config)
The build-cfn-client-vpn-target-network-association-props-builder function updates a CfnClientVpnTargetNetworkAssociationProps$Builder instance using the provided configuration. The function takes the CfnClientVpnTargetNetworkAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientVpnEndpointId | java.lang.String | cdk.support/lookup-entry | :client-vpn-endpoint-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-client-vpn-target-network-association-props-builder function updates a CfnClientVpnTargetNetworkAssociationProps$Builder instance using the provided configuration. The function takes the CfnClientVpnTargetNetworkAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientVpnEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-customer-gateway-builder builder id config)
The build-cfn-customer-gateway-builder function updates a CfnCustomerGateway$Builder instance using the provided configuration. The function takes the CfnCustomerGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bgpAsn | java.lang.Number | cdk.support/lookup-entry | :bgp-asn |
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
ipAddress | java.lang.String | cdk.support/lookup-entry | :ip-address |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-customer-gateway-builder function updates a CfnCustomerGateway$Builder instance using the provided configuration. The function takes the CfnCustomerGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bgpAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bgp-asn` | | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `ipAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-customer-gateway-props-builder builder id config)
The build-cfn-customer-gateway-props-builder function updates a CfnCustomerGatewayProps$Builder instance using the provided configuration. The function takes the CfnCustomerGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bgpAsn | java.lang.Number | cdk.support/lookup-entry | :bgp-asn |
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
ipAddress | java.lang.String | cdk.support/lookup-entry | :ip-address |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-customer-gateway-props-builder function updates a CfnCustomerGatewayProps$Builder instance using the provided configuration. The function takes the CfnCustomerGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bgpAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bgp-asn` | | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `ipAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-dhcp-options-builder builder id config)
The build-cfn-dhcp-options-builder function updates a CfnDHCPOptions$Builder instance using the provided configuration. The function takes the CfnDHCPOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainNameServers | java.util.List | cdk.support/lookup-entry | :domain-name-servers |
ipv6AddressPreferredLeaseTime | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-preferred-lease-time |
netbiosNameServers | java.util.List | cdk.support/lookup-entry | :netbios-name-servers |
netbiosNodeType | java.lang.Number | cdk.support/lookup-entry | :netbios-node-type |
ntpServers | java.util.List | cdk.support/lookup-entry | :ntp-servers |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-dhcp-options-builder function updates a CfnDHCPOptions$Builder instance using the provided configuration. The function takes the CfnDHCPOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainNameServers` | java.util.List | [[cdk.support/lookup-entry]] | `:domain-name-servers` | | `ipv6AddressPreferredLeaseTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-preferred-lease-time` | | `netbiosNameServers` | java.util.List | [[cdk.support/lookup-entry]] | `:netbios-name-servers` | | `netbiosNodeType` | java.lang.Number | [[cdk.support/lookup-entry]] | `:netbios-node-type` | | `ntpServers` | java.util.List | [[cdk.support/lookup-entry]] | `:ntp-servers` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-dhcp-options-props-builder builder id config)
The build-cfn-dhcp-options-props-builder function updates a CfnDHCPOptionsProps$Builder instance using the provided configuration. The function takes the CfnDHCPOptionsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainNameServers | java.util.List | cdk.support/lookup-entry | :domain-name-servers |
ipv6AddressPreferredLeaseTime | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-preferred-lease-time |
netbiosNameServers | java.util.List | cdk.support/lookup-entry | :netbios-name-servers |
netbiosNodeType | java.lang.Number | cdk.support/lookup-entry | :netbios-node-type |
ntpServers | java.util.List | cdk.support/lookup-entry | :ntp-servers |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-dhcp-options-props-builder function updates a CfnDHCPOptionsProps$Builder instance using the provided configuration. The function takes the CfnDHCPOptionsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainNameServers` | java.util.List | [[cdk.support/lookup-entry]] | `:domain-name-servers` | | `ipv6AddressPreferredLeaseTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-preferred-lease-time` | | `netbiosNameServers` | java.util.List | [[cdk.support/lookup-entry]] | `:netbios-name-servers` | | `netbiosNodeType` | java.lang.Number | [[cdk.support/lookup-entry]] | `:netbios-node-type` | | `ntpServers` | java.util.List | [[cdk.support/lookup-entry]] | `:ntp-servers` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ec2-fleet-accelerator-count-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-accelerator-count-request-property-builder function updates a CfnEC2Fleet$AcceleratorCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$AcceleratorCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-accelerator-count-request-property-builder function updates a CfnEC2Fleet$AcceleratorCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$AcceleratorCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-accelerator-total-memory-mi-b-request-property-builder
builder
id
config)
The build-cfn-ec2-fleet-accelerator-total-memory-mi-b-request-property-builder function updates a CfnEC2Fleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-accelerator-total-memory-mi-b-request-property-builder function updates a CfnEC2Fleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-baseline-ebs-bandwidth-mbps-request-property-builder
builder
id
config)
The build-cfn-ec2-fleet-baseline-ebs-bandwidth-mbps-request-property-builder function updates a CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-baseline-ebs-bandwidth-mbps-request-property-builder function updates a CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-builder builder id config)
The build-cfn-ec2-fleet-builder function updates a CfnEC2Fleet$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
context | java.lang.String | cdk.support/lookup-entry | :context |
excessCapacityTerminationPolicy | java.lang.String | cdk.support/lookup-entry | :excess-capacity-termination-policy |
launchTemplateConfigs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-template-configs |
onDemandOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :on-demand-options |
replaceUnhealthyInstances | java.lang.Boolean | cdk.support/lookup-entry | :replace-unhealthy-instances |
spotOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :spot-options |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
targetCapacitySpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-capacity-specification |
terminateInstancesWithExpiration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :terminate-instances-with-expiration |
type | java.lang.String | cdk.support/lookup-entry | :type |
validFrom | java.lang.String | cdk.support/lookup-entry | :valid-from |
validUntil | java.lang.String | cdk.support/lookup-entry | :valid-until |
The build-cfn-ec2-fleet-builder function updates a CfnEC2Fleet$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `context` | java.lang.String | [[cdk.support/lookup-entry]] | `:context` | | `excessCapacityTerminationPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:excess-capacity-termination-policy` | | `launchTemplateConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-template-configs` | | `onDemandOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-demand-options` | | `replaceUnhealthyInstances` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:replace-unhealthy-instances` | | `spotOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spot-options` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `targetCapacitySpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-capacity-specification` | | `terminateInstancesWithExpiration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:terminate-instances-with-expiration` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `validFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:valid-from` | | `validUntil` | java.lang.String | [[cdk.support/lookup-entry]] | `:valid-until` |
(build-cfn-ec2-fleet-capacity-rebalance-property-builder builder id config)
The build-cfn-ec2-fleet-capacity-rebalance-property-builder function updates a CfnEC2Fleet$CapacityRebalanceProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$CapacityRebalanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
replacementStrategy | java.lang.String | cdk.support/lookup-entry | :replacement-strategy |
terminationDelay | java.lang.Number | cdk.support/lookup-entry | :termination-delay |
The build-cfn-ec2-fleet-capacity-rebalance-property-builder function updates a CfnEC2Fleet$CapacityRebalanceProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$CapacityRebalanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `replacementStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:replacement-strategy` | | `terminationDelay` | java.lang.Number | [[cdk.support/lookup-entry]] | `:termination-delay` |
(build-cfn-ec2-fleet-capacity-reservation-options-request-property-builder
builder
id
config)
The build-cfn-ec2-fleet-capacity-reservation-options-request-property-builder function updates a CfnEC2Fleet$CapacityReservationOptionsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$CapacityReservationOptionsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
usageStrategy | java.lang.String | cdk.support/lookup-entry | :usage-strategy |
The build-cfn-ec2-fleet-capacity-reservation-options-request-property-builder function updates a CfnEC2Fleet$CapacityReservationOptionsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$CapacityReservationOptionsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `usageStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:usage-strategy` |
(build-cfn-ec2-fleet-fleet-launch-template-config-request-property-builder
builder
id
config)
The build-cfn-ec2-fleet-fleet-launch-template-config-request-property-builder function updates a CfnEC2Fleet$FleetLaunchTemplateConfigRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$FleetLaunchTemplateConfigRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateSpecification | software.amazon.awscdk.services.ec2.CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty | cdk.support/lookup-entry | :launch-template-specification |
overrides | java.util.List | cdk.support/lookup-entry | :overrides |
The build-cfn-ec2-fleet-fleet-launch-template-config-request-property-builder function updates a CfnEC2Fleet$FleetLaunchTemplateConfigRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$FleetLaunchTemplateConfigRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateSpecification` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty | [[cdk.support/lookup-entry]] | `:launch-template-specification` | | `overrides` | java.util.List | [[cdk.support/lookup-entry]] | `:overrides` |
(build-cfn-ec2-fleet-fleet-launch-template-overrides-request-property-builder
builder
id
config)
The build-cfn-ec2-fleet-fleet-launch-template-overrides-request-property-builder function updates a CfnEC2Fleet$FleetLaunchTemplateOverridesRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$FleetLaunchTemplateOverridesRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
instanceRequirements | software.amazon.awscdk.services.ec2.CfnEC2Fleet$InstanceRequirementsRequestProperty | cdk.support/lookup-entry | :instance-requirements |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
maxPrice | java.lang.String | cdk.support/lookup-entry | :max-price |
placement | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :placement |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
weightedCapacity | java.lang.Number | cdk.support/lookup-entry | :weighted-capacity |
The build-cfn-ec2-fleet-fleet-launch-template-overrides-request-property-builder function updates a CfnEC2Fleet$FleetLaunchTemplateOverridesRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$FleetLaunchTemplateOverridesRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `instanceRequirements` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$InstanceRequirementsRequestProperty | [[cdk.support/lookup-entry]] | `:instance-requirements` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `maxPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-price` | | `placement` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `weightedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weighted-capacity` |
(build-cfn-ec2-fleet-fleet-launch-template-specification-request-property-builder
builder
id
config)
The build-cfn-ec2-fleet-fleet-launch-template-specification-request-property-builder function updates a CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateId | java.lang.String | cdk.support/lookup-entry | :launch-template-id |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-ec2-fleet-fleet-launch-template-specification-request-property-builder function updates a CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-id` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-ec2-fleet-instance-requirements-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-instance-requirements-request-property-builder function updates a CfnEC2Fleet$InstanceRequirementsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$InstanceRequirementsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.services.ec2.CfnEC2Fleet$AcceleratorCountRequestProperty | cdk.support/lookup-entry | :accelerator-count |
acceleratorManufacturers | java.util.List | cdk.support/lookup-entry | :accelerator-manufacturers |
acceleratorNames | java.util.List | cdk.support/lookup-entry | :accelerator-names |
acceleratorTotalMemoryMiB | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :accelerator-total-memory-mi-b |
acceleratorTypes | java.util.List | cdk.support/lookup-entry | :accelerator-types |
allowedInstanceTypes | java.util.List | cdk.support/lookup-entry | :allowed-instance-types |
bareMetal | java.lang.String | cdk.support/lookup-entry | :bare-metal |
baselineEbsBandwidthMbps | software.amazon.awscdk.services.ec2.CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty | cdk.support/lookup-entry | :baseline-ebs-bandwidth-mbps |
burstablePerformance | java.lang.String | cdk.support/lookup-entry | :burstable-performance |
cpuManufacturers | java.util.List | cdk.support/lookup-entry | :cpu-manufacturers |
excludedInstanceTypes | java.util.List | cdk.support/lookup-entry | :excluded-instance-types |
instanceGenerations | java.util.List | cdk.support/lookup-entry | :instance-generations |
localStorage | java.lang.String | cdk.support/lookup-entry | :local-storage |
localStorageTypes | java.util.List | cdk.support/lookup-entry | :local-storage-types |
maxSpotPriceAsPercentageOfOptimalOnDemandPrice | java.lang.Number | cdk.support/lookup-entry | :max-spot-price-as-percentage-of-optimal-on-demand-price |
memoryGiBPerVCpu | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :memory-gi-b-per-v-cpu |
memoryMiB | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :memory-mi-b |
networkBandwidthGbps | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-bandwidth-gbps |
networkInterfaceCount | software.amazon.awscdk.services.ec2.CfnEC2Fleet$NetworkInterfaceCountRequestProperty | cdk.support/lookup-entry | :network-interface-count |
onDemandMaxPricePercentageOverLowestPrice | java.lang.Number | cdk.support/lookup-entry | :on-demand-max-price-percentage-over-lowest-price |
requireHibernateSupport | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :require-hibernate-support |
spotMaxPricePercentageOverLowestPrice | java.lang.Number | cdk.support/lookup-entry | :spot-max-price-percentage-over-lowest-price |
totalLocalStorageGb | software.amazon.awscdk.services.ec2.CfnEC2Fleet$TotalLocalStorageGBRequestProperty | cdk.support/lookup-entry | :total-local-storage-gb |
vCpuCount | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :v-cpu-count |
The build-cfn-ec2-fleet-instance-requirements-request-property-builder function updates a CfnEC2Fleet$InstanceRequirementsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$InstanceRequirementsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.services.ec2.CfnEC2Fleet$AcceleratorCountRequestProperty | [[cdk.support/lookup-entry]] | `:accelerator-count` | | `acceleratorManufacturers` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-manufacturers` | | `acceleratorNames` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-names` | | `acceleratorTotalMemoryMiB` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:accelerator-total-memory-mi-b` | | `acceleratorTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-types` | | `allowedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-instance-types` | | `bareMetal` | java.lang.String | [[cdk.support/lookup-entry]] | `:bare-metal` | | `baselineEbsBandwidthMbps` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty | [[cdk.support/lookup-entry]] | `:baseline-ebs-bandwidth-mbps` | | `burstablePerformance` | java.lang.String | [[cdk.support/lookup-entry]] | `:burstable-performance` | | `cpuManufacturers` | java.util.List | [[cdk.support/lookup-entry]] | `:cpu-manufacturers` | | `excludedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-instance-types` | | `instanceGenerations` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-generations` | | `localStorage` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-storage` | | `localStorageTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:local-storage-types` | | `maxSpotPriceAsPercentageOfOptimalOnDemandPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-spot-price-as-percentage-of-optimal-on-demand-price` | | `memoryGiBPerVCpu` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:memory-gi-b-per-v-cpu` | | `memoryMiB` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:memory-mi-b` | | `networkBandwidthGbps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-bandwidth-gbps` | | `networkInterfaceCount` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$NetworkInterfaceCountRequestProperty | [[cdk.support/lookup-entry]] | `:network-interface-count` | | `onDemandMaxPricePercentageOverLowestPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:on-demand-max-price-percentage-over-lowest-price` | | `requireHibernateSupport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:require-hibernate-support` | | `spotMaxPricePercentageOverLowestPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:spot-max-price-percentage-over-lowest-price` | | `totalLocalStorageGb` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$TotalLocalStorageGBRequestProperty | [[cdk.support/lookup-entry]] | `:total-local-storage-gb` | | `vCpuCount` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:v-cpu-count` |
(build-cfn-ec2-fleet-maintenance-strategies-property-builder builder id config)
The build-cfn-ec2-fleet-maintenance-strategies-property-builder function updates a CfnEC2Fleet$MaintenanceStrategiesProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$MaintenanceStrategiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacityRebalance | software.amazon.awscdk.services.ec2.CfnEC2Fleet$CapacityRebalanceProperty | cdk.support/lookup-entry | :capacity-rebalance |
The build-cfn-ec2-fleet-maintenance-strategies-property-builder function updates a CfnEC2Fleet$MaintenanceStrategiesProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$MaintenanceStrategiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacityRebalance` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$CapacityRebalanceProperty | [[cdk.support/lookup-entry]] | `:capacity-rebalance` |
(build-cfn-ec2-fleet-memory-gi-b-per-v-cpu-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-memory-gi-b-per-v-cpu-request-property-builder function updates a CfnEC2Fleet$MemoryGiBPerVCpuRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$MemoryGiBPerVCpuRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-memory-gi-b-per-v-cpu-request-property-builder function updates a CfnEC2Fleet$MemoryGiBPerVCpuRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$MemoryGiBPerVCpuRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-memory-mi-b-request-property-builder builder id config)
The build-cfn-ec2-fleet-memory-mi-b-request-property-builder function updates a CfnEC2Fleet$MemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$MemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-memory-mi-b-request-property-builder function updates a CfnEC2Fleet$MemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$MemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-network-bandwidth-gbps-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-network-bandwidth-gbps-request-property-builder function updates a CfnEC2Fleet$NetworkBandwidthGbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$NetworkBandwidthGbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-network-bandwidth-gbps-request-property-builder function updates a CfnEC2Fleet$NetworkBandwidthGbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$NetworkBandwidthGbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-network-interface-count-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-network-interface-count-request-property-builder function updates a CfnEC2Fleet$NetworkInterfaceCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$NetworkInterfaceCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-network-interface-count-request-property-builder function updates a CfnEC2Fleet$NetworkInterfaceCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$NetworkInterfaceCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-on-demand-options-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-on-demand-options-request-property-builder function updates a CfnEC2Fleet$OnDemandOptionsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$OnDemandOptionsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationStrategy | java.lang.String | cdk.support/lookup-entry | :allocation-strategy |
capacityReservationOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :capacity-reservation-options |
maxTotalPrice | java.lang.String | cdk.support/lookup-entry | :max-total-price |
minTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :min-target-capacity |
singleAvailabilityZone | java.lang.Boolean | cdk.support/lookup-entry | :single-availability-zone |
singleInstanceType | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :single-instance-type |
The build-cfn-ec2-fleet-on-demand-options-request-property-builder function updates a CfnEC2Fleet$OnDemandOptionsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$OnDemandOptionsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` | | `capacityReservationOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:capacity-reservation-options` | | `maxTotalPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-total-price` | | `minTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-target-capacity` | | `singleAvailabilityZone` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:single-availability-zone` | | `singleInstanceType` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:single-instance-type` |
(build-cfn-ec2-fleet-placement-property-builder builder id config)
The build-cfn-ec2-fleet-placement-property-builder function updates a CfnEC2Fleet$PlacementProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$PlacementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
affinity | java.lang.String | cdk.support/lookup-entry | :affinity |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
hostId | java.lang.String | cdk.support/lookup-entry | :host-id |
hostResourceGroupArn | java.lang.String | cdk.support/lookup-entry | :host-resource-group-arn |
partitionNumber | java.lang.Number | cdk.support/lookup-entry | :partition-number |
spreadDomain | java.lang.String | cdk.support/lookup-entry | :spread-domain |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
The build-cfn-ec2-fleet-placement-property-builder function updates a CfnEC2Fleet$PlacementProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$PlacementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `affinity` | java.lang.String | [[cdk.support/lookup-entry]] | `:affinity` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `hostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-id` | | `hostResourceGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-resource-group-arn` | | `partitionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:partition-number` | | `spreadDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:spread-domain` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` |
(build-cfn-ec2-fleet-props-builder builder id config)
The build-cfn-ec2-fleet-props-builder function updates a CfnEC2FleetProps$Builder instance using the provided configuration. The function takes the CfnEC2FleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
context | java.lang.String | cdk.support/lookup-entry | :context |
excessCapacityTerminationPolicy | java.lang.String | cdk.support/lookup-entry | :excess-capacity-termination-policy |
launchTemplateConfigs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-template-configs |
onDemandOptions | software.amazon.awscdk.services.ec2.CfnEC2Fleet$OnDemandOptionsRequestProperty | cdk.support/lookup-entry | :on-demand-options |
replaceUnhealthyInstances | java.lang.Boolean | cdk.support/lookup-entry | :replace-unhealthy-instances |
spotOptions | software.amazon.awscdk.services.ec2.CfnEC2Fleet$SpotOptionsRequestProperty | cdk.support/lookup-entry | :spot-options |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
targetCapacitySpecification | software.amazon.awscdk.services.ec2.CfnEC2Fleet$TargetCapacitySpecificationRequestProperty | cdk.support/lookup-entry | :target-capacity-specification |
terminateInstancesWithExpiration | java.lang.Boolean | cdk.support/lookup-entry | :terminate-instances-with-expiration |
type | java.lang.String | cdk.support/lookup-entry | :type |
validFrom | java.lang.String | cdk.support/lookup-entry | :valid-from |
validUntil | java.lang.String | cdk.support/lookup-entry | :valid-until |
The build-cfn-ec2-fleet-props-builder function updates a CfnEC2FleetProps$Builder instance using the provided configuration. The function takes the CfnEC2FleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `context` | java.lang.String | [[cdk.support/lookup-entry]] | `:context` | | `excessCapacityTerminationPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:excess-capacity-termination-policy` | | `launchTemplateConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-template-configs` | | `onDemandOptions` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$OnDemandOptionsRequestProperty | [[cdk.support/lookup-entry]] | `:on-demand-options` | | `replaceUnhealthyInstances` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:replace-unhealthy-instances` | | `spotOptions` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$SpotOptionsRequestProperty | [[cdk.support/lookup-entry]] | `:spot-options` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `targetCapacitySpecification` | software.amazon.awscdk.services.ec2.CfnEC2Fleet$TargetCapacitySpecificationRequestProperty | [[cdk.support/lookup-entry]] | `:target-capacity-specification` | | `terminateInstancesWithExpiration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:terminate-instances-with-expiration` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `validFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:valid-from` | | `validUntil` | java.lang.String | [[cdk.support/lookup-entry]] | `:valid-until` |
(build-cfn-ec2-fleet-spot-options-request-property-builder builder id config)
The build-cfn-ec2-fleet-spot-options-request-property-builder function updates a CfnEC2Fleet$SpotOptionsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$SpotOptionsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationStrategy | java.lang.String | cdk.support/lookup-entry | :allocation-strategy |
instanceInterruptionBehavior | java.lang.String | cdk.support/lookup-entry | :instance-interruption-behavior |
instancePoolsToUseCount | java.lang.Number | cdk.support/lookup-entry | :instance-pools-to-use-count |
maintenanceStrategies | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :maintenance-strategies |
maxTotalPrice | java.lang.String | cdk.support/lookup-entry | :max-total-price |
minTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :min-target-capacity |
singleAvailabilityZone | java.lang.Boolean | cdk.support/lookup-entry | :single-availability-zone |
singleInstanceType | java.lang.Boolean | cdk.support/lookup-entry | :single-instance-type |
The build-cfn-ec2-fleet-spot-options-request-property-builder function updates a CfnEC2Fleet$SpotOptionsRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$SpotOptionsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` | | `instanceInterruptionBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-interruption-behavior` | | `instancePoolsToUseCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-pools-to-use-count` | | `maintenanceStrategies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:maintenance-strategies` | | `maxTotalPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-total-price` | | `minTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-target-capacity` | | `singleAvailabilityZone` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:single-availability-zone` | | `singleInstanceType` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:single-instance-type` |
(build-cfn-ec2-fleet-tag-specification-property-builder builder id config)
The build-cfn-ec2-fleet-tag-specification-property-builder function updates a CfnEC2Fleet$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ec2-fleet-tag-specification-property-builder function updates a CfnEC2Fleet$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ec2-fleet-target-capacity-specification-request-property-builder
builder
id
config)
The build-cfn-ec2-fleet-target-capacity-specification-request-property-builder function updates a CfnEC2Fleet$TargetCapacitySpecificationRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$TargetCapacitySpecificationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultTargetCapacityType | java.lang.String | cdk.support/lookup-entry | :default-target-capacity-type |
onDemandTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :on-demand-target-capacity |
spotTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :spot-target-capacity |
targetCapacityUnitType | java.lang.String | cdk.support/lookup-entry | :target-capacity-unit-type |
totalTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :total-target-capacity |
The build-cfn-ec2-fleet-target-capacity-specification-request-property-builder function updates a CfnEC2Fleet$TargetCapacitySpecificationRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$TargetCapacitySpecificationRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultTargetCapacityType` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-target-capacity-type` | | `onDemandTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:on-demand-target-capacity` | | `spotTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:spot-target-capacity` | | `targetCapacityUnitType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-capacity-unit-type` | | `totalTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-target-capacity` |
(build-cfn-ec2-fleet-total-local-storage-gb-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-total-local-storage-gb-request-property-builder function updates a CfnEC2Fleet$TotalLocalStorageGBRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$TotalLocalStorageGBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-total-local-storage-gb-request-property-builder function updates a CfnEC2Fleet$TotalLocalStorageGBRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$TotalLocalStorageGBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-ec2-fleet-v-cpu-count-range-request-property-builder builder
id
config)
The build-cfn-ec2-fleet-v-cpu-count-range-request-property-builder function updates a CfnEC2Fleet$VCpuCountRangeRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$VCpuCountRangeRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-ec2-fleet-v-cpu-count-range-request-property-builder function updates a CfnEC2Fleet$VCpuCountRangeRequestProperty$Builder instance using the provided configuration. The function takes the CfnEC2Fleet$VCpuCountRangeRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-egress-only-internet-gateway-builder builder id config)
The build-cfn-egress-only-internet-gateway-builder function updates a CfnEgressOnlyInternetGateway$Builder instance using the provided configuration. The function takes the CfnEgressOnlyInternetGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-egress-only-internet-gateway-builder function updates a CfnEgressOnlyInternetGateway$Builder instance using the provided configuration. The function takes the CfnEgressOnlyInternetGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-egress-only-internet-gateway-props-builder builder id config)
The build-cfn-egress-only-internet-gateway-props-builder function updates a CfnEgressOnlyInternetGatewayProps$Builder instance using the provided configuration. The function takes the CfnEgressOnlyInternetGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-egress-only-internet-gateway-props-builder function updates a CfnEgressOnlyInternetGatewayProps$Builder instance using the provided configuration. The function takes the CfnEgressOnlyInternetGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-eip-association-builder builder id config)
The build-cfn-eip-association-builder function updates a CfnEIPAssociation$Builder instance using the provided configuration. The function takes the CfnEIPAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationId | java.lang.String | cdk.support/lookup-entry | :allocation-id |
eip | java.lang.String | cdk.support/lookup-entry | :eip |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
The build-cfn-eip-association-builder function updates a CfnEIPAssociation$Builder instance using the provided configuration. The function takes the CfnEIPAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-id` | | `eip` | java.lang.String | [[cdk.support/lookup-entry]] | `:eip` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` |
(build-cfn-eip-association-props-builder builder id config)
The build-cfn-eip-association-props-builder function updates a CfnEIPAssociationProps$Builder instance using the provided configuration. The function takes the CfnEIPAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationId | java.lang.String | cdk.support/lookup-entry | :allocation-id |
eip | java.lang.String | cdk.support/lookup-entry | :eip |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
The build-cfn-eip-association-props-builder function updates a CfnEIPAssociationProps$Builder instance using the provided configuration. The function takes the CfnEIPAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-id` | | `eip` | java.lang.String | [[cdk.support/lookup-entry]] | `:eip` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` |
(build-cfn-eip-builder builder id config)
The build-cfn-eip-builder function updates a CfnEIP$Builder instance using the provided configuration. The function takes the CfnEIP$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
networkBorderGroup | java.lang.String | cdk.support/lookup-entry | :network-border-group |
publicIpv4Pool | java.lang.String | cdk.support/lookup-entry | :public-ipv4-pool |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transferAddress | java.lang.String | cdk.support/lookup-entry | :transfer-address |
The build-cfn-eip-builder function updates a CfnEIP$Builder instance using the provided configuration. The function takes the CfnEIP$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `networkBorderGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-border-group` | | `publicIpv4Pool` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-ipv4-pool` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transferAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:transfer-address` |
(build-cfn-eip-props-builder builder id config)
The build-cfn-eip-props-builder function updates a CfnEIPProps$Builder instance using the provided configuration. The function takes the CfnEIPProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domain | java.lang.String | cdk.support/lookup-entry | :domain |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
networkBorderGroup | java.lang.String | cdk.support/lookup-entry | :network-border-group |
publicIpv4Pool | java.lang.String | cdk.support/lookup-entry | :public-ipv4-pool |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transferAddress | java.lang.String | cdk.support/lookup-entry | :transfer-address |
The build-cfn-eip-props-builder function updates a CfnEIPProps$Builder instance using the provided configuration. The function takes the CfnEIPProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `domain` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `networkBorderGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-border-group` | | `publicIpv4Pool` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-ipv4-pool` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transferAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:transfer-address` |
(build-cfn-enclave-certificate-iam-role-association-builder builder id config)
The build-cfn-enclave-certificate-iam-role-association-builder function updates a CfnEnclaveCertificateIamRoleAssociation$Builder instance using the provided configuration. The function takes the CfnEnclaveCertificateIamRoleAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-enclave-certificate-iam-role-association-builder function updates a CfnEnclaveCertificateIamRoleAssociation$Builder instance using the provided configuration. The function takes the CfnEnclaveCertificateIamRoleAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-enclave-certificate-iam-role-association-props-builder builder
id
config)
The build-cfn-enclave-certificate-iam-role-association-props-builder function updates a CfnEnclaveCertificateIamRoleAssociationProps$Builder instance using the provided configuration. The function takes the CfnEnclaveCertificateIamRoleAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.support/lookup-entry | :certificate-arn |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-enclave-certificate-iam-role-association-props-builder function updates a CfnEnclaveCertificateIamRoleAssociationProps$Builder instance using the provided configuration. The function takes the CfnEnclaveCertificateIamRoleAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-flow-log-builder builder id config)
The build-cfn-flow-log-builder function updates a CfnFlowLog$Builder instance using the provided configuration. The function takes the CfnFlowLog$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deliverCrossAccountRole | java.lang.String | cdk.support/lookup-entry | :deliver-cross-account-role |
deliverLogsPermissionArn | java.lang.String | cdk.support/lookup-entry | :deliver-logs-permission-arn |
destinationOptions | java.lang.Object | cdk.support/lookup-entry | :destination-options |
logDestination | java.lang.String | cdk.support/lookup-entry | :log-destination |
logDestinationType | java.lang.String | cdk.support/lookup-entry | :log-destination-type |
logFormat | java.lang.String | cdk.support/lookup-entry | :log-format |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
maxAggregationInterval | java.lang.Number | cdk.support/lookup-entry | :max-aggregation-interval |
resourceId | java.lang.String | cdk.support/lookup-entry | :resource-id |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trafficType | java.lang.String | cdk.support/lookup-entry | :traffic-type |
The build-cfn-flow-log-builder function updates a CfnFlowLog$Builder instance using the provided configuration. The function takes the CfnFlowLog$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deliverCrossAccountRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:deliver-cross-account-role` | | `deliverLogsPermissionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:deliver-logs-permission-arn` | | `destinationOptions` | java.lang.Object | [[cdk.support/lookup-entry]] | `:destination-options` | | `logDestination` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-destination` | | `logDestinationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-destination-type` | | `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `maxAggregationInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-aggregation-interval` | | `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trafficType` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-type` |
(build-cfn-flow-log-destination-options-property-builder builder id config)
The build-cfn-flow-log-destination-options-property-builder function updates a CfnFlowLog$DestinationOptionsProperty$Builder instance using the provided configuration. The function takes the CfnFlowLog$DestinationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileFormat | java.lang.String | cdk.support/lookup-entry | :file-format |
hiveCompatiblePartitions | java.lang.Boolean | cdk.support/lookup-entry | :hive-compatible-partitions |
perHourPartition | java.lang.Boolean | cdk.support/lookup-entry | :per-hour-partition |
The build-cfn-flow-log-destination-options-property-builder function updates a CfnFlowLog$DestinationOptionsProperty$Builder instance using the provided configuration. The function takes the CfnFlowLog$DestinationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fileFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-format` | | `hiveCompatiblePartitions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hive-compatible-partitions` | | `perHourPartition` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:per-hour-partition` |
(build-cfn-flow-log-props-builder builder id config)
The build-cfn-flow-log-props-builder function updates a CfnFlowLogProps$Builder instance using the provided configuration. The function takes the CfnFlowLogProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deliverCrossAccountRole | java.lang.String | cdk.support/lookup-entry | :deliver-cross-account-role |
deliverLogsPermissionArn | java.lang.String | cdk.support/lookup-entry | :deliver-logs-permission-arn |
destinationOptions | java.lang.Object | cdk.support/lookup-entry | :destination-options |
logDestination | java.lang.String | cdk.support/lookup-entry | :log-destination |
logDestinationType | java.lang.String | cdk.support/lookup-entry | :log-destination-type |
logFormat | java.lang.String | cdk.support/lookup-entry | :log-format |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
maxAggregationInterval | java.lang.Number | cdk.support/lookup-entry | :max-aggregation-interval |
resourceId | java.lang.String | cdk.support/lookup-entry | :resource-id |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trafficType | java.lang.String | cdk.support/lookup-entry | :traffic-type |
The build-cfn-flow-log-props-builder function updates a CfnFlowLogProps$Builder instance using the provided configuration. The function takes the CfnFlowLogProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deliverCrossAccountRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:deliver-cross-account-role` | | `deliverLogsPermissionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:deliver-logs-permission-arn` | | `destinationOptions` | java.lang.Object | [[cdk.support/lookup-entry]] | `:destination-options` | | `logDestination` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-destination` | | `logDestinationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-destination-type` | | `logFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-format` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `maxAggregationInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-aggregation-interval` | | `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trafficType` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-type` |
(build-cfn-gateway-route-table-association-builder builder id config)
The build-cfn-gateway-route-table-association-builder function updates a CfnGatewayRouteTableAssociation$Builder instance using the provided configuration. The function takes the CfnGatewayRouteTableAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
gatewayId | java.lang.String | cdk.support/lookup-entry | :gateway-id |
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
The build-cfn-gateway-route-table-association-builder function updates a CfnGatewayRouteTableAssociation$Builder instance using the provided configuration. The function takes the CfnGatewayRouteTableAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `gatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-id` | | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` |
(build-cfn-gateway-route-table-association-props-builder builder id config)
The build-cfn-gateway-route-table-association-props-builder function updates a CfnGatewayRouteTableAssociationProps$Builder instance using the provided configuration. The function takes the CfnGatewayRouteTableAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
gatewayId | java.lang.String | cdk.support/lookup-entry | :gateway-id |
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
The build-cfn-gateway-route-table-association-props-builder function updates a CfnGatewayRouteTableAssociationProps$Builder instance using the provided configuration. The function takes the CfnGatewayRouteTableAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `gatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-id` | | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` |
(build-cfn-host-builder builder id config)
The build-cfn-host-builder function updates a CfnHost$Builder instance using the provided configuration. The function takes the CfnHost$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetId | java.lang.String | cdk.support/lookup-entry | :asset-id |
autoPlacement | java.lang.String | cdk.support/lookup-entry | :auto-placement |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
hostMaintenance | java.lang.String | cdk.support/lookup-entry | :host-maintenance |
hostRecovery | java.lang.String | cdk.support/lookup-entry | :host-recovery |
instanceFamily | java.lang.String | cdk.support/lookup-entry | :instance-family |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
outpostArn | java.lang.String | cdk.support/lookup-entry | :outpost-arn |
The build-cfn-host-builder function updates a CfnHost$Builder instance using the provided configuration. The function takes the CfnHost$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-id` | | `autoPlacement` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-placement` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `hostMaintenance` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-maintenance` | | `hostRecovery` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-recovery` | | `instanceFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-family` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `outpostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-arn` |
(build-cfn-host-props-builder builder id config)
The build-cfn-host-props-builder function updates a CfnHostProps$Builder instance using the provided configuration. The function takes the CfnHostProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetId | java.lang.String | cdk.support/lookup-entry | :asset-id |
autoPlacement | java.lang.String | cdk.support/lookup-entry | :auto-placement |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
hostMaintenance | java.lang.String | cdk.support/lookup-entry | :host-maintenance |
hostRecovery | java.lang.String | cdk.support/lookup-entry | :host-recovery |
instanceFamily | java.lang.String | cdk.support/lookup-entry | :instance-family |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
outpostArn | java.lang.String | cdk.support/lookup-entry | :outpost-arn |
The build-cfn-host-props-builder function updates a CfnHostProps$Builder instance using the provided configuration. The function takes the CfnHostProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-id` | | `autoPlacement` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-placement` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `hostMaintenance` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-maintenance` | | `hostRecovery` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-recovery` | | `instanceFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-family` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `outpostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-arn` |
(build-cfn-instance-association-parameter-property-builder builder id config)
The build-cfn-instance-association-parameter-property-builder function updates a CfnInstance$AssociationParameterProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AssociationParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.util.List | cdk.support/lookup-entry | :value |
The build-cfn-instance-association-parameter-property-builder function updates a CfnInstance$AssociationParameterProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AssociationParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.util.List | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-instance-block-device-mapping-property-builder builder id config)
The build-cfn-instance-block-device-mapping-property-builder function updates a CfnInstance$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
ebs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs |
noDevice | software.amazon.awscdk.services.ec2.CfnInstance$NoDeviceProperty | cdk.support/lookup-entry | :no-device |
virtualName | java.lang.String | cdk.support/lookup-entry | :virtual-name |
The build-cfn-instance-block-device-mapping-property-builder function updates a CfnInstance$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `ebs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs` | | `noDevice` | software.amazon.awscdk.services.ec2.CfnInstance$NoDeviceProperty | [[cdk.support/lookup-entry]] | `:no-device` | | `virtualName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-name` |
(build-cfn-instance-builder builder id config)
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration. The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalInfo | java.lang.String | cdk.support/lookup-entry | :additional-info |
affinity | java.lang.String | cdk.support/lookup-entry | :affinity |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDeviceMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :block-device-mappings |
cpuOptions | software.amazon.awscdk.services.ec2.CfnInstance$CpuOptionsProperty | cdk.support/lookup-entry | :cpu-options |
creditSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :credit-specification |
disableApiTermination | java.lang.Boolean | cdk.support/lookup-entry | :disable-api-termination |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
elasticGpuSpecifications | java.util.List | cdk.support/lookup-entry | :elastic-gpu-specifications |
elasticInferenceAccelerators | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :elastic-inference-accelerators |
enclaveOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enclave-options |
hibernationOptions | software.amazon.awscdk.services.ec2.CfnInstance$HibernationOptionsProperty | cdk.support/lookup-entry | :hibernation-options |
hostId | java.lang.String | cdk.support/lookup-entry | :host-id |
hostResourceGroupArn | java.lang.String | cdk.support/lookup-entry | :host-resource-group-arn |
iamInstanceProfile | java.lang.String | cdk.support/lookup-entry | :iam-instance-profile |
imageId | java.lang.String | cdk.support/lookup-entry | :image-id |
instanceInitiatedShutdownBehavior | java.lang.String | cdk.support/lookup-entry | :instance-initiated-shutdown-behavior |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
ipv6AddressCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-count |
ipv6Addresses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ipv6-addresses |
kernelId | java.lang.String | cdk.support/lookup-entry | :kernel-id |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
launchTemplate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-template |
licenseSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :license-specifications |
monitoring | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :monitoring |
networkInterfaces | java.util.List | cdk.support/lookup-entry | :network-interfaces |
placementGroupName | java.lang.String | cdk.support/lookup-entry | :placement-group-name |
privateDnsNameOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :private-dns-name-options |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
propagateTagsToVolumeOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :propagate-tags-to-volume-on-creation |
ramdiskId | java.lang.String | cdk.support/lookup-entry | :ramdisk-id |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
sourceDestCheck | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source-dest-check |
ssmAssociations | java.util.List | cdk.support/lookup-entry | :ssm-associations |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
userData | java.lang.String | cdk.support/lookup-entry | :user-data |
volumes | java.util.List | cdk.support/lookup-entry | :volumes |
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration. The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-info` | | `affinity` | java.lang.String | [[cdk.support/lookup-entry]] | `:affinity` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDeviceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `cpuOptions` | software.amazon.awscdk.services.ec2.CfnInstance$CpuOptionsProperty | [[cdk.support/lookup-entry]] | `:cpu-options` | | `creditSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:credit-specification` | | `disableApiTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-api-termination` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `elasticGpuSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:elastic-gpu-specifications` | | `elasticInferenceAccelerators` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:elastic-inference-accelerators` | | `enclaveOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enclave-options` | | `hibernationOptions` | software.amazon.awscdk.services.ec2.CfnInstance$HibernationOptionsProperty | [[cdk.support/lookup-entry]] | `:hibernation-options` | | `hostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-id` | | `hostResourceGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-resource-group-arn` | | `iamInstanceProfile` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-instance-profile` | | `imageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-id` | | `instanceInitiatedShutdownBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-initiated-shutdown-behavior` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `ipv6AddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-count` | | `ipv6Addresses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `kernelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kernel-id` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `launchTemplate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-template` | | `licenseSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:license-specifications` | | `monitoring` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring` | | `networkInterfaces` | java.util.List | [[cdk.support/lookup-entry]] | `:network-interfaces` | | `placementGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-group-name` | | `privateDnsNameOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-dns-name-options` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `propagateTagsToVolumeOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:propagate-tags-to-volume-on-creation` | | `ramdiskId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ramdisk-id` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `sourceDestCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-dest-check` | | `ssmAssociations` | java.util.List | [[cdk.support/lookup-entry]] | `:ssm-associations` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` | | `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` | | `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
(build-cfn-instance-connect-endpoint-builder builder id config)
The build-cfn-instance-connect-endpoint-builder function updates a CfnInstanceConnectEndpoint$Builder instance using the provided configuration. The function takes the CfnInstanceConnectEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
preserveClientIp | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :preserve-client-ip |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-instance-connect-endpoint-builder function updates a CfnInstanceConnectEndpoint$Builder instance using the provided configuration. The function takes the CfnInstanceConnectEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `preserveClientIp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:preserve-client-ip` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-instance-connect-endpoint-props-builder builder id config)
The build-cfn-instance-connect-endpoint-props-builder function updates a CfnInstanceConnectEndpointProps$Builder instance using the provided configuration. The function takes the CfnInstanceConnectEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
preserveClientIp | java.lang.Boolean | cdk.support/lookup-entry | :preserve-client-ip |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-instance-connect-endpoint-props-builder function updates a CfnInstanceConnectEndpointProps$Builder instance using the provided configuration. The function takes the CfnInstanceConnectEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `preserveClientIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-client-ip` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-instance-cpu-options-property-builder builder id config)
The build-cfn-instance-cpu-options-property-builder function updates a CfnInstance$CpuOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$CpuOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
coreCount | java.lang.Number | cdk.support/lookup-entry | :core-count |
threadsPerCore | java.lang.Number | cdk.support/lookup-entry | :threads-per-core |
The build-cfn-instance-cpu-options-property-builder function updates a CfnInstance$CpuOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$CpuOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `coreCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:core-count` | | `threadsPerCore` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threads-per-core` |
(build-cfn-instance-credit-specification-property-builder builder id config)
The build-cfn-instance-credit-specification-property-builder function updates a CfnInstance$CreditSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$CreditSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cpuCredits | java.lang.String | cdk.support/lookup-entry | :cpu-credits |
The build-cfn-instance-credit-specification-property-builder function updates a CfnInstance$CreditSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$CreditSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cpuCredits` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu-credits` |
(build-cfn-instance-ebs-property-builder builder id config)
The build-cfn-instance-ebs-property-builder function updates a CfnInstance$EbsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$EbsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delete-on-termination |
encrypted | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-instance-ebs-property-builder function updates a CfnInstance$EbsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$EbsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `encrypted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-instance-elastic-gpu-specification-property-builder builder
id
config)
The build-cfn-instance-elastic-gpu-specification-property-builder function updates a CfnInstance$ElasticGpuSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$ElasticGpuSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-instance-elastic-gpu-specification-property-builder function updates a CfnInstance$ElasticGpuSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$ElasticGpuSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-instance-elastic-inference-accelerator-property-builder builder
id
config)
The build-cfn-instance-elastic-inference-accelerator-property-builder function updates a CfnInstance$ElasticInferenceAcceleratorProperty$Builder instance using the provided configuration. The function takes the CfnInstance$ElasticInferenceAcceleratorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
count | java.lang.Number | cdk.support/lookup-entry | :count |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-instance-elastic-inference-accelerator-property-builder function updates a CfnInstance$ElasticInferenceAcceleratorProperty$Builder instance using the provided configuration. The function takes the CfnInstance$ElasticInferenceAcceleratorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-instance-enclave-options-property-builder builder id config)
The build-cfn-instance-enclave-options-property-builder function updates a CfnInstance$EnclaveOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$EnclaveOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-instance-enclave-options-property-builder function updates a CfnInstance$EnclaveOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$EnclaveOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-instance-hibernation-options-property-builder builder id config)
The build-cfn-instance-hibernation-options-property-builder function updates a CfnInstance$HibernationOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$HibernationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configured | java.lang.Boolean | cdk.support/lookup-entry | :configured |
The build-cfn-instance-hibernation-options-property-builder function updates a CfnInstance$HibernationOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$HibernationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configured` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:configured` |
(build-cfn-instance-instance-ipv6-address-property-builder builder id config)
The build-cfn-instance-instance-ipv6-address-property-builder function updates a CfnInstance$InstanceIpv6AddressProperty$Builder instance using the provided configuration. The function takes the CfnInstance$InstanceIpv6AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6Address | java.lang.String | cdk.support/lookup-entry | :ipv6-address |
The build-cfn-instance-instance-ipv6-address-property-builder function updates a CfnInstance$InstanceIpv6AddressProperty$Builder instance using the provided configuration. The function takes the CfnInstance$InstanceIpv6AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6Address` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-address` |
(build-cfn-instance-launch-template-specification-property-builder builder
id
config)
The build-cfn-instance-launch-template-specification-property-builder function updates a CfnInstance$LaunchTemplateSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$LaunchTemplateSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateId | java.lang.String | cdk.support/lookup-entry | :launch-template-id |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-instance-launch-template-specification-property-builder function updates a CfnInstance$LaunchTemplateSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$LaunchTemplateSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-id` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-instance-license-specification-property-builder builder id config)
The build-cfn-instance-license-specification-property-builder function updates a CfnInstance$LicenseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$LicenseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
licenseConfigurationArn | java.lang.String | cdk.support/lookup-entry | :license-configuration-arn |
The build-cfn-instance-license-specification-property-builder function updates a CfnInstance$LicenseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$LicenseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `licenseConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-configuration-arn` |
(build-cfn-instance-network-interface-property-builder builder id config)
The build-cfn-instance-network-interface-property-builder function updates a CfnInstance$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnInstance$NetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associateCarrierIpAddress | java.lang.Boolean | cdk.support/lookup-entry | :associate-carrier-ip-address |
associatePublicIpAddress | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :associate-public-ip-address |
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
description | java.lang.String | cdk.support/lookup-entry | :description |
deviceIndex | java.lang.String | cdk.support/lookup-entry | :device-index |
groupSet | java.util.List | cdk.support/lookup-entry | :group-set |
ipv6AddressCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-count |
ipv6Addresses | java.util.List | cdk.support/lookup-entry | :ipv6-addresses |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
privateIpAddresses | java.util.List | cdk.support/lookup-entry | :private-ip-addresses |
secondaryPrivateIpAddressCount | java.lang.Number | cdk.support/lookup-entry | :secondary-private-ip-address-count |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-instance-network-interface-property-builder function updates a CfnInstance$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnInstance$NetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associateCarrierIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-carrier-ip-address` | | `associatePublicIpAddress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` | | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `deviceIndex` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-index` | | `groupSet` | java.util.List | [[cdk.support/lookup-entry]] | `:group-set` | | `ipv6AddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-count` | | `ipv6Addresses` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `privateIpAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:private-ip-addresses` | | `secondaryPrivateIpAddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:secondary-private-ip-address-count` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-instance-private-dns-name-options-property-builder builder id config)
The build-cfn-instance-private-dns-name-options-property-builder function updates a CfnInstance$PrivateDnsNameOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$PrivateDnsNameOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enableResourceNameDnsARecord | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-resource-name-dns-a-record |
enableResourceNameDnsAaaaRecord | java.lang.Boolean | cdk.support/lookup-entry | :enable-resource-name-dns-aaaa-record |
hostnameType | java.lang.String | cdk.support/lookup-entry | :hostname-type |
The build-cfn-instance-private-dns-name-options-property-builder function updates a CfnInstance$PrivateDnsNameOptionsProperty$Builder instance using the provided configuration. The function takes the CfnInstance$PrivateDnsNameOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enableResourceNameDnsARecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-resource-name-dns-a-record` | | `enableResourceNameDnsAaaaRecord` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-resource-name-dns-aaaa-record` | | `hostnameType` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname-type` |
(build-cfn-instance-private-ip-address-specification-property-builder builder
id
config)
The build-cfn-instance-private-ip-address-specification-property-builder function updates a CfnInstance$PrivateIpAddressSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$PrivateIpAddressSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
primary | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :primary |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
The build-cfn-instance-private-ip-address-specification-property-builder function updates a CfnInstance$PrivateIpAddressSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$PrivateIpAddressSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `primary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` |
(build-cfn-instance-props-builder builder id config)
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration. The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalInfo | java.lang.String | cdk.support/lookup-entry | :additional-info |
affinity | java.lang.String | cdk.support/lookup-entry | :affinity |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDeviceMappings | java.util.List | cdk.support/lookup-entry | :block-device-mappings |
cpuOptions | software.amazon.awscdk.services.ec2.CfnInstance$CpuOptionsProperty | cdk.support/lookup-entry | :cpu-options |
creditSpecification | software.amazon.awscdk.services.ec2.CfnInstance$CreditSpecificationProperty | cdk.support/lookup-entry | :credit-specification |
disableApiTermination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disable-api-termination |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
elasticGpuSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :elastic-gpu-specifications |
elasticInferenceAccelerators | java.util.List | cdk.support/lookup-entry | :elastic-inference-accelerators |
enclaveOptions | software.amazon.awscdk.services.ec2.CfnInstance$EnclaveOptionsProperty | cdk.support/lookup-entry | :enclave-options |
hibernationOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hibernation-options |
hostId | java.lang.String | cdk.support/lookup-entry | :host-id |
hostResourceGroupArn | java.lang.String | cdk.support/lookup-entry | :host-resource-group-arn |
iamInstanceProfile | java.lang.String | cdk.support/lookup-entry | :iam-instance-profile |
imageId | java.lang.String | cdk.support/lookup-entry | :image-id |
instanceInitiatedShutdownBehavior | java.lang.String | cdk.support/lookup-entry | :instance-initiated-shutdown-behavior |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
ipv6AddressCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-count |
ipv6Addresses | java.util.List | cdk.support/lookup-entry | :ipv6-addresses |
kernelId | java.lang.String | cdk.support/lookup-entry | :kernel-id |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
launchTemplate | software.amazon.awscdk.services.ec2.CfnInstance$LaunchTemplateSpecificationProperty | cdk.support/lookup-entry | :launch-template |
licenseSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :license-specifications |
monitoring | java.lang.Boolean | cdk.support/lookup-entry | :monitoring |
networkInterfaces | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-interfaces |
placementGroupName | java.lang.String | cdk.support/lookup-entry | :placement-group-name |
privateDnsNameOptions | software.amazon.awscdk.services.ec2.CfnInstance$PrivateDnsNameOptionsProperty | cdk.support/lookup-entry | :private-dns-name-options |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
propagateTagsToVolumeOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :propagate-tags-to-volume-on-creation |
ramdiskId | java.lang.String | cdk.support/lookup-entry | :ramdisk-id |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
sourceDestCheck | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source-dest-check |
ssmAssociations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ssm-associations |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
userData | java.lang.String | cdk.support/lookup-entry | :user-data |
volumes | java.util.List | cdk.support/lookup-entry | :volumes |
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration. The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-info` | | `affinity` | java.lang.String | [[cdk.support/lookup-entry]] | `:affinity` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDeviceMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `cpuOptions` | software.amazon.awscdk.services.ec2.CfnInstance$CpuOptionsProperty | [[cdk.support/lookup-entry]] | `:cpu-options` | | `creditSpecification` | software.amazon.awscdk.services.ec2.CfnInstance$CreditSpecificationProperty | [[cdk.support/lookup-entry]] | `:credit-specification` | | `disableApiTermination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-api-termination` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `elasticGpuSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:elastic-gpu-specifications` | | `elasticInferenceAccelerators` | java.util.List | [[cdk.support/lookup-entry]] | `:elastic-inference-accelerators` | | `enclaveOptions` | software.amazon.awscdk.services.ec2.CfnInstance$EnclaveOptionsProperty | [[cdk.support/lookup-entry]] | `:enclave-options` | | `hibernationOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hibernation-options` | | `hostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-id` | | `hostResourceGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-resource-group-arn` | | `iamInstanceProfile` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-instance-profile` | | `imageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-id` | | `instanceInitiatedShutdownBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-initiated-shutdown-behavior` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `ipv6AddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-count` | | `ipv6Addresses` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `kernelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kernel-id` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `launchTemplate` | software.amazon.awscdk.services.ec2.CfnInstance$LaunchTemplateSpecificationProperty | [[cdk.support/lookup-entry]] | `:launch-template` | | `licenseSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:license-specifications` | | `monitoring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:monitoring` | | `networkInterfaces` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-interfaces` | | `placementGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-group-name` | | `privateDnsNameOptions` | software.amazon.awscdk.services.ec2.CfnInstance$PrivateDnsNameOptionsProperty | [[cdk.support/lookup-entry]] | `:private-dns-name-options` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `propagateTagsToVolumeOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:propagate-tags-to-volume-on-creation` | | `ramdiskId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ramdisk-id` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `sourceDestCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-dest-check` | | `ssmAssociations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ssm-associations` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` | | `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` | | `volumes` | java.util.List | [[cdk.support/lookup-entry]] | `:volumes` |
(build-cfn-instance-ssm-association-property-builder builder id config)
The build-cfn-instance-ssm-association-property-builder function updates a CfnInstance$SsmAssociationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$SsmAssociationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associationParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :association-parameters |
documentName | java.lang.String | cdk.support/lookup-entry | :document-name |
The build-cfn-instance-ssm-association-property-builder function updates a CfnInstance$SsmAssociationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$SsmAssociationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associationParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:association-parameters` | | `documentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-name` |
(build-cfn-instance-state-property-builder builder id config)
The build-cfn-instance-state-property-builder function updates a CfnInstance$StateProperty$Builder instance using the provided configuration. The function takes the CfnInstance$StateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | java.lang.String | cdk.support/lookup-entry | :code |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-instance-state-property-builder function updates a CfnInstance$StateProperty$Builder instance using the provided configuration. The function takes the CfnInstance$StateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `code` | java.lang.String | [[cdk.support/lookup-entry]] | `:code` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-instance-volume-property-builder builder id config)
The build-cfn-instance-volume-property-builder function updates a CfnInstance$VolumeProperty$Builder instance using the provided configuration. The function takes the CfnInstance$VolumeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
device | java.lang.String | cdk.support/lookup-entry | :device |
volumeId | java.lang.String | cdk.support/lookup-entry | :volume-id |
The build-cfn-instance-volume-property-builder function updates a CfnInstance$VolumeProperty$Builder instance using the provided configuration. The function takes the CfnInstance$VolumeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `device` | java.lang.String | [[cdk.support/lookup-entry]] | `:device` | | `volumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-id` |
(build-cfn-internet-gateway-builder builder id config)
The build-cfn-internet-gateway-builder function updates a CfnInternetGateway$Builder instance using the provided configuration. The function takes the CfnInternetGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-internet-gateway-builder function updates a CfnInternetGateway$Builder instance using the provided configuration. The function takes the CfnInternetGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-internet-gateway-props-builder builder id config)
The build-cfn-internet-gateway-props-builder function updates a CfnInternetGatewayProps$Builder instance using the provided configuration. The function takes the CfnInternetGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-internet-gateway-props-builder function updates a CfnInternetGatewayProps$Builder instance using the provided configuration. The function takes the CfnInternetGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-allocation-builder builder id config)
The build-cfn-ipam-allocation-builder function updates a CfnIPAMAllocation$Builder instance using the provided configuration. The function takes the CfnIPAMAllocation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
description | java.lang.String | cdk.support/lookup-entry | :description |
ipamPoolId | java.lang.String | cdk.support/lookup-entry | :ipam-pool-id |
netmaskLength | java.lang.Number | cdk.support/lookup-entry | :netmask-length |
The build-cfn-ipam-allocation-builder function updates a CfnIPAMAllocation$Builder instance using the provided configuration. The function takes the CfnIPAMAllocation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `ipamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-pool-id` | | `netmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:netmask-length` |
(build-cfn-ipam-allocation-props-builder builder id config)
The build-cfn-ipam-allocation-props-builder function updates a CfnIPAMAllocationProps$Builder instance using the provided configuration. The function takes the CfnIPAMAllocationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
description | java.lang.String | cdk.support/lookup-entry | :description |
ipamPoolId | java.lang.String | cdk.support/lookup-entry | :ipam-pool-id |
netmaskLength | java.lang.Number | cdk.support/lookup-entry | :netmask-length |
The build-cfn-ipam-allocation-props-builder function updates a CfnIPAMAllocationProps$Builder instance using the provided configuration. The function takes the CfnIPAMAllocationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `ipamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-pool-id` | | `netmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:netmask-length` |
(build-cfn-ipam-builder builder id config)
The build-cfn-ipam-builder function updates a CfnIPAM$Builder instance using the provided configuration. The function takes the CfnIPAM$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
operatingRegions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :operating-regions |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tier | java.lang.String | cdk.support/lookup-entry | :tier |
The build-cfn-ipam-builder function updates a CfnIPAM$Builder instance using the provided configuration. The function takes the CfnIPAM$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `operatingRegions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:operating-regions` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
(build-cfn-ipam-ipam-operating-region-property-builder builder id config)
The build-cfn-ipam-ipam-operating-region-property-builder function updates a CfnIPAM$IpamOperatingRegionProperty$Builder instance using the provided configuration. The function takes the CfnIPAM$IpamOperatingRegionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
regionName | java.lang.String | cdk.support/lookup-entry | :region-name |
The build-cfn-ipam-ipam-operating-region-property-builder function updates a CfnIPAM$IpamOperatingRegionProperty$Builder instance using the provided configuration. The function takes the CfnIPAM$IpamOperatingRegionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
(build-cfn-ipam-pool-builder builder id config)
The build-cfn-ipam-pool-builder function updates a CfnIPAMPool$Builder instance using the provided configuration. The function takes the CfnIPAMPool$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressFamily | java.lang.String | cdk.support/lookup-entry | :address-family |
allocationDefaultNetmaskLength | java.lang.Number | cdk.support/lookup-entry | :allocation-default-netmask-length |
allocationMaxNetmaskLength | java.lang.Number | cdk.support/lookup-entry | :allocation-max-netmask-length |
allocationMinNetmaskLength | java.lang.Number | cdk.support/lookup-entry | :allocation-min-netmask-length |
allocationResourceTags | java.util.List | cdk.support/lookup-entry | :allocation-resource-tags |
autoImport | java.lang.Boolean | cdk.support/lookup-entry | :auto-import |
awsService | java.lang.String | cdk.support/lookup-entry | :aws-service |
description | java.lang.String | cdk.support/lookup-entry | :description |
ipamScopeId | java.lang.String | cdk.support/lookup-entry | :ipam-scope-id |
locale | java.lang.String | cdk.support/lookup-entry | :locale |
provisionedCidrs | java.util.List | cdk.support/lookup-entry | :provisioned-cidrs |
publicIpSource | java.lang.String | cdk.support/lookup-entry | :public-ip-source |
publiclyAdvertisable | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-advertisable |
sourceIpamPoolId | java.lang.String | cdk.support/lookup-entry | :source-ipam-pool-id |
sourceResource | software.amazon.awscdk.services.ec2.CfnIPAMPool$SourceResourceProperty | cdk.support/lookup-entry | :source-resource |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-pool-builder function updates a CfnIPAMPool$Builder instance using the provided configuration. The function takes the CfnIPAMPool$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addressFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:address-family` | | `allocationDefaultNetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocation-default-netmask-length` | | `allocationMaxNetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocation-max-netmask-length` | | `allocationMinNetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocation-min-netmask-length` | | `allocationResourceTags` | java.util.List | [[cdk.support/lookup-entry]] | `:allocation-resource-tags` | | `autoImport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-import` | | `awsService` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-service` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `ipamScopeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-scope-id` | | `locale` | java.lang.String | [[cdk.support/lookup-entry]] | `:locale` | | `provisionedCidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:provisioned-cidrs` | | `publicIpSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-ip-source` | | `publiclyAdvertisable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-advertisable` | | `sourceIpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-ipam-pool-id` | | `sourceResource` | software.amazon.awscdk.services.ec2.CfnIPAMPool$SourceResourceProperty | [[cdk.support/lookup-entry]] | `:source-resource` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-pool-cidr-builder builder id config)
The build-cfn-ipam-pool-cidr-builder function updates a CfnIPAMPoolCidr$Builder instance using the provided configuration. The function takes the CfnIPAMPoolCidr$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
ipamPoolId | java.lang.String | cdk.support/lookup-entry | :ipam-pool-id |
netmaskLength | java.lang.Number | cdk.support/lookup-entry | :netmask-length |
The build-cfn-ipam-pool-cidr-builder function updates a CfnIPAMPoolCidr$Builder instance using the provided configuration. The function takes the CfnIPAMPoolCidr$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `ipamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-pool-id` | | `netmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:netmask-length` |
(build-cfn-ipam-pool-cidr-props-builder builder id config)
The build-cfn-ipam-pool-cidr-props-builder function updates a CfnIPAMPoolCidrProps$Builder instance using the provided configuration. The function takes the CfnIPAMPoolCidrProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
ipamPoolId | java.lang.String | cdk.support/lookup-entry | :ipam-pool-id |
netmaskLength | java.lang.Number | cdk.support/lookup-entry | :netmask-length |
The build-cfn-ipam-pool-cidr-props-builder function updates a CfnIPAMPoolCidrProps$Builder instance using the provided configuration. The function takes the CfnIPAMPoolCidrProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `ipamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-pool-id` | | `netmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:netmask-length` |
(build-cfn-ipam-pool-props-builder builder id config)
The build-cfn-ipam-pool-props-builder function updates a CfnIPAMPoolProps$Builder instance using the provided configuration. The function takes the CfnIPAMPoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressFamily | java.lang.String | cdk.support/lookup-entry | :address-family |
allocationDefaultNetmaskLength | java.lang.Number | cdk.support/lookup-entry | :allocation-default-netmask-length |
allocationMaxNetmaskLength | java.lang.Number | cdk.support/lookup-entry | :allocation-max-netmask-length |
allocationMinNetmaskLength | java.lang.Number | cdk.support/lookup-entry | :allocation-min-netmask-length |
allocationResourceTags | java.util.List | cdk.support/lookup-entry | :allocation-resource-tags |
autoImport | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-import |
awsService | java.lang.String | cdk.support/lookup-entry | :aws-service |
description | java.lang.String | cdk.support/lookup-entry | :description |
ipamScopeId | java.lang.String | cdk.support/lookup-entry | :ipam-scope-id |
locale | java.lang.String | cdk.support/lookup-entry | :locale |
provisionedCidrs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :provisioned-cidrs |
publicIpSource | java.lang.String | cdk.support/lookup-entry | :public-ip-source |
publiclyAdvertisable | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-advertisable |
sourceIpamPoolId | java.lang.String | cdk.support/lookup-entry | :source-ipam-pool-id |
sourceResource | software.amazon.awscdk.services.ec2.CfnIPAMPool$SourceResourceProperty | cdk.support/lookup-entry | :source-resource |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-pool-props-builder function updates a CfnIPAMPoolProps$Builder instance using the provided configuration. The function takes the CfnIPAMPoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addressFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:address-family` | | `allocationDefaultNetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocation-default-netmask-length` | | `allocationMaxNetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocation-max-netmask-length` | | `allocationMinNetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocation-min-netmask-length` | | `allocationResourceTags` | java.util.List | [[cdk.support/lookup-entry]] | `:allocation-resource-tags` | | `autoImport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-import` | | `awsService` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-service` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `ipamScopeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-scope-id` | | `locale` | java.lang.String | [[cdk.support/lookup-entry]] | `:locale` | | `provisionedCidrs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:provisioned-cidrs` | | `publicIpSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-ip-source` | | `publiclyAdvertisable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-advertisable` | | `sourceIpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-ipam-pool-id` | | `sourceResource` | software.amazon.awscdk.services.ec2.CfnIPAMPool$SourceResourceProperty | [[cdk.support/lookup-entry]] | `:source-resource` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-pool-provisioned-cidr-property-builder builder id config)
The build-cfn-ipam-pool-provisioned-cidr-property-builder function updates a CfnIPAMPool$ProvisionedCidrProperty$Builder instance using the provided configuration. The function takes the CfnIPAMPool$ProvisionedCidrProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
The build-cfn-ipam-pool-provisioned-cidr-property-builder function updates a CfnIPAMPool$ProvisionedCidrProperty$Builder instance using the provided configuration. The function takes the CfnIPAMPool$ProvisionedCidrProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` |
(build-cfn-ipam-pool-source-resource-property-builder builder id config)
The build-cfn-ipam-pool-source-resource-property-builder function updates a CfnIPAMPool$SourceResourceProperty$Builder instance using the provided configuration. The function takes the CfnIPAMPool$SourceResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceId | java.lang.String | cdk.support/lookup-entry | :resource-id |
resourceOwner | java.lang.String | cdk.support/lookup-entry | :resource-owner |
resourceRegion | java.lang.String | cdk.support/lookup-entry | :resource-region |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
The build-cfn-ipam-pool-source-resource-property-builder function updates a CfnIPAMPool$SourceResourceProperty$Builder instance using the provided configuration. The function takes the CfnIPAMPool$SourceResourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` | | `resourceOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-owner` | | `resourceRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-region` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
(build-cfn-ipam-props-builder builder id config)
The build-cfn-ipam-props-builder function updates a CfnIPAMProps$Builder instance using the provided configuration. The function takes the CfnIPAMProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
operatingRegions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :operating-regions |
tags | java.util.List | cdk.support/lookup-entry | :tags |
tier | java.lang.String | cdk.support/lookup-entry | :tier |
The build-cfn-ipam-props-builder function updates a CfnIPAMProps$Builder instance using the provided configuration. The function takes the CfnIPAMProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `operatingRegions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:operating-regions` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
(build-cfn-ipam-resource-discovery-association-builder builder id config)
The build-cfn-ipam-resource-discovery-association-builder function updates a CfnIPAMResourceDiscoveryAssociation$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscoveryAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipamId | java.lang.String | cdk.support/lookup-entry | :ipam-id |
ipamResourceDiscoveryId | java.lang.String | cdk.support/lookup-entry | :ipam-resource-discovery-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-resource-discovery-association-builder function updates a CfnIPAMResourceDiscoveryAssociation$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscoveryAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-id` | | `ipamResourceDiscoveryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-resource-discovery-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-resource-discovery-association-props-builder builder id config)
The build-cfn-ipam-resource-discovery-association-props-builder function updates a CfnIPAMResourceDiscoveryAssociationProps$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscoveryAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipamId | java.lang.String | cdk.support/lookup-entry | :ipam-id |
ipamResourceDiscoveryId | java.lang.String | cdk.support/lookup-entry | :ipam-resource-discovery-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-resource-discovery-association-props-builder function updates a CfnIPAMResourceDiscoveryAssociationProps$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscoveryAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-id` | | `ipamResourceDiscoveryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-resource-discovery-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-resource-discovery-builder builder id config)
The build-cfn-ipam-resource-discovery-builder function updates a CfnIPAMResourceDiscovery$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscovery$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
operatingRegions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :operating-regions |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-resource-discovery-builder function updates a CfnIPAMResourceDiscovery$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscovery$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `operatingRegions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:operating-regions` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-resource-discovery-ipam-operating-region-property-builder
builder
id
config)
The build-cfn-ipam-resource-discovery-ipam-operating-region-property-builder function updates a CfnIPAMResourceDiscovery$IpamOperatingRegionProperty$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscovery$IpamOperatingRegionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
regionName | java.lang.String | cdk.support/lookup-entry | :region-name |
The build-cfn-ipam-resource-discovery-ipam-operating-region-property-builder function updates a CfnIPAMResourceDiscovery$IpamOperatingRegionProperty$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscovery$IpamOperatingRegionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
(build-cfn-ipam-resource-discovery-props-builder builder id config)
The build-cfn-ipam-resource-discovery-props-builder function updates a CfnIPAMResourceDiscoveryProps$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscoveryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
operatingRegions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :operating-regions |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-resource-discovery-props-builder function updates a CfnIPAMResourceDiscoveryProps$Builder instance using the provided configuration. The function takes the CfnIPAMResourceDiscoveryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `operatingRegions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:operating-regions` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-scope-builder builder id config)
The build-cfn-ipam-scope-builder function updates a CfnIPAMScope$Builder instance using the provided configuration. The function takes the CfnIPAMScope$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
ipamId | java.lang.String | cdk.support/lookup-entry | :ipam-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-scope-builder function updates a CfnIPAMScope$Builder instance using the provided configuration. The function takes the CfnIPAMScope$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `ipamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-ipam-scope-props-builder builder id config)
The build-cfn-ipam-scope-props-builder function updates a CfnIPAMScopeProps$Builder instance using the provided configuration. The function takes the CfnIPAMScopeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
ipamId | java.lang.String | cdk.support/lookup-entry | :ipam-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-ipam-scope-props-builder function updates a CfnIPAMScopeProps$Builder instance using the provided configuration. The function takes the CfnIPAMScopeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `ipamId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipam-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-key-pair-builder builder id config)
The build-cfn-key-pair-builder function updates a CfnKeyPair$Builder instance using the provided configuration. The function takes the CfnKeyPair$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
keyFormat | java.lang.String | cdk.support/lookup-entry | :key-format |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyType | java.lang.String | cdk.support/lookup-entry | :key-type |
publicKeyMaterial | java.lang.String | cdk.support/lookup-entry | :public-key-material |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-key-pair-builder function updates a CfnKeyPair$Builder instance using the provided configuration. The function takes the CfnKeyPair$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `keyFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-format` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-type` | | `publicKeyMaterial` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key-material` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-key-pair-props-builder builder id config)
The build-cfn-key-pair-props-builder function updates a CfnKeyPairProps$Builder instance using the provided configuration. The function takes the CfnKeyPairProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
keyFormat | java.lang.String | cdk.support/lookup-entry | :key-format |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyType | java.lang.String | cdk.support/lookup-entry | :key-type |
publicKeyMaterial | java.lang.String | cdk.support/lookup-entry | :public-key-material |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-key-pair-props-builder function updates a CfnKeyPairProps$Builder instance using the provided configuration. The function takes the CfnKeyPairProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `keyFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-format` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-type` | | `publicKeyMaterial` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key-material` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-launch-template-accelerator-count-property-builder builder id config)
The build-cfn-launch-template-accelerator-count-property-builder function updates a CfnLaunchTemplate$AcceleratorCountProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$AcceleratorCountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-accelerator-count-property-builder function updates a CfnLaunchTemplate$AcceleratorCountProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$AcceleratorCountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-accelerator-total-memory-mi-b-property-builder
builder
id
config)
The build-cfn-launch-template-accelerator-total-memory-mi-b-property-builder function updates a CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-accelerator-total-memory-mi-b-property-builder function updates a CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-baseline-ebs-bandwidth-mbps-property-builder builder
id
config)
The build-cfn-launch-template-baseline-ebs-bandwidth-mbps-property-builder function updates a CfnLaunchTemplate$BaselineEbsBandwidthMbpsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$BaselineEbsBandwidthMbpsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-baseline-ebs-bandwidth-mbps-property-builder function updates a CfnLaunchTemplate$BaselineEbsBandwidthMbpsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$BaselineEbsBandwidthMbpsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-block-device-mapping-property-builder builder
id
config)
The build-cfn-launch-template-block-device-mapping-property-builder function updates a CfnLaunchTemplate$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
ebs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs |
noDevice | java.lang.String | cdk.support/lookup-entry | :no-device |
virtualName | java.lang.String | cdk.support/lookup-entry | :virtual-name |
The build-cfn-launch-template-block-device-mapping-property-builder function updates a CfnLaunchTemplate$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `ebs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs` | | `noDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:no-device` | | `virtualName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-name` |
(build-cfn-launch-template-builder builder id config)
The build-cfn-launch-template-builder function updates a CfnLaunchTemplate$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateData | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$LaunchTemplateDataProperty | cdk.support/lookup-entry | :launch-template-data |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
versionDescription | java.lang.String | cdk.support/lookup-entry | :version-description |
The build-cfn-launch-template-builder function updates a CfnLaunchTemplate$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateData` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$LaunchTemplateDataProperty | [[cdk.support/lookup-entry]] | `:launch-template-data` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `versionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-description` |
(build-cfn-launch-template-capacity-reservation-specification-property-builder
builder
id
config)
The build-cfn-launch-template-capacity-reservation-specification-property-builder function updates a CfnLaunchTemplate$CapacityReservationSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CapacityReservationSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacityReservationPreference | java.lang.String | cdk.support/lookup-entry | :capacity-reservation-preference |
capacityReservationTarget | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$CapacityReservationTargetProperty | cdk.support/lookup-entry | :capacity-reservation-target |
The build-cfn-launch-template-capacity-reservation-specification-property-builder function updates a CfnLaunchTemplate$CapacityReservationSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CapacityReservationSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacityReservationPreference` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-reservation-preference` | | `capacityReservationTarget` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$CapacityReservationTargetProperty | [[cdk.support/lookup-entry]] | `:capacity-reservation-target` |
(build-cfn-launch-template-capacity-reservation-target-property-builder builder
id
config)
The build-cfn-launch-template-capacity-reservation-target-property-builder function updates a CfnLaunchTemplate$CapacityReservationTargetProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CapacityReservationTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacityReservationId | java.lang.String | cdk.support/lookup-entry | :capacity-reservation-id |
capacityReservationResourceGroupArn | java.lang.String | cdk.support/lookup-entry | :capacity-reservation-resource-group-arn |
The build-cfn-launch-template-capacity-reservation-target-property-builder function updates a CfnLaunchTemplate$CapacityReservationTargetProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CapacityReservationTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacityReservationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-reservation-id` | | `capacityReservationResourceGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:capacity-reservation-resource-group-arn` |
(build-cfn-launch-template-connection-tracking-specification-property-builder
builder
id
config)
The build-cfn-launch-template-connection-tracking-specification-property-builder function updates a CfnLaunchTemplate$ConnectionTrackingSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$ConnectionTrackingSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tcpEstablishedTimeout | java.lang.Number | cdk.support/lookup-entry | :tcp-established-timeout |
udpStreamTimeout | java.lang.Number | cdk.support/lookup-entry | :udp-stream-timeout |
udpTimeout | java.lang.Number | cdk.support/lookup-entry | :udp-timeout |
The build-cfn-launch-template-connection-tracking-specification-property-builder function updates a CfnLaunchTemplate$ConnectionTrackingSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$ConnectionTrackingSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tcpEstablishedTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tcp-established-timeout` | | `udpStreamTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:udp-stream-timeout` | | `udpTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:udp-timeout` |
(build-cfn-launch-template-cpu-options-property-builder builder id config)
The build-cfn-launch-template-cpu-options-property-builder function updates a CfnLaunchTemplate$CpuOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CpuOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amdSevSnp | java.lang.String | cdk.support/lookup-entry | :amd-sev-snp |
coreCount | java.lang.Number | cdk.support/lookup-entry | :core-count |
threadsPerCore | java.lang.Number | cdk.support/lookup-entry | :threads-per-core |
The build-cfn-launch-template-cpu-options-property-builder function updates a CfnLaunchTemplate$CpuOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CpuOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amdSevSnp` | java.lang.String | [[cdk.support/lookup-entry]] | `:amd-sev-snp` | | `coreCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:core-count` | | `threadsPerCore` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threads-per-core` |
(build-cfn-launch-template-credit-specification-property-builder builder
id
config)
The build-cfn-launch-template-credit-specification-property-builder function updates a CfnLaunchTemplate$CreditSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CreditSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cpuCredits | java.lang.String | cdk.support/lookup-entry | :cpu-credits |
The build-cfn-launch-template-credit-specification-property-builder function updates a CfnLaunchTemplate$CreditSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$CreditSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cpuCredits` | java.lang.String | [[cdk.support/lookup-entry]] | `:cpu-credits` |
(build-cfn-launch-template-ebs-property-builder builder id config)
The build-cfn-launch-template-ebs-property-builder function updates a CfnLaunchTemplate$EbsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EbsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delete-on-termination |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
throughput | java.lang.Number | cdk.support/lookup-entry | :throughput |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-launch-template-ebs-property-builder function updates a CfnLaunchTemplate$EbsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EbsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-launch-template-elastic-gpu-specification-property-builder builder
id
config)
The build-cfn-launch-template-elastic-gpu-specification-property-builder function updates a CfnLaunchTemplate$ElasticGpuSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$ElasticGpuSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-elastic-gpu-specification-property-builder function updates a CfnLaunchTemplate$ElasticGpuSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$ElasticGpuSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-ena-srd-specification-property-builder builder
id
config)
The build-cfn-launch-template-ena-srd-specification-property-builder function updates a CfnLaunchTemplate$EnaSrdSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EnaSrdSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enaSrdEnabled | java.lang.Boolean | cdk.support/lookup-entry | :ena-srd-enabled |
enaSrdUdpSpecification | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$EnaSrdUdpSpecificationProperty | cdk.support/lookup-entry | :ena-srd-udp-specification |
The build-cfn-launch-template-ena-srd-specification-property-builder function updates a CfnLaunchTemplate$EnaSrdSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EnaSrdSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enaSrdEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ena-srd-enabled` | | `enaSrdUdpSpecification` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$EnaSrdUdpSpecificationProperty | [[cdk.support/lookup-entry]] | `:ena-srd-udp-specification` |
(build-cfn-launch-template-ena-srd-udp-specification-property-builder builder
id
config)
The build-cfn-launch-template-ena-srd-udp-specification-property-builder function updates a CfnLaunchTemplate$EnaSrdUdpSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EnaSrdUdpSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enaSrdUdpEnabled | java.lang.Boolean | cdk.support/lookup-entry | :ena-srd-udp-enabled |
The build-cfn-launch-template-ena-srd-udp-specification-property-builder function updates a CfnLaunchTemplate$EnaSrdUdpSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EnaSrdUdpSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enaSrdUdpEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ena-srd-udp-enabled` |
(build-cfn-launch-template-enclave-options-property-builder builder id config)
The build-cfn-launch-template-enclave-options-property-builder function updates a CfnLaunchTemplate$EnclaveOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EnclaveOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-launch-template-enclave-options-property-builder function updates a CfnLaunchTemplate$EnclaveOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$EnclaveOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-launch-template-hibernation-options-property-builder builder
id
config)
The build-cfn-launch-template-hibernation-options-property-builder function updates a CfnLaunchTemplate$HibernationOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$HibernationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configured | java.lang.Boolean | cdk.support/lookup-entry | :configured |
The build-cfn-launch-template-hibernation-options-property-builder function updates a CfnLaunchTemplate$HibernationOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$HibernationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configured` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:configured` |
(build-cfn-launch-template-iam-instance-profile-property-builder builder
id
config)
The build-cfn-launch-template-iam-instance-profile-property-builder function updates a CfnLaunchTemplate$IamInstanceProfileProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$IamInstanceProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-launch-template-iam-instance-profile-property-builder function updates a CfnLaunchTemplate$IamInstanceProfileProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$IamInstanceProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-launch-template-instance-market-options-property-builder builder
id
config)
The build-cfn-launch-template-instance-market-options-property-builder function updates a CfnLaunchTemplate$InstanceMarketOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$InstanceMarketOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
marketType | java.lang.String | cdk.support/lookup-entry | :market-type |
spotOptions | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$SpotOptionsProperty | cdk.support/lookup-entry | :spot-options |
The build-cfn-launch-template-instance-market-options-property-builder function updates a CfnLaunchTemplate$InstanceMarketOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$InstanceMarketOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `marketType` | java.lang.String | [[cdk.support/lookup-entry]] | `:market-type` | | `spotOptions` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$SpotOptionsProperty | [[cdk.support/lookup-entry]] | `:spot-options` |
(build-cfn-launch-template-instance-requirements-property-builder builder
id
config)
The build-cfn-launch-template-instance-requirements-property-builder function updates a CfnLaunchTemplate$InstanceRequirementsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$InstanceRequirementsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
acceleratorManufacturers | java.util.List | cdk.support/lookup-entry | :accelerator-manufacturers |
acceleratorNames | java.util.List | cdk.support/lookup-entry | :accelerator-names |
acceleratorTotalMemoryMiB | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty | cdk.support/lookup-entry | :accelerator-total-memory-mi-b |
acceleratorTypes | java.util.List | cdk.support/lookup-entry | :accelerator-types |
allowedInstanceTypes | java.util.List | cdk.support/lookup-entry | :allowed-instance-types |
bareMetal | java.lang.String | cdk.support/lookup-entry | :bare-metal |
baselineEbsBandwidthMbps | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :baseline-ebs-bandwidth-mbps |
burstablePerformance | java.lang.String | cdk.support/lookup-entry | :burstable-performance |
cpuManufacturers | java.util.List | cdk.support/lookup-entry | :cpu-manufacturers |
excludedInstanceTypes | java.util.List | cdk.support/lookup-entry | :excluded-instance-types |
instanceGenerations | java.util.List | cdk.support/lookup-entry | :instance-generations |
localStorage | java.lang.String | cdk.support/lookup-entry | :local-storage |
localStorageTypes | java.util.List | cdk.support/lookup-entry | :local-storage-types |
maxSpotPriceAsPercentageOfOptimalOnDemandPrice | java.lang.Number | cdk.support/lookup-entry | :max-spot-price-as-percentage-of-optimal-on-demand-price |
memoryGiBPerVCpu | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MemoryGiBPerVCpuProperty | cdk.support/lookup-entry | :memory-gi-b-per-v-cpu |
memoryMiB | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MemoryMiBProperty | cdk.support/lookup-entry | :memory-mi-b |
networkBandwidthGbps | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-bandwidth-gbps |
networkInterfaceCount | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$NetworkInterfaceCountProperty | cdk.support/lookup-entry | :network-interface-count |
onDemandMaxPricePercentageOverLowestPrice | java.lang.Number | cdk.support/lookup-entry | :on-demand-max-price-percentage-over-lowest-price |
requireHibernateSupport | java.lang.Boolean | cdk.support/lookup-entry | :require-hibernate-support |
spotMaxPricePercentageOverLowestPrice | java.lang.Number | cdk.support/lookup-entry | :spot-max-price-percentage-over-lowest-price |
totalLocalStorageGb | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :total-local-storage-gb |
vCpuCount | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$VCpuCountProperty | cdk.support/lookup-entry | :v-cpu-count |
The build-cfn-launch-template-instance-requirements-property-builder function updates a CfnLaunchTemplate$InstanceRequirementsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$InstanceRequirementsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `acceleratorManufacturers` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-manufacturers` | | `acceleratorNames` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-names` | | `acceleratorTotalMemoryMiB` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty | [[cdk.support/lookup-entry]] | `:accelerator-total-memory-mi-b` | | `acceleratorTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-types` | | `allowedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-instance-types` | | `bareMetal` | java.lang.String | [[cdk.support/lookup-entry]] | `:bare-metal` | | `baselineEbsBandwidthMbps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:baseline-ebs-bandwidth-mbps` | | `burstablePerformance` | java.lang.String | [[cdk.support/lookup-entry]] | `:burstable-performance` | | `cpuManufacturers` | java.util.List | [[cdk.support/lookup-entry]] | `:cpu-manufacturers` | | `excludedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-instance-types` | | `instanceGenerations` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-generations` | | `localStorage` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-storage` | | `localStorageTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:local-storage-types` | | `maxSpotPriceAsPercentageOfOptimalOnDemandPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-spot-price-as-percentage-of-optimal-on-demand-price` | | `memoryGiBPerVCpu` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MemoryGiBPerVCpuProperty | [[cdk.support/lookup-entry]] | `:memory-gi-b-per-v-cpu` | | `memoryMiB` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MemoryMiBProperty | [[cdk.support/lookup-entry]] | `:memory-mi-b` | | `networkBandwidthGbps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-bandwidth-gbps` | | `networkInterfaceCount` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$NetworkInterfaceCountProperty | [[cdk.support/lookup-entry]] | `:network-interface-count` | | `onDemandMaxPricePercentageOverLowestPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:on-demand-max-price-percentage-over-lowest-price` | | `requireHibernateSupport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-hibernate-support` | | `spotMaxPricePercentageOverLowestPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:spot-max-price-percentage-over-lowest-price` | | `totalLocalStorageGb` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:total-local-storage-gb` | | `vCpuCount` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$VCpuCountProperty | [[cdk.support/lookup-entry]] | `:v-cpu-count` |
(build-cfn-launch-template-ipv4-prefix-specification-property-builder builder
id
config)
The build-cfn-launch-template-ipv4-prefix-specification-property-builder function updates a CfnLaunchTemplate$Ipv4PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Ipv4PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv4Prefix | java.lang.String | cdk.support/lookup-entry | :ipv4-prefix |
The build-cfn-launch-template-ipv4-prefix-specification-property-builder function updates a CfnLaunchTemplate$Ipv4PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Ipv4PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv4Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-prefix` |
(build-cfn-launch-template-ipv6-add-property-builder builder id config)
The build-cfn-launch-template-ipv6-add-property-builder function updates a CfnLaunchTemplate$Ipv6AddProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Ipv6AddProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6Address | java.lang.String | cdk.support/lookup-entry | :ipv6-address |
The build-cfn-launch-template-ipv6-add-property-builder function updates a CfnLaunchTemplate$Ipv6AddProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Ipv6AddProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6Address` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-address` |
(build-cfn-launch-template-ipv6-prefix-specification-property-builder builder
id
config)
The build-cfn-launch-template-ipv6-prefix-specification-property-builder function updates a CfnLaunchTemplate$Ipv6PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Ipv6PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6Prefix | java.lang.String | cdk.support/lookup-entry | :ipv6-prefix |
The build-cfn-launch-template-ipv6-prefix-specification-property-builder function updates a CfnLaunchTemplate$Ipv6PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$Ipv6PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-prefix` |
(build-cfn-launch-template-launch-template-data-property-builder builder
id
config)
The build-cfn-launch-template-launch-template-data-property-builder function updates a CfnLaunchTemplate$LaunchTemplateDataProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LaunchTemplateDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
blockDeviceMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :block-device-mappings |
capacityReservationSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :capacity-reservation-specification |
cpuOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cpu-options |
creditSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :credit-specification |
disableApiStop | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disable-api-stop |
disableApiTermination | java.lang.Boolean | cdk.support/lookup-entry | :disable-api-termination |
ebsOptimized | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs-optimized |
elasticGpuSpecifications | java.util.List | cdk.support/lookup-entry | :elastic-gpu-specifications |
elasticInferenceAccelerators | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :elastic-inference-accelerators |
enclaveOptions | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$EnclaveOptionsProperty | cdk.support/lookup-entry | :enclave-options |
hibernationOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :hibernation-options |
iamInstanceProfile | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$IamInstanceProfileProperty | cdk.support/lookup-entry | :iam-instance-profile |
imageId | java.lang.String | cdk.support/lookup-entry | :image-id |
instanceInitiatedShutdownBehavior | java.lang.String | cdk.support/lookup-entry | :instance-initiated-shutdown-behavior |
instanceMarketOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance-market-options |
instanceRequirements | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance-requirements |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
kernelId | java.lang.String | cdk.support/lookup-entry | :kernel-id |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
licenseSpecifications | java.util.List | cdk.support/lookup-entry | :license-specifications |
maintenanceOptions | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MaintenanceOptionsProperty | cdk.support/lookup-entry | :maintenance-options |
metadataOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :metadata-options |
monitoring | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MonitoringProperty | cdk.support/lookup-entry | :monitoring |
networkInterfaces | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-interfaces |
placement | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :placement |
privateDnsNameOptions | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$PrivateDnsNameOptionsProperty | cdk.support/lookup-entry | :private-dns-name-options |
ramDiskId | java.lang.String | cdk.support/lookup-entry | :ram-disk-id |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
userData | java.lang.String | cdk.support/lookup-entry | :user-data |
The build-cfn-launch-template-launch-template-data-property-builder function updates a CfnLaunchTemplate$LaunchTemplateDataProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LaunchTemplateDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `blockDeviceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `capacityReservationSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:capacity-reservation-specification` | | `cpuOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cpu-options` | | `creditSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:credit-specification` | | `disableApiStop` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-api-stop` | | `disableApiTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-api-termination` | | `ebsOptimized` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `elasticGpuSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:elastic-gpu-specifications` | | `elasticInferenceAccelerators` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:elastic-inference-accelerators` | | `enclaveOptions` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$EnclaveOptionsProperty | [[cdk.support/lookup-entry]] | `:enclave-options` | | `hibernationOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hibernation-options` | | `iamInstanceProfile` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$IamInstanceProfileProperty | [[cdk.support/lookup-entry]] | `:iam-instance-profile` | | `imageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-id` | | `instanceInitiatedShutdownBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-initiated-shutdown-behavior` | | `instanceMarketOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-market-options` | | `instanceRequirements` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-requirements` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `kernelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kernel-id` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `licenseSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:license-specifications` | | `maintenanceOptions` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MaintenanceOptionsProperty | [[cdk.support/lookup-entry]] | `:maintenance-options` | | `metadataOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metadata-options` | | `monitoring` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$MonitoringProperty | [[cdk.support/lookup-entry]] | `:monitoring` | | `networkInterfaces` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-interfaces` | | `placement` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:placement` | | `privateDnsNameOptions` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$PrivateDnsNameOptionsProperty | [[cdk.support/lookup-entry]] | `:private-dns-name-options` | | `ramDiskId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ram-disk-id` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` |
(build-cfn-launch-template-launch-template-elastic-inference-accelerator-property-builder
builder
id
config)
The build-cfn-launch-template-launch-template-elastic-inference-accelerator-property-builder function updates a CfnLaunchTemplate$LaunchTemplateElasticInferenceAcceleratorProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LaunchTemplateElasticInferenceAcceleratorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
count | java.lang.Number | cdk.support/lookup-entry | :count |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-launch-template-launch-template-elastic-inference-accelerator-property-builder function updates a CfnLaunchTemplate$LaunchTemplateElasticInferenceAcceleratorProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LaunchTemplateElasticInferenceAcceleratorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-launch-template-launch-template-tag-specification-property-builder
builder
id
config)
The build-cfn-launch-template-launch-template-tag-specification-property-builder function updates a CfnLaunchTemplate$LaunchTemplateTagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LaunchTemplateTagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-launch-template-launch-template-tag-specification-property-builder function updates a CfnLaunchTemplate$LaunchTemplateTagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LaunchTemplateTagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-launch-template-license-specification-property-builder builder
id
config)
The build-cfn-launch-template-license-specification-property-builder function updates a CfnLaunchTemplate$LicenseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LicenseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
licenseConfigurationArn | java.lang.String | cdk.support/lookup-entry | :license-configuration-arn |
The build-cfn-launch-template-license-specification-property-builder function updates a CfnLaunchTemplate$LicenseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$LicenseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `licenseConfigurationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-configuration-arn` |
(build-cfn-launch-template-maintenance-options-property-builder builder
id
config)
The build-cfn-launch-template-maintenance-options-property-builder function updates a CfnLaunchTemplate$MaintenanceOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MaintenanceOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoRecovery | java.lang.String | cdk.support/lookup-entry | :auto-recovery |
The build-cfn-launch-template-maintenance-options-property-builder function updates a CfnLaunchTemplate$MaintenanceOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MaintenanceOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoRecovery` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-recovery` |
(build-cfn-launch-template-memory-gi-b-per-v-cpu-property-builder builder
id
config)
The build-cfn-launch-template-memory-gi-b-per-v-cpu-property-builder function updates a CfnLaunchTemplate$MemoryGiBPerVCpuProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MemoryGiBPerVCpuProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-memory-gi-b-per-v-cpu-property-builder function updates a CfnLaunchTemplate$MemoryGiBPerVCpuProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MemoryGiBPerVCpuProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-memory-mi-b-property-builder builder id config)
The build-cfn-launch-template-memory-mi-b-property-builder function updates a CfnLaunchTemplate$MemoryMiBProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MemoryMiBProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-memory-mi-b-property-builder function updates a CfnLaunchTemplate$MemoryMiBProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MemoryMiBProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-metadata-options-property-builder builder id config)
The build-cfn-launch-template-metadata-options-property-builder function updates a CfnLaunchTemplate$MetadataOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MetadataOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
httpEndpoint | java.lang.String | cdk.support/lookup-entry | :http-endpoint |
httpProtocolIpv6 | java.lang.String | cdk.support/lookup-entry | :http-protocol-ipv6 |
httpPutResponseHopLimit | java.lang.Number | cdk.support/lookup-entry | :http-put-response-hop-limit |
httpTokens | java.lang.String | cdk.support/lookup-entry | :http-tokens |
instanceMetadataTags | java.lang.String | cdk.support/lookup-entry | :instance-metadata-tags |
The build-cfn-launch-template-metadata-options-property-builder function updates a CfnLaunchTemplate$MetadataOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MetadataOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `httpEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-endpoint` | | `httpProtocolIpv6` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-protocol-ipv6` | | `httpPutResponseHopLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-put-response-hop-limit` | | `httpTokens` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-tokens` | | `instanceMetadataTags` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-metadata-tags` |
(build-cfn-launch-template-monitoring-property-builder builder id config)
The build-cfn-launch-template-monitoring-property-builder function updates a CfnLaunchTemplate$MonitoringProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MonitoringProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-launch-template-monitoring-property-builder function updates a CfnLaunchTemplate$MonitoringProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$MonitoringProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-launch-template-network-bandwidth-gbps-property-builder builder
id
config)
The build-cfn-launch-template-network-bandwidth-gbps-property-builder function updates a CfnLaunchTemplate$NetworkBandwidthGbpsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$NetworkBandwidthGbpsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-network-bandwidth-gbps-property-builder function updates a CfnLaunchTemplate$NetworkBandwidthGbpsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$NetworkBandwidthGbpsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-network-interface-count-property-builder builder
id
config)
The build-cfn-launch-template-network-interface-count-property-builder function updates a CfnLaunchTemplate$NetworkInterfaceCountProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$NetworkInterfaceCountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-network-interface-count-property-builder function updates a CfnLaunchTemplate$NetworkInterfaceCountProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$NetworkInterfaceCountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-network-interface-property-builder builder id config)
The build-cfn-launch-template-network-interface-property-builder function updates a CfnLaunchTemplate$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$NetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associateCarrierIpAddress | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :associate-carrier-ip-address |
associatePublicIpAddress | java.lang.Boolean | cdk.support/lookup-entry | :associate-public-ip-address |
connectionTrackingSpecification | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$ConnectionTrackingSpecificationProperty | cdk.support/lookup-entry | :connection-tracking-specification |
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
description | java.lang.String | cdk.support/lookup-entry | :description |
deviceIndex | java.lang.Number | cdk.support/lookup-entry | :device-index |
enaSrdSpecification | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$EnaSrdSpecificationProperty | cdk.support/lookup-entry | :ena-srd-specification |
groups | java.util.List | cdk.support/lookup-entry | :groups |
interfaceType | java.lang.String | cdk.support/lookup-entry | :interface-type |
ipv4PrefixCount | java.lang.Number | cdk.support/lookup-entry | :ipv4-prefix-count |
ipv4Prefixes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ipv4-prefixes |
ipv6AddressCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-count |
ipv6Addresses | java.util.List | cdk.support/lookup-entry | :ipv6-addresses |
ipv6PrefixCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-prefix-count |
ipv6Prefixes | java.util.List | cdk.support/lookup-entry | :ipv6-prefixes |
networkCardIndex | java.lang.Number | cdk.support/lookup-entry | :network-card-index |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
primaryIpv6 | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :primary-ipv6 |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
privateIpAddresses | java.util.List | cdk.support/lookup-entry | :private-ip-addresses |
secondaryPrivateIpAddressCount | java.lang.Number | cdk.support/lookup-entry | :secondary-private-ip-address-count |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-launch-template-network-interface-property-builder function updates a CfnLaunchTemplate$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$NetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associateCarrierIpAddress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:associate-carrier-ip-address` | | `associatePublicIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` | | `connectionTrackingSpecification` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$ConnectionTrackingSpecificationProperty | [[cdk.support/lookup-entry]] | `:connection-tracking-specification` | | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `deviceIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:device-index` | | `enaSrdSpecification` | software.amazon.awscdk.services.ec2.CfnLaunchTemplate$EnaSrdSpecificationProperty | [[cdk.support/lookup-entry]] | `:ena-srd-specification` | | `groups` | java.util.List | [[cdk.support/lookup-entry]] | `:groups` | | `interfaceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-type` | | `ipv4PrefixCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-prefix-count` | | `ipv4Prefixes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ipv4-prefixes` | | `ipv6AddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-count` | | `ipv6Addresses` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `ipv6PrefixCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-prefix-count` | | `ipv6Prefixes` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-prefixes` | | `networkCardIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:network-card-index` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `primaryIpv6` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary-ipv6` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `privateIpAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:private-ip-addresses` | | `secondaryPrivateIpAddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:secondary-private-ip-address-count` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-launch-template-placement-property-builder builder id config)
The build-cfn-launch-template-placement-property-builder function updates a CfnLaunchTemplate$PlacementProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$PlacementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
affinity | java.lang.String | cdk.support/lookup-entry | :affinity |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
hostId | java.lang.String | cdk.support/lookup-entry | :host-id |
hostResourceGroupArn | java.lang.String | cdk.support/lookup-entry | :host-resource-group-arn |
partitionNumber | java.lang.Number | cdk.support/lookup-entry | :partition-number |
spreadDomain | java.lang.String | cdk.support/lookup-entry | :spread-domain |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
The build-cfn-launch-template-placement-property-builder function updates a CfnLaunchTemplate$PlacementProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$PlacementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `affinity` | java.lang.String | [[cdk.support/lookup-entry]] | `:affinity` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `hostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-id` | | `hostResourceGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-resource-group-arn` | | `partitionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:partition-number` | | `spreadDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:spread-domain` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` |
(build-cfn-launch-template-private-dns-name-options-property-builder builder
id
config)
The build-cfn-launch-template-private-dns-name-options-property-builder function updates a CfnLaunchTemplate$PrivateDnsNameOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$PrivateDnsNameOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enableResourceNameDnsARecord | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-resource-name-dns-a-record |
enableResourceNameDnsAaaaRecord | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-resource-name-dns-aaaa-record |
hostnameType | java.lang.String | cdk.support/lookup-entry | :hostname-type |
The build-cfn-launch-template-private-dns-name-options-property-builder function updates a CfnLaunchTemplate$PrivateDnsNameOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$PrivateDnsNameOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enableResourceNameDnsARecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-resource-name-dns-a-record` | | `enableResourceNameDnsAaaaRecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-resource-name-dns-aaaa-record` | | `hostnameType` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname-type` |
(build-cfn-launch-template-private-ip-add-property-builder builder id config)
The build-cfn-launch-template-private-ip-add-property-builder function updates a CfnLaunchTemplate$PrivateIpAddProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$PrivateIpAddProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
primary | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :primary |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
The build-cfn-launch-template-private-ip-add-property-builder function updates a CfnLaunchTemplate$PrivateIpAddProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$PrivateIpAddProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `primary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` |
(build-cfn-launch-template-props-builder builder id config)
The build-cfn-launch-template-props-builder function updates a CfnLaunchTemplateProps$Builder instance using the provided configuration. The function takes the CfnLaunchTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateData | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-template-data |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
tagSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tag-specifications |
versionDescription | java.lang.String | cdk.support/lookup-entry | :version-description |
The build-cfn-launch-template-props-builder function updates a CfnLaunchTemplateProps$Builder instance using the provided configuration. The function takes the CfnLaunchTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-template-data` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `tagSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `versionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-description` |
(build-cfn-launch-template-spot-options-property-builder builder id config)
The build-cfn-launch-template-spot-options-property-builder function updates a CfnLaunchTemplate$SpotOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$SpotOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
blockDurationMinutes | java.lang.Number | cdk.support/lookup-entry | :block-duration-minutes |
instanceInterruptionBehavior | java.lang.String | cdk.support/lookup-entry | :instance-interruption-behavior |
maxPrice | java.lang.String | cdk.support/lookup-entry | :max-price |
spotInstanceType | java.lang.String | cdk.support/lookup-entry | :spot-instance-type |
validUntil | java.lang.String | cdk.support/lookup-entry | :valid-until |
The build-cfn-launch-template-spot-options-property-builder function updates a CfnLaunchTemplate$SpotOptionsProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$SpotOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `blockDurationMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:block-duration-minutes` | | `instanceInterruptionBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-interruption-behavior` | | `maxPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-price` | | `spotInstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:spot-instance-type` | | `validUntil` | java.lang.String | [[cdk.support/lookup-entry]] | `:valid-until` |
(build-cfn-launch-template-tag-specification-property-builder builder id config)
The build-cfn-launch-template-tag-specification-property-builder function updates a CfnLaunchTemplate$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-launch-template-tag-specification-property-builder function updates a CfnLaunchTemplate$TagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$TagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-launch-template-total-local-storage-gb-property-builder builder
id
config)
The build-cfn-launch-template-total-local-storage-gb-property-builder function updates a CfnLaunchTemplate$TotalLocalStorageGBProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$TotalLocalStorageGBProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-total-local-storage-gb-property-builder function updates a CfnLaunchTemplate$TotalLocalStorageGBProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$TotalLocalStorageGBProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-launch-template-v-cpu-count-property-builder builder id config)
The build-cfn-launch-template-v-cpu-count-property-builder function updates a CfnLaunchTemplate$VCpuCountProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$VCpuCountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-launch-template-v-cpu-count-property-builder function updates a CfnLaunchTemplate$VCpuCountProperty$Builder instance using the provided configuration. The function takes the CfnLaunchTemplate$VCpuCountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-local-gateway-route-builder builder id config)
The build-cfn-local-gateway-route-builder function updates a CfnLocalGatewayRoute$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
localGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :local-gateway-route-table-id |
localGatewayVirtualInterfaceGroupId | java.lang.String | cdk.support/lookup-entry | :local-gateway-virtual-interface-group-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
The build-cfn-local-gateway-route-builder function updates a CfnLocalGatewayRoute$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `localGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-route-table-id` | | `localGatewayVirtualInterfaceGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-virtual-interface-group-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` |
(build-cfn-local-gateway-route-props-builder builder id config)
The build-cfn-local-gateway-route-props-builder function updates a CfnLocalGatewayRouteProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
localGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :local-gateway-route-table-id |
localGatewayVirtualInterfaceGroupId | java.lang.String | cdk.support/lookup-entry | :local-gateway-virtual-interface-group-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
The build-cfn-local-gateway-route-props-builder function updates a CfnLocalGatewayRouteProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `localGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-route-table-id` | | `localGatewayVirtualInterfaceGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-virtual-interface-group-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` |
(build-cfn-local-gateway-route-table-builder builder id config)
The build-cfn-local-gateway-route-table-builder function updates a CfnLocalGatewayRouteTable$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
localGatewayId | java.lang.String | cdk.support/lookup-entry | :local-gateway-id |
mode | java.lang.String | cdk.support/lookup-entry | :mode |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-local-gateway-route-table-builder function updates a CfnLocalGatewayRouteTable$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `localGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-id` | | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-local-gateway-route-table-props-builder builder id config)
The build-cfn-local-gateway-route-table-props-builder function updates a CfnLocalGatewayRouteTableProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
localGatewayId | java.lang.String | cdk.support/lookup-entry | :local-gateway-id |
mode | java.lang.String | cdk.support/lookup-entry | :mode |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-local-gateway-route-table-props-builder function updates a CfnLocalGatewayRouteTableProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `localGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-id` | | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-local-gateway-route-table-virtual-interface-group-association-builder
builder
id
config)
The build-cfn-local-gateway-route-table-virtual-interface-group-association-builder function updates a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
localGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :local-gateway-route-table-id |
localGatewayVirtualInterfaceGroupId | java.lang.String | cdk.support/lookup-entry | :local-gateway-virtual-interface-group-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-local-gateway-route-table-virtual-interface-group-association-builder function updates a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `localGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-route-table-id` | | `localGatewayVirtualInterfaceGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-virtual-interface-group-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-local-gateway-route-table-virtual-interface-group-association-props-builder
builder
id
config)
The build-cfn-local-gateway-route-table-virtual-interface-group-association-props-builder function updates a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
localGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :local-gateway-route-table-id |
localGatewayVirtualInterfaceGroupId | java.lang.String | cdk.support/lookup-entry | :local-gateway-virtual-interface-group-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-local-gateway-route-table-virtual-interface-group-association-props-builder function updates a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `localGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-route-table-id` | | `localGatewayVirtualInterfaceGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-virtual-interface-group-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-local-gateway-route-table-vpc-association-builder builder id config)
The build-cfn-local-gateway-route-table-vpc-association-builder function updates a CfnLocalGatewayRouteTableVPCAssociation$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVPCAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
localGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :local-gateway-route-table-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-local-gateway-route-table-vpc-association-builder function updates a CfnLocalGatewayRouteTableVPCAssociation$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVPCAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `localGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-route-table-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-local-gateway-route-table-vpc-association-props-builder builder
id
config)
The build-cfn-local-gateway-route-table-vpc-association-props-builder function updates a CfnLocalGatewayRouteTableVPCAssociationProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVPCAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
localGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :local-gateway-route-table-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-local-gateway-route-table-vpc-association-props-builder function updates a CfnLocalGatewayRouteTableVPCAssociationProps$Builder instance using the provided configuration. The function takes the CfnLocalGatewayRouteTableVPCAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `localGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-route-table-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-nat-gateway-builder builder id config)
The build-cfn-nat-gateway-builder function updates a CfnNatGateway$Builder instance using the provided configuration. The function takes the CfnNatGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationId | java.lang.String | cdk.support/lookup-entry | :allocation-id |
connectivityType | java.lang.String | cdk.support/lookup-entry | :connectivity-type |
maxDrainDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :max-drain-duration-seconds |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
secondaryAllocationIds | java.util.List | cdk.support/lookup-entry | :secondary-allocation-ids |
secondaryPrivateIpAddressCount | java.lang.Number | cdk.support/lookup-entry | :secondary-private-ip-address-count |
secondaryPrivateIpAddresses | java.util.List | cdk.support/lookup-entry | :secondary-private-ip-addresses |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-nat-gateway-builder function updates a CfnNatGateway$Builder instance using the provided configuration. The function takes the CfnNatGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-id` | | `connectivityType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connectivity-type` | | `maxDrainDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-drain-duration-seconds` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `secondaryAllocationIds` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-allocation-ids` | | `secondaryPrivateIpAddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:secondary-private-ip-address-count` | | `secondaryPrivateIpAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-private-ip-addresses` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-nat-gateway-props-builder builder id config)
The build-cfn-nat-gateway-props-builder function updates a CfnNatGatewayProps$Builder instance using the provided configuration. The function takes the CfnNatGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationId | java.lang.String | cdk.support/lookup-entry | :allocation-id |
connectivityType | java.lang.String | cdk.support/lookup-entry | :connectivity-type |
maxDrainDurationSeconds | java.lang.Number | cdk.support/lookup-entry | :max-drain-duration-seconds |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
secondaryAllocationIds | java.util.List | cdk.support/lookup-entry | :secondary-allocation-ids |
secondaryPrivateIpAddressCount | java.lang.Number | cdk.support/lookup-entry | :secondary-private-ip-address-count |
secondaryPrivateIpAddresses | java.util.List | cdk.support/lookup-entry | :secondary-private-ip-addresses |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-nat-gateway-props-builder function updates a CfnNatGatewayProps$Builder instance using the provided configuration. The function takes the CfnNatGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-id` | | `connectivityType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connectivity-type` | | `maxDrainDurationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-drain-duration-seconds` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `secondaryAllocationIds` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-allocation-ids` | | `secondaryPrivateIpAddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:secondary-private-ip-address-count` | | `secondaryPrivateIpAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:secondary-private-ip-addresses` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-acl-builder builder id config)
The build-cfn-network-acl-builder function updates a CfnNetworkAcl$Builder instance using the provided configuration. The function takes the CfnNetworkAcl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-network-acl-builder function updates a CfnNetworkAcl$Builder instance using the provided configuration. The function takes the CfnNetworkAcl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-network-acl-entry-builder builder id config)
The build-cfn-network-acl-entry-builder function updates a CfnNetworkAclEntry$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntry$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
egress | java.lang.Boolean | cdk.support/lookup-entry | :egress |
icmp | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :icmp |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
networkAclId | java.lang.String | cdk.support/lookup-entry | :network-acl-id |
portRange | software.amazon.awscdk.services.ec2.CfnNetworkAclEntry$PortRangeProperty | cdk.support/lookup-entry | :port-range |
protocol | java.lang.Number | cdk.support/lookup-entry | :protocol |
ruleAction | java.lang.String | cdk.support/lookup-entry | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
The build-cfn-network-acl-entry-builder function updates a CfnNetworkAclEntry$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntry$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `egress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:egress` | | `icmp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:icmp` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `networkAclId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-id` | | `portRange` | software.amazon.awscdk.services.ec2.CfnNetworkAclEntry$PortRangeProperty | [[cdk.support/lookup-entry]] | `:port-range` | | `protocol` | java.lang.Number | [[cdk.support/lookup-entry]] | `:protocol` | | `ruleAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` |
(build-cfn-network-acl-entry-icmp-property-builder builder id config)
The build-cfn-network-acl-entry-icmp-property-builder function updates a CfnNetworkAclEntry$IcmpProperty$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntry$IcmpProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | java.lang.Number | cdk.support/lookup-entry | :code |
type | java.lang.Number | cdk.support/lookup-entry | :type |
The build-cfn-network-acl-entry-icmp-property-builder function updates a CfnNetworkAclEntry$IcmpProperty$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntry$IcmpProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `code` | java.lang.Number | [[cdk.support/lookup-entry]] | `:code` | | `type` | java.lang.Number | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-network-acl-entry-port-range-property-builder builder id config)
The build-cfn-network-acl-entry-port-range-property-builder function updates a CfnNetworkAclEntry$PortRangeProperty$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntry$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
from | java.lang.Number | cdk.support/lookup-entry | :from |
to | java.lang.Number | cdk.support/lookup-entry | :to |
The build-cfn-network-acl-entry-port-range-property-builder function updates a CfnNetworkAclEntry$PortRangeProperty$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntry$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `from` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from` | | `to` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to` |
(build-cfn-network-acl-entry-props-builder builder id config)
The build-cfn-network-acl-entry-props-builder function updates a CfnNetworkAclEntryProps$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
egress | java.lang.Boolean | cdk.support/lookup-entry | :egress |
icmp | software.amazon.awscdk.services.ec2.CfnNetworkAclEntry$IcmpProperty | cdk.support/lookup-entry | :icmp |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
networkAclId | java.lang.String | cdk.support/lookup-entry | :network-acl-id |
portRange | software.amazon.awscdk.services.ec2.CfnNetworkAclEntry$PortRangeProperty | cdk.support/lookup-entry | :port-range |
protocol | java.lang.Number | cdk.support/lookup-entry | :protocol |
ruleAction | java.lang.String | cdk.support/lookup-entry | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
The build-cfn-network-acl-entry-props-builder function updates a CfnNetworkAclEntryProps$Builder instance using the provided configuration. The function takes the CfnNetworkAclEntryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `egress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:egress` | | `icmp` | software.amazon.awscdk.services.ec2.CfnNetworkAclEntry$IcmpProperty | [[cdk.support/lookup-entry]] | `:icmp` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `networkAclId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-id` | | `portRange` | software.amazon.awscdk.services.ec2.CfnNetworkAclEntry$PortRangeProperty | [[cdk.support/lookup-entry]] | `:port-range` | | `protocol` | java.lang.Number | [[cdk.support/lookup-entry]] | `:protocol` | | `ruleAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` |
(build-cfn-network-acl-props-builder builder id config)
The build-cfn-network-acl-props-builder function updates a CfnNetworkAclProps$Builder instance using the provided configuration. The function takes the CfnNetworkAclProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-network-acl-props-builder function updates a CfnNetworkAclProps$Builder instance using the provided configuration. The function takes the CfnNetworkAclProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-network-insights-access-scope-access-scope-path-request-property-builder
builder
id
config)
The build-cfn-network-insights-access-scope-access-scope-path-request-property-builder function updates a CfnNetworkInsightsAccessScope$AccessScopePathRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$AccessScopePathRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope$PathStatementRequestProperty | cdk.support/lookup-entry | :destination |
source | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source |
throughResources | java.util.List | cdk.support/lookup-entry | :through-resources |
The build-cfn-network-insights-access-scope-access-scope-path-request-property-builder function updates a CfnNetworkInsightsAccessScope$AccessScopePathRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$AccessScopePathRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope$PathStatementRequestProperty | [[cdk.support/lookup-entry]] | `:destination` | | `source` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source` | | `throughResources` | java.util.List | [[cdk.support/lookup-entry]] | `:through-resources` |
(build-cfn-network-insights-access-scope-analysis-builder builder id config)
The build-cfn-network-insights-access-scope-analysis-builder function updates a CfnNetworkInsightsAccessScopeAnalysis$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScopeAnalysis$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkInsightsAccessScopeId | java.lang.String | cdk.support/lookup-entry | :network-insights-access-scope-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-access-scope-analysis-builder function updates a CfnNetworkInsightsAccessScopeAnalysis$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScopeAnalysis$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkInsightsAccessScopeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-insights-access-scope-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-insights-access-scope-analysis-props-builder builder
id
config)
The build-cfn-network-insights-access-scope-analysis-props-builder function updates a CfnNetworkInsightsAccessScopeAnalysisProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScopeAnalysisProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkInsightsAccessScopeId | java.lang.String | cdk.support/lookup-entry | :network-insights-access-scope-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-access-scope-analysis-props-builder function updates a CfnNetworkInsightsAccessScopeAnalysisProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScopeAnalysisProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkInsightsAccessScopeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-insights-access-scope-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-insights-access-scope-builder builder id config)
The build-cfn-network-insights-access-scope-builder function updates a CfnNetworkInsightsAccessScope$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludePaths | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :exclude-paths |
matchPaths | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :match-paths |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-access-scope-builder function updates a CfnNetworkInsightsAccessScope$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `excludePaths` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:exclude-paths` | | `matchPaths` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:match-paths` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-insights-access-scope-packet-header-statement-request-property-builder
builder
id
config)
The build-cfn-network-insights-access-scope-packet-header-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationAddresses | java.util.List | cdk.support/lookup-entry | :destination-addresses |
destinationPorts | java.util.List | cdk.support/lookup-entry | :destination-ports |
destinationPrefixLists | java.util.List | cdk.support/lookup-entry | :destination-prefix-lists |
protocols | java.util.List | cdk.support/lookup-entry | :protocols |
sourceAddresses | java.util.List | cdk.support/lookup-entry | :source-addresses |
sourcePorts | java.util.List | cdk.support/lookup-entry | :source-ports |
sourcePrefixLists | java.util.List | cdk.support/lookup-entry | :source-prefix-lists |
The build-cfn-network-insights-access-scope-packet-header-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-addresses` | | `destinationPorts` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-ports` | | `destinationPrefixLists` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-prefix-lists` | | `protocols` | java.util.List | [[cdk.support/lookup-entry]] | `:protocols` | | `sourceAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:source-addresses` | | `sourcePorts` | java.util.List | [[cdk.support/lookup-entry]] | `:source-ports` | | `sourcePrefixLists` | java.util.List | [[cdk.support/lookup-entry]] | `:source-prefix-lists` |
(build-cfn-network-insights-access-scope-path-statement-request-property-builder
builder
id
config)
The build-cfn-network-insights-access-scope-path-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$PathStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$PathStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
packetHeaderStatement | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty | cdk.support/lookup-entry | :packet-header-statement |
resourceStatement | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty | cdk.support/lookup-entry | :resource-statement |
The build-cfn-network-insights-access-scope-path-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$PathStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$PathStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `packetHeaderStatement` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty | [[cdk.support/lookup-entry]] | `:packet-header-statement` | | `resourceStatement` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty | [[cdk.support/lookup-entry]] | `:resource-statement` |
(build-cfn-network-insights-access-scope-props-builder builder id config)
The build-cfn-network-insights-access-scope-props-builder function updates a CfnNetworkInsightsAccessScopeProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScopeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
excludePaths | java.util.List | cdk.support/lookup-entry | :exclude-paths |
matchPaths | java.util.List | cdk.support/lookup-entry | :match-paths |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-access-scope-props-builder function updates a CfnNetworkInsightsAccessScopeProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScopeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `excludePaths` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-paths` | | `matchPaths` | java.util.List | [[cdk.support/lookup-entry]] | `:match-paths` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-insights-access-scope-resource-statement-request-property-builder
builder
id
config)
The build-cfn-network-insights-access-scope-resource-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceTypes | java.util.List | cdk.support/lookup-entry | :resource-types |
resources | java.util.List | cdk.support/lookup-entry | :resources |
The build-cfn-network-insights-access-scope-resource-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-types` | | `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
(build-cfn-network-insights-access-scope-through-resources-statement-request-property-builder
builder
id
config)
The build-cfn-network-insights-access-scope-through-resources-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$ThroughResourcesStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$ThroughResourcesStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceStatement | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :resource-statement |
The build-cfn-network-insights-access-scope-through-resources-statement-request-property-builder function updates a CfnNetworkInsightsAccessScope$ThroughResourcesStatementRequestProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAccessScope$ThroughResourcesStatementRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceStatement` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-statement` |
(build-cfn-network-insights-analysis-additional-detail-property-builder builder
id
config)
The build-cfn-network-insights-analysis-additional-detail-property-builder function updates a CfnNetworkInsightsAnalysis$AdditionalDetailProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AdditionalDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalDetailType | java.lang.String | cdk.support/lookup-entry | :additional-detail-type |
component | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :component |
loadBalancers | java.util.List | cdk.support/lookup-entry | :load-balancers |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
The build-cfn-network-insights-analysis-additional-detail-property-builder function updates a CfnNetworkInsightsAnalysis$AdditionalDetailProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AdditionalDetailProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalDetailType` | java.lang.String | [[cdk.support/lookup-entry]] | `:additional-detail-type` | | `component` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:component` | | `loadBalancers` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancers` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
(build-cfn-network-insights-analysis-alternate-path-hint-property-builder
builder
id
config)
The build-cfn-network-insights-analysis-alternate-path-hint-property-builder function updates a CfnNetworkInsightsAnalysis$AlternatePathHintProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AlternatePathHintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
componentArn | java.lang.String | cdk.support/lookup-entry | :component-arn |
componentId | java.lang.String | cdk.support/lookup-entry | :component-id |
The build-cfn-network-insights-analysis-alternate-path-hint-property-builder function updates a CfnNetworkInsightsAnalysis$AlternatePathHintProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AlternatePathHintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `componentArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-arn` | | `componentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-id` |
(build-cfn-network-insights-analysis-analysis-acl-rule-property-builder builder
id
config)
The build-cfn-network-insights-analysis-analysis-acl-rule-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisAclRuleProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisAclRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
egress | java.lang.Boolean | cdk.support/lookup-entry | :egress |
portRange | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$PortRangeProperty | cdk.support/lookup-entry | :port-range |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
ruleAction | java.lang.String | cdk.support/lookup-entry | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
The build-cfn-network-insights-analysis-analysis-acl-rule-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisAclRuleProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisAclRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `egress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:egress` | | `portRange` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$PortRangeProperty | [[cdk.support/lookup-entry]] | `:port-range` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `ruleAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` |
(build-cfn-network-insights-analysis-analysis-component-property-builder builder
id
config)
The build-cfn-network-insights-analysis-analysis-component-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisComponentProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
id | java.lang.String | cdk.support/lookup-entry | :id |
The build-cfn-network-insights-analysis-analysis-component-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisComponentProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
(build-cfn-network-insights-analysis-analysis-load-balancer-listener-property-builder
builder
id
config)
The build-cfn-network-insights-analysis-analysis-load-balancer-listener-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
instancePort | java.lang.Number | cdk.support/lookup-entry | :instance-port |
loadBalancerPort | java.lang.Number | cdk.support/lookup-entry | :load-balancer-port |
The build-cfn-network-insights-analysis-analysis-load-balancer-listener-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `instancePort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-port` | | `loadBalancerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:load-balancer-port` |
(build-cfn-network-insights-analysis-analysis-load-balancer-target-property-builder
builder
id
config)
The build-cfn-network-insights-analysis-analysis-load-balancer-target-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisLoadBalancerTargetProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisLoadBalancerTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
address | java.lang.String | cdk.support/lookup-entry | :address |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
instance | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance |
port | java.lang.Number | cdk.support/lookup-entry | :port |
The build-cfn-network-insights-analysis-analysis-load-balancer-target-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisLoadBalancerTargetProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisLoadBalancerTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `instance` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
(build-cfn-network-insights-analysis-analysis-packet-header-property-builder
builder
id
config)
The build-cfn-network-insights-analysis-analysis-packet-header-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisPacketHeaderProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisPacketHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationAddresses | java.util.List | cdk.support/lookup-entry | :destination-addresses |
destinationPortRanges | java.util.List | cdk.support/lookup-entry | :destination-port-ranges |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
sourceAddresses | java.util.List | cdk.support/lookup-entry | :source-addresses |
sourcePortRanges | java.util.List | cdk.support/lookup-entry | :source-port-ranges |
The build-cfn-network-insights-analysis-analysis-packet-header-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisPacketHeaderProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisPacketHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-addresses` | | `destinationPortRanges` | java.util.List | [[cdk.support/lookup-entry]] | `:destination-port-ranges` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `sourceAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:source-addresses` | | `sourcePortRanges` | java.util.List | [[cdk.support/lookup-entry]] | `:source-port-ranges` |
(build-cfn-network-insights-analysis-analysis-route-table-route-property-builder
builder
id
config)
The build-cfn-network-insights-analysis-analysis-route-table-route-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationCidr | java.lang.String | cdk.support/lookup-entry | :destination-cidr |
destinationPrefixListId | java.lang.String | cdk.support/lookup-entry | :destination-prefix-list-id |
egressOnlyInternetGatewayId | java.lang.String | cdk.support/lookup-entry | :egress-only-internet-gateway-id |
gatewayId | java.lang.String | cdk.support/lookup-entry | :gateway-id |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
natGatewayId | java.lang.String | cdk.support/lookup-entry | :nat-gateway-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
origin | java.lang.String | cdk.support/lookup-entry | :origin |
state | java.lang.String | cdk.support/lookup-entry | :state |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
vpcPeeringConnectionId | java.lang.String | cdk.support/lookup-entry | :vpc-peering-connection-id |
The build-cfn-network-insights-analysis-analysis-route-table-route-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr` | | `destinationPrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-prefix-list-id` | | `egressOnlyInternetGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:egress-only-internet-gateway-id` | | `gatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-id` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `natGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:nat-gateway-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `origin` | java.lang.String | [[cdk.support/lookup-entry]] | `:origin` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `vpcPeeringConnectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-peering-connection-id` |
(build-cfn-network-insights-analysis-analysis-security-group-rule-property-builder
builder
id
config)
The build-cfn-network-insights-analysis-analysis-security-group-rule-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
direction | java.lang.String | cdk.support/lookup-entry | :direction |
portRange | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$PortRangeProperty | cdk.support/lookup-entry | :port-range |
prefixListId | java.lang.String | cdk.support/lookup-entry | :prefix-list-id |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
securityGroupId | java.lang.String | cdk.support/lookup-entry | :security-group-id |
The build-cfn-network-insights-analysis-analysis-security-group-rule-property-builder function updates a CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `direction` | java.lang.String | [[cdk.support/lookup-entry]] | `:direction` | | `portRange` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$PortRangeProperty | [[cdk.support/lookup-entry]] | `:port-range` | | `prefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-list-id` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `securityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-id` |
(build-cfn-network-insights-analysis-builder builder id config)
The build-cfn-network-insights-analysis-builder function updates a CfnNetworkInsightsAnalysis$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalAccounts | java.util.List | cdk.support/lookup-entry | :additional-accounts |
filterInArns | java.util.List | cdk.support/lookup-entry | :filter-in-arns |
networkInsightsPathId | java.lang.String | cdk.support/lookup-entry | :network-insights-path-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-analysis-builder function updates a CfnNetworkInsightsAnalysis$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-accounts` | | `filterInArns` | java.util.List | [[cdk.support/lookup-entry]] | `:filter-in-arns` | | `networkInsightsPathId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-insights-path-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-insights-analysis-explanation-property-builder builder
id
config)
The build-cfn-network-insights-analysis-explanation-property-builder function updates a CfnNetworkInsightsAnalysis$ExplanationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$ExplanationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acl | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :acl |
aclRule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :acl-rule |
address | java.lang.String | cdk.support/lookup-entry | :address |
addresses | java.util.List | cdk.support/lookup-entry | :addresses |
attachedTo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attached-to |
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
cidrs | java.util.List | cdk.support/lookup-entry | :cidrs |
classicLoadBalancerListener | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty | cdk.support/lookup-entry | :classic-load-balancer-listener |
component | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :component |
componentAccount | java.lang.String | cdk.support/lookup-entry | :component-account |
componentRegion | java.lang.String | cdk.support/lookup-entry | :component-region |
customerGateway | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :customer-gateway |
destination | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :destination |
destinationVpc | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :destination-vpc |
direction | java.lang.String | cdk.support/lookup-entry | :direction |
elasticLoadBalancerListener | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :elastic-load-balancer-listener |
explanationCode | java.lang.String | cdk.support/lookup-entry | :explanation-code |
ingressRouteTable | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ingress-route-table |
internetGateway | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :internet-gateway |
loadBalancerArn | java.lang.String | cdk.support/lookup-entry | :load-balancer-arn |
loadBalancerListenerPort | java.lang.Number | cdk.support/lookup-entry | :load-balancer-listener-port |
loadBalancerTarget | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :load-balancer-target |
loadBalancerTargetGroup | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :load-balancer-target-group |
loadBalancerTargetGroups | java.util.List | cdk.support/lookup-entry | :load-balancer-target-groups |
loadBalancerTargetPort | java.lang.Number | cdk.support/lookup-entry | :load-balancer-target-port |
missingComponent | java.lang.String | cdk.support/lookup-entry | :missing-component |
natGateway | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :nat-gateway |
networkInterface | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-interface |
packetField | java.lang.String | cdk.support/lookup-entry | :packet-field |
port | java.lang.Number | cdk.support/lookup-entry | :port |
portRanges | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :port-ranges |
prefixList | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :prefix-list |
protocols | java.util.List | cdk.support/lookup-entry | :protocols |
routeTable | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :route-table |
routeTableRoute | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty | cdk.support/lookup-entry | :route-table-route |
securityGroup | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :security-group |
securityGroupRule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :security-group-rule |
securityGroups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :security-groups |
sourceVpc | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :source-vpc |
state | java.lang.String | cdk.support/lookup-entry | :state |
subnet | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :subnet |
subnetRouteTable | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :subnet-route-table |
transitGateway | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :transit-gateway |
transitGatewayAttachment | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :transit-gateway-attachment |
transitGatewayRouteTable | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :transit-gateway-route-table |
transitGatewayRouteTableRoute | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty | cdk.support/lookup-entry | :transit-gateway-route-table-route |
vpc | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :vpc |
vpcEndpoint | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :vpc-endpoint |
vpcPeeringConnection | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :vpc-peering-connection |
vpnConnection | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpn-connection |
vpnGateway | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :vpn-gateway |
The build-cfn-network-insights-analysis-explanation-property-builder function updates a CfnNetworkInsightsAnalysis$ExplanationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$ExplanationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acl` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:acl` | | `aclRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:acl-rule` | | `address` | java.lang.String | [[cdk.support/lookup-entry]] | `:address` | | `addresses` | java.util.List | [[cdk.support/lookup-entry]] | `:addresses` | | `attachedTo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attached-to` | | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `cidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:cidrs` | | `classicLoadBalancerListener` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty | [[cdk.support/lookup-entry]] | `:classic-load-balancer-listener` | | `component` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:component` | | `componentAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-account` | | `componentRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-region` | | `customerGateway` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:customer-gateway` | | `destination` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:destination` | | `destinationVpc` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:destination-vpc` | | `direction` | java.lang.String | [[cdk.support/lookup-entry]] | `:direction` | | `elasticLoadBalancerListener` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:elastic-load-balancer-listener` | | `explanationCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:explanation-code` | | `ingressRouteTable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ingress-route-table` | | `internetGateway` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:internet-gateway` | | `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` | | `loadBalancerListenerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:load-balancer-listener-port` | | `loadBalancerTarget` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:load-balancer-target` | | `loadBalancerTargetGroup` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:load-balancer-target-group` | | `loadBalancerTargetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancer-target-groups` | | `loadBalancerTargetPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:load-balancer-target-port` | | `missingComponent` | java.lang.String | [[cdk.support/lookup-entry]] | `:missing-component` | | `natGateway` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:nat-gateway` | | `networkInterface` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-interface` | | `packetField` | java.lang.String | [[cdk.support/lookup-entry]] | `:packet-field` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `portRanges` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:port-ranges` | | `prefixList` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:prefix-list` | | `protocols` | java.util.List | [[cdk.support/lookup-entry]] | `:protocols` | | `routeTable` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:route-table` | | `routeTableRoute` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty | [[cdk.support/lookup-entry]] | `:route-table-route` | | `securityGroup` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:security-group` | | `securityGroupRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-group-rule` | | `securityGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-groups` | | `sourceVpc` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:source-vpc` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` | | `subnet` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:subnet` | | `subnetRouteTable` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:subnet-route-table` | | `transitGateway` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:transit-gateway` | | `transitGatewayAttachment` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment` | | `transitGatewayRouteTable` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table` | | `transitGatewayRouteTableRoute` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-route` | | `vpc` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcEndpoint` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:vpc-endpoint` | | `vpcPeeringConnection` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:vpc-peering-connection` | | `vpnConnection` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpn-connection` | | `vpnGateway` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:vpn-gateway` |
(build-cfn-network-insights-analysis-path-component-property-builder builder
id
config)
The build-cfn-network-insights-analysis-path-component-property-builder function updates a CfnNetworkInsightsAnalysis$PathComponentProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$PathComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
aclRule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :acl-rule |
additionalDetails | java.util.List | cdk.support/lookup-entry | :additional-details |
component | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :component |
destinationVpc | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :destination-vpc |
elasticLoadBalancerListener | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :elastic-load-balancer-listener |
explanations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :explanations |
inboundHeader | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :inbound-header |
outboundHeader | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :outbound-header |
routeTableRoute | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :route-table-route |
securityGroupRule | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty | cdk.support/lookup-entry | :security-group-rule |
sequenceNumber | java.lang.Number | cdk.support/lookup-entry | :sequence-number |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
sourceVpc | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | cdk.support/lookup-entry | :source-vpc |
subnet | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :subnet |
transitGateway | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :transit-gateway |
transitGatewayRouteTableRoute | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty | cdk.support/lookup-entry | :transit-gateway-route-table-route |
vpc | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpc |
The build-cfn-network-insights-analysis-path-component-property-builder function updates a CfnNetworkInsightsAnalysis$PathComponentProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$PathComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `aclRule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:acl-rule` | | `additionalDetails` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-details` | | `component` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:component` | | `destinationVpc` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-vpc` | | `elasticLoadBalancerListener` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:elastic-load-balancer-listener` | | `explanations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:explanations` | | `inboundHeader` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inbound-header` | | `outboundHeader` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:outbound-header` | | `routeTableRoute` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:route-table-route` | | `securityGroupRule` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty | [[cdk.support/lookup-entry]] | `:security-group-rule` | | `sequenceNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sequence-number` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` | | `sourceVpc` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$AnalysisComponentProperty | [[cdk.support/lookup-entry]] | `:source-vpc` | | `subnet` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subnet` | | `transitGateway` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:transit-gateway` | | `transitGatewayRouteTableRoute` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-route` | | `vpc` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc` |
(build-cfn-network-insights-analysis-port-range-property-builder builder
id
config)
The build-cfn-network-insights-analysis-port-range-property-builder function updates a CfnNetworkInsightsAnalysis$PortRangeProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
from | java.lang.Number | cdk.support/lookup-entry | :from |
to | java.lang.Number | cdk.support/lookup-entry | :to |
The build-cfn-network-insights-analysis-port-range-property-builder function updates a CfnNetworkInsightsAnalysis$PortRangeProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$PortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `from` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from` | | `to` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to` |
(build-cfn-network-insights-analysis-props-builder builder id config)
The build-cfn-network-insights-analysis-props-builder function updates a CfnNetworkInsightsAnalysisProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysisProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
additionalAccounts | java.util.List | cdk.support/lookup-entry | :additional-accounts |
filterInArns | java.util.List | cdk.support/lookup-entry | :filter-in-arns |
networkInsightsPathId | java.lang.String | cdk.support/lookup-entry | :network-insights-path-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-analysis-props-builder function updates a CfnNetworkInsightsAnalysisProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysisProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `additionalAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-accounts` | | `filterInArns` | java.util.List | [[cdk.support/lookup-entry]] | `:filter-in-arns` | | `networkInsightsPathId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-insights-path-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-insights-analysis-transit-gateway-route-table-route-property-builder
builder
id
config)
The build-cfn-network-insights-analysis-transit-gateway-route-table-route-property-builder function updates a CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attachmentId | java.lang.String | cdk.support/lookup-entry | :attachment-id |
destinationCidr | java.lang.String | cdk.support/lookup-entry | :destination-cidr |
prefixListId | java.lang.String | cdk.support/lookup-entry | :prefix-list-id |
resourceId | java.lang.String | cdk.support/lookup-entry | :resource-id |
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
routeOrigin | java.lang.String | cdk.support/lookup-entry | :route-origin |
state | java.lang.String | cdk.support/lookup-entry | :state |
The build-cfn-network-insights-analysis-transit-gateway-route-table-route-property-builder function updates a CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `attachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:attachment-id` | | `destinationCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr` | | `prefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-list-id` | | `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` | | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `routeOrigin` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-origin` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
(build-cfn-network-insights-path-builder builder id config)
The build-cfn-network-insights-path-builder function updates a CfnNetworkInsightsPath$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPath$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | java.lang.String | cdk.support/lookup-entry | :destination |
destinationIp | java.lang.String | cdk.support/lookup-entry | :destination-ip |
destinationPort | java.lang.Number | cdk.support/lookup-entry | :destination-port |
filterAtDestination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :filter-at-destination |
filterAtSource | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :filter-at-source |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
source | java.lang.String | cdk.support/lookup-entry | :source |
sourceIp | java.lang.String | cdk.support/lookup-entry | :source-ip |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-path-builder function updates a CfnNetworkInsightsPath$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPath$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` | | `destinationIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-ip` | | `destinationPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:destination-port` | | `filterAtDestination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-at-destination` | | `filterAtSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-at-source` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` | | `sourceIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-ip` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-insights-path-filter-port-range-property-builder builder
id
config)
The build-cfn-network-insights-path-filter-port-range-property-builder function updates a CfnNetworkInsightsPath$FilterPortRangeProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPath$FilterPortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-network-insights-path-filter-port-range-property-builder function updates a CfnNetworkInsightsPath$FilterPortRangeProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPath$FilterPortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-network-insights-path-path-filter-property-builder builder id config)
The build-cfn-network-insights-path-path-filter-property-builder function updates a CfnNetworkInsightsPath$PathFilterProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPath$PathFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationAddress | java.lang.String | cdk.support/lookup-entry | :destination-address |
destinationPortRange | software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath$FilterPortRangeProperty | cdk.support/lookup-entry | :destination-port-range |
sourceAddress | java.lang.String | cdk.support/lookup-entry | :source-address |
sourcePortRange | software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath$FilterPortRangeProperty | cdk.support/lookup-entry | :source-port-range |
The build-cfn-network-insights-path-path-filter-property-builder function updates a CfnNetworkInsightsPath$PathFilterProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPath$PathFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-address` | | `destinationPortRange` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath$FilterPortRangeProperty | [[cdk.support/lookup-entry]] | `:destination-port-range` | | `sourceAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-address` | | `sourcePortRange` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath$FilterPortRangeProperty | [[cdk.support/lookup-entry]] | `:source-port-range` |
(build-cfn-network-insights-path-props-builder builder id config)
The build-cfn-network-insights-path-props-builder function updates a CfnNetworkInsightsPathProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPathProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | java.lang.String | cdk.support/lookup-entry | :destination |
destinationIp | java.lang.String | cdk.support/lookup-entry | :destination-ip |
destinationPort | java.lang.Number | cdk.support/lookup-entry | :destination-port |
filterAtDestination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :filter-at-destination |
filterAtSource | software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath$PathFilterProperty | cdk.support/lookup-entry | :filter-at-source |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
source | java.lang.String | cdk.support/lookup-entry | :source |
sourceIp | java.lang.String | cdk.support/lookup-entry | :source-ip |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-insights-path-props-builder function updates a CfnNetworkInsightsPathProps$Builder instance using the provided configuration. The function takes the CfnNetworkInsightsPathProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` | | `destinationIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-ip` | | `destinationPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:destination-port` | | `filterAtDestination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter-at-destination` | | `filterAtSource` | software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath$PathFilterProperty | [[cdk.support/lookup-entry]] | `:filter-at-source` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` | | `sourceIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-ip` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-interface-attachment-builder builder id config)
The build-cfn-network-interface-attachment-builder function updates a CfnNetworkInterfaceAttachment$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
deviceIndex | java.lang.String | cdk.support/lookup-entry | :device-index |
enaSrdSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ena-srd-specification |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
The build-cfn-network-interface-attachment-builder function updates a CfnNetworkInterfaceAttachment$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `deviceIndex` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-index` | | `enaSrdSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ena-srd-specification` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` |
(build-cfn-network-interface-attachment-ena-srd-specification-property-builder
builder
id
config)
The build-cfn-network-interface-attachment-ena-srd-specification-property-builder function updates a CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enaSrdEnabled | java.lang.Boolean | cdk.support/lookup-entry | :ena-srd-enabled |
enaSrdUdpSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ena-srd-udp-specification |
The build-cfn-network-interface-attachment-ena-srd-specification-property-builder function updates a CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enaSrdEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ena-srd-enabled` | | `enaSrdUdpSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ena-srd-udp-specification` |
(build-cfn-network-interface-attachment-ena-srd-udp-specification-property-builder
builder
id
config)
The build-cfn-network-interface-attachment-ena-srd-udp-specification-property-builder function updates a CfnNetworkInterfaceAttachment$EnaSrdUdpSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachment$EnaSrdUdpSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enaSrdUdpEnabled | java.lang.Boolean | cdk.support/lookup-entry | :ena-srd-udp-enabled |
The build-cfn-network-interface-attachment-ena-srd-udp-specification-property-builder function updates a CfnNetworkInterfaceAttachment$EnaSrdUdpSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachment$EnaSrdUdpSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enaSrdUdpEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ena-srd-udp-enabled` |
(build-cfn-network-interface-attachment-props-builder builder id config)
The build-cfn-network-interface-attachment-props-builder function updates a CfnNetworkInterfaceAttachmentProps$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
deviceIndex | java.lang.String | cdk.support/lookup-entry | :device-index |
enaSrdSpecification | software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty | cdk.support/lookup-entry | :ena-srd-specification |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
The build-cfn-network-interface-attachment-props-builder function updates a CfnNetworkInterfaceAttachmentProps$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `deviceIndex` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-index` | | `enaSrdSpecification` | software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty | [[cdk.support/lookup-entry]] | `:ena-srd-specification` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` |
(build-cfn-network-interface-builder builder id config)
The build-cfn-network-interface-builder function updates a CfnNetworkInterface$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionTrackingSpecification | software.amazon.awscdk.services.ec2.CfnNetworkInterface$ConnectionTrackingSpecificationProperty | cdk.support/lookup-entry | :connection-tracking-specification |
description | java.lang.String | cdk.support/lookup-entry | :description |
enablePrimaryIpv6 | java.lang.Boolean | cdk.support/lookup-entry | :enable-primary-ipv6 |
groupSet | java.util.List | cdk.support/lookup-entry | :group-set |
interfaceType | java.lang.String | cdk.support/lookup-entry | :interface-type |
ipv4PrefixCount | java.lang.Number | cdk.support/lookup-entry | :ipv4-prefix-count |
ipv4Prefixes | java.util.List | cdk.support/lookup-entry | :ipv4-prefixes |
ipv6AddressCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-count |
ipv6Addresses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ipv6-addresses |
ipv6PrefixCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-prefix-count |
ipv6Prefixes | java.util.List | cdk.support/lookup-entry | :ipv6-prefixes |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
privateIpAddresses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :private-ip-addresses |
secondaryPrivateIpAddressCount | java.lang.Number | cdk.support/lookup-entry | :secondary-private-ip-address-count |
sourceDestCheck | java.lang.Boolean | cdk.support/lookup-entry | :source-dest-check |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-interface-builder function updates a CfnNetworkInterface$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionTrackingSpecification` | software.amazon.awscdk.services.ec2.CfnNetworkInterface$ConnectionTrackingSpecificationProperty | [[cdk.support/lookup-entry]] | `:connection-tracking-specification` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enablePrimaryIpv6` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-primary-ipv6` | | `groupSet` | java.util.List | [[cdk.support/lookup-entry]] | `:group-set` | | `interfaceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-type` | | `ipv4PrefixCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-prefix-count` | | `ipv4Prefixes` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv4-prefixes` | | `ipv6AddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-count` | | `ipv6Addresses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `ipv6PrefixCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-prefix-count` | | `ipv6Prefixes` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-prefixes` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `privateIpAddresses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-ip-addresses` | | `secondaryPrivateIpAddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:secondary-private-ip-address-count` | | `sourceDestCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:source-dest-check` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-interface-connection-tracking-specification-property-builder
builder
id
config)
The build-cfn-network-interface-connection-tracking-specification-property-builder function updates a CfnNetworkInterface$ConnectionTrackingSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$ConnectionTrackingSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tcpEstablishedTimeout | java.lang.Number | cdk.support/lookup-entry | :tcp-established-timeout |
udpStreamTimeout | java.lang.Number | cdk.support/lookup-entry | :udp-stream-timeout |
udpTimeout | java.lang.Number | cdk.support/lookup-entry | :udp-timeout |
The build-cfn-network-interface-connection-tracking-specification-property-builder function updates a CfnNetworkInterface$ConnectionTrackingSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$ConnectionTrackingSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tcpEstablishedTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:tcp-established-timeout` | | `udpStreamTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:udp-stream-timeout` | | `udpTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:udp-timeout` |
(build-cfn-network-interface-instance-ipv6-address-property-builder builder
id
config)
The build-cfn-network-interface-instance-ipv6-address-property-builder function updates a CfnNetworkInterface$InstanceIpv6AddressProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$InstanceIpv6AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6Address | java.lang.String | cdk.support/lookup-entry | :ipv6-address |
The build-cfn-network-interface-instance-ipv6-address-property-builder function updates a CfnNetworkInterface$InstanceIpv6AddressProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$InstanceIpv6AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6Address` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-address` |
(build-cfn-network-interface-ipv4-prefix-specification-property-builder builder
id
config)
The build-cfn-network-interface-ipv4-prefix-specification-property-builder function updates a CfnNetworkInterface$Ipv4PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$Ipv4PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv4Prefix | java.lang.String | cdk.support/lookup-entry | :ipv4-prefix |
The build-cfn-network-interface-ipv4-prefix-specification-property-builder function updates a CfnNetworkInterface$Ipv4PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$Ipv4PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv4Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-prefix` |
(build-cfn-network-interface-ipv6-prefix-specification-property-builder builder
id
config)
The build-cfn-network-interface-ipv6-prefix-specification-property-builder function updates a CfnNetworkInterface$Ipv6PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$Ipv6PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6Prefix | java.lang.String | cdk.support/lookup-entry | :ipv6-prefix |
The build-cfn-network-interface-ipv6-prefix-specification-property-builder function updates a CfnNetworkInterface$Ipv6PrefixSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$Ipv6PrefixSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-prefix` |
(build-cfn-network-interface-permission-builder builder id config)
The build-cfn-network-interface-permission-builder function updates a CfnNetworkInterfacePermission$Builder instance using the provided configuration. The function takes the CfnNetworkInterfacePermission$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsAccountId | java.lang.String | cdk.support/lookup-entry | :aws-account-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
permission | java.lang.String | cdk.support/lookup-entry | :permission |
The build-cfn-network-interface-permission-builder function updates a CfnNetworkInterfacePermission$Builder instance using the provided configuration. The function takes the CfnNetworkInterfacePermission$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `permission` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission` |
(build-cfn-network-interface-permission-props-builder builder id config)
The build-cfn-network-interface-permission-props-builder function updates a CfnNetworkInterfacePermissionProps$Builder instance using the provided configuration. The function takes the CfnNetworkInterfacePermissionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
awsAccountId | java.lang.String | cdk.support/lookup-entry | :aws-account-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
permission | java.lang.String | cdk.support/lookup-entry | :permission |
The build-cfn-network-interface-permission-props-builder function updates a CfnNetworkInterfacePermissionProps$Builder instance using the provided configuration. The function takes the CfnNetworkInterfacePermissionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `permission` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission` |
(build-cfn-network-interface-private-ip-address-specification-property-builder
builder
id
config)
The build-cfn-network-interface-private-ip-address-specification-property-builder function updates a CfnNetworkInterface$PrivateIpAddressSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$PrivateIpAddressSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
primary | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :primary |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
The build-cfn-network-interface-private-ip-address-specification-property-builder function updates a CfnNetworkInterface$PrivateIpAddressSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnNetworkInterface$PrivateIpAddressSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `primary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` |
(build-cfn-network-interface-props-builder builder id config)
The build-cfn-network-interface-props-builder function updates a CfnNetworkInterfaceProps$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionTrackingSpecification | software.amazon.awscdk.services.ec2.CfnNetworkInterface$ConnectionTrackingSpecificationProperty | cdk.support/lookup-entry | :connection-tracking-specification |
description | java.lang.String | cdk.support/lookup-entry | :description |
enablePrimaryIpv6 | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-primary-ipv6 |
groupSet | java.util.List | cdk.support/lookup-entry | :group-set |
interfaceType | java.lang.String | cdk.support/lookup-entry | :interface-type |
ipv4PrefixCount | java.lang.Number | cdk.support/lookup-entry | :ipv4-prefix-count |
ipv4Prefixes | java.util.List | cdk.support/lookup-entry | :ipv4-prefixes |
ipv6AddressCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-count |
ipv6Addresses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ipv6-addresses |
ipv6PrefixCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-prefix-count |
ipv6Prefixes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ipv6-prefixes |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
privateIpAddresses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :private-ip-addresses |
secondaryPrivateIpAddressCount | java.lang.Number | cdk.support/lookup-entry | :secondary-private-ip-address-count |
sourceDestCheck | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source-dest-check |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-network-interface-props-builder function updates a CfnNetworkInterfaceProps$Builder instance using the provided configuration. The function takes the CfnNetworkInterfaceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionTrackingSpecification` | software.amazon.awscdk.services.ec2.CfnNetworkInterface$ConnectionTrackingSpecificationProperty | [[cdk.support/lookup-entry]] | `:connection-tracking-specification` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `enablePrimaryIpv6` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-primary-ipv6` | | `groupSet` | java.util.List | [[cdk.support/lookup-entry]] | `:group-set` | | `interfaceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-type` | | `ipv4PrefixCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-prefix-count` | | `ipv4Prefixes` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv4-prefixes` | | `ipv6AddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-count` | | `ipv6Addresses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `ipv6PrefixCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-prefix-count` | | `ipv6Prefixes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ipv6-prefixes` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `privateIpAddresses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-ip-addresses` | | `secondaryPrivateIpAddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:secondary-private-ip-address-count` | | `sourceDestCheck` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-dest-check` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-network-performance-metric-subscription-builder builder id config)
The build-cfn-network-performance-metric-subscription-builder function updates a CfnNetworkPerformanceMetricSubscription$Builder instance using the provided configuration. The function takes the CfnNetworkPerformanceMetricSubscription$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | java.lang.String | cdk.support/lookup-entry | :destination |
metric | java.lang.String | cdk.support/lookup-entry | :metric |
source | java.lang.String | cdk.support/lookup-entry | :source |
statistic | java.lang.String | cdk.support/lookup-entry | :statistic |
The build-cfn-network-performance-metric-subscription-builder function updates a CfnNetworkPerformanceMetricSubscription$Builder instance using the provided configuration. The function takes the CfnNetworkPerformanceMetricSubscription$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` | | `metric` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric` | | `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` | | `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
(build-cfn-network-performance-metric-subscription-props-builder builder
id
config)
The build-cfn-network-performance-metric-subscription-props-builder function updates a CfnNetworkPerformanceMetricSubscriptionProps$Builder instance using the provided configuration. The function takes the CfnNetworkPerformanceMetricSubscriptionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | java.lang.String | cdk.support/lookup-entry | :destination |
metric | java.lang.String | cdk.support/lookup-entry | :metric |
source | java.lang.String | cdk.support/lookup-entry | :source |
statistic | java.lang.String | cdk.support/lookup-entry | :statistic |
The build-cfn-network-performance-metric-subscription-props-builder function updates a CfnNetworkPerformanceMetricSubscriptionProps$Builder instance using the provided configuration. The function takes the CfnNetworkPerformanceMetricSubscriptionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` | | `metric` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric` | | `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` | | `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
(build-cfn-placement-group-builder builder id config)
The build-cfn-placement-group-builder function updates a CfnPlacementGroup$Builder instance using the provided configuration. The function takes the CfnPlacementGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partitionCount | java.lang.Number | cdk.support/lookup-entry | :partition-count |
spreadLevel | java.lang.String | cdk.support/lookup-entry | :spread-level |
strategy | java.lang.String | cdk.support/lookup-entry | :strategy |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-placement-group-builder function updates a CfnPlacementGroup$Builder instance using the provided configuration. The function takes the CfnPlacementGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `partitionCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:partition-count` | | `spreadLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:spread-level` | | `strategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:strategy` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-placement-group-props-builder builder id config)
The build-cfn-placement-group-props-builder function updates a CfnPlacementGroupProps$Builder instance using the provided configuration. The function takes the CfnPlacementGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partitionCount | java.lang.Number | cdk.support/lookup-entry | :partition-count |
spreadLevel | java.lang.String | cdk.support/lookup-entry | :spread-level |
strategy | java.lang.String | cdk.support/lookup-entry | :strategy |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-placement-group-props-builder function updates a CfnPlacementGroupProps$Builder instance using the provided configuration. The function takes the CfnPlacementGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `partitionCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:partition-count` | | `spreadLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:spread-level` | | `strategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:strategy` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-prefix-list-builder builder id config)
The build-cfn-prefix-list-builder function updates a CfnPrefixList$Builder instance using the provided configuration. The function takes the CfnPrefixList$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressFamily | java.lang.String | cdk.support/lookup-entry | :address-family |
entries | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :entries |
maxEntries | java.lang.Number | cdk.support/lookup-entry | :max-entries |
prefixListName | java.lang.String | cdk.support/lookup-entry | :prefix-list-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-prefix-list-builder function updates a CfnPrefixList$Builder instance using the provided configuration. The function takes the CfnPrefixList$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addressFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:address-family` | | `entries` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:entries` | | `maxEntries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-entries` | | `prefixListName` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-list-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-prefix-list-entry-property-builder builder id config)
The build-cfn-prefix-list-entry-property-builder function updates a CfnPrefixList$EntryProperty$Builder instance using the provided configuration. The function takes the CfnPrefixList$EntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
description | java.lang.String | cdk.support/lookup-entry | :description |
The build-cfn-prefix-list-entry-property-builder function updates a CfnPrefixList$EntryProperty$Builder instance using the provided configuration. The function takes the CfnPrefixList$EntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
(build-cfn-prefix-list-props-builder builder id config)
The build-cfn-prefix-list-props-builder function updates a CfnPrefixListProps$Builder instance using the provided configuration. The function takes the CfnPrefixListProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressFamily | java.lang.String | cdk.support/lookup-entry | :address-family |
entries | java.util.List | cdk.support/lookup-entry | :entries |
maxEntries | java.lang.Number | cdk.support/lookup-entry | :max-entries |
prefixListName | java.lang.String | cdk.support/lookup-entry | :prefix-list-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-prefix-list-props-builder function updates a CfnPrefixListProps$Builder instance using the provided configuration. The function takes the CfnPrefixListProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addressFamily` | java.lang.String | [[cdk.support/lookup-entry]] | `:address-family` | | `entries` | java.util.List | [[cdk.support/lookup-entry]] | `:entries` | | `maxEntries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-entries` | | `prefixListName` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-list-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-route-builder builder id config)
The build-cfn-route-builder function updates a CfnRoute$Builder instance using the provided configuration. The function takes the CfnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
carrierGatewayId | java.lang.String | cdk.support/lookup-entry | :carrier-gateway-id |
coreNetworkArn | java.lang.String | cdk.support/lookup-entry | :core-network-arn |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
destinationIpv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-ipv6-cidr-block |
destinationPrefixListId | java.lang.String | cdk.support/lookup-entry | :destination-prefix-list-id |
egressOnlyInternetGatewayId | java.lang.String | cdk.support/lookup-entry | :egress-only-internet-gateway-id |
gatewayId | java.lang.String | cdk.support/lookup-entry | :gateway-id |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
localGatewayId | java.lang.String | cdk.support/lookup-entry | :local-gateway-id |
natGatewayId | java.lang.String | cdk.support/lookup-entry | :nat-gateway-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
vpcPeeringConnectionId | java.lang.String | cdk.support/lookup-entry | :vpc-peering-connection-id |
The build-cfn-route-builder function updates a CfnRoute$Builder instance using the provided configuration. The function takes the CfnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `carrierGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:carrier-gateway-id` | | `coreNetworkArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:core-network-arn` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `destinationIpv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-ipv6-cidr-block` | | `destinationPrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-prefix-list-id` | | `egressOnlyInternetGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:egress-only-internet-gateway-id` | | `gatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-id` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `localGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-id` | | `natGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:nat-gateway-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` | | `vpcPeeringConnectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-peering-connection-id` |
(build-cfn-route-props-builder builder id config)
The build-cfn-route-props-builder function updates a CfnRouteProps$Builder instance using the provided configuration. The function takes the CfnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
carrierGatewayId | java.lang.String | cdk.support/lookup-entry | :carrier-gateway-id |
coreNetworkArn | java.lang.String | cdk.support/lookup-entry | :core-network-arn |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
destinationIpv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-ipv6-cidr-block |
destinationPrefixListId | java.lang.String | cdk.support/lookup-entry | :destination-prefix-list-id |
egressOnlyInternetGatewayId | java.lang.String | cdk.support/lookup-entry | :egress-only-internet-gateway-id |
gatewayId | java.lang.String | cdk.support/lookup-entry | :gateway-id |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
localGatewayId | java.lang.String | cdk.support/lookup-entry | :local-gateway-id |
natGatewayId | java.lang.String | cdk.support/lookup-entry | :nat-gateway-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
vpcPeeringConnectionId | java.lang.String | cdk.support/lookup-entry | :vpc-peering-connection-id |
The build-cfn-route-props-builder function updates a CfnRouteProps$Builder instance using the provided configuration. The function takes the CfnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `carrierGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:carrier-gateway-id` | | `coreNetworkArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:core-network-arn` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `destinationIpv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-ipv6-cidr-block` | | `destinationPrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-prefix-list-id` | | `egressOnlyInternetGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:egress-only-internet-gateway-id` | | `gatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-id` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `localGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-gateway-id` | | `natGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:nat-gateway-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` | | `vpcPeeringConnectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-peering-connection-id` |
(build-cfn-route-table-builder builder id config)
The build-cfn-route-table-builder function updates a CfnRouteTable$Builder instance using the provided configuration. The function takes the CfnRouteTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-route-table-builder function updates a CfnRouteTable$Builder instance using the provided configuration. The function takes the CfnRouteTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-route-table-props-builder builder id config)
The build-cfn-route-table-props-builder function updates a CfnRouteTableProps$Builder instance using the provided configuration. The function takes the CfnRouteTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-route-table-props-builder function updates a CfnRouteTableProps$Builder instance using the provided configuration. The function takes the CfnRouteTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-security-group-builder builder id config)
The build-cfn-security-group-builder function updates a CfnSecurityGroup$Builder instance using the provided configuration. The function takes the CfnSecurityGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupDescription | java.lang.String | cdk.support/lookup-entry | :group-description |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
securityGroupEgress | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :security-group-egress |
securityGroupIngress | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :security-group-ingress |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-security-group-builder function updates a CfnSecurityGroup$Builder instance using the provided configuration. The function takes the CfnSecurityGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-description` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `securityGroupEgress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-group-egress` | | `securityGroupIngress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-group-ingress` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-security-group-egress-builder builder id config)
The build-cfn-security-group-egress-builder function updates a CfnSecurityGroupEgress$Builder instance using the provided configuration. The function takes the CfnSecurityGroupEgress$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrIp | java.lang.String | cdk.support/lookup-entry | :cidr-ip |
cidrIpv6 | java.lang.String | cdk.support/lookup-entry | :cidr-ipv6 |
description | java.lang.String | cdk.support/lookup-entry | :description |
destinationPrefixListId | java.lang.String | cdk.support/lookup-entry | :destination-prefix-list-id |
destinationSecurityGroupId | java.lang.String | cdk.support/lookup-entry | :destination-security-group-id |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
ipProtocol | java.lang.String | cdk.support/lookup-entry | :ip-protocol |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-security-group-egress-builder function updates a CfnSecurityGroupEgress$Builder instance using the provided configuration. The function takes the CfnSecurityGroupEgress$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ip` | | `cidrIpv6` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ipv6` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `destinationPrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-prefix-list-id` | | `destinationSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-security-group-id` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` | | `ipProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-protocol` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-security-group-egress-property-builder builder id config)
The build-cfn-security-group-egress-property-builder function updates a CfnSecurityGroup$EgressProperty$Builder instance using the provided configuration. The function takes the CfnSecurityGroup$EgressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrIp | java.lang.String | cdk.support/lookup-entry | :cidr-ip |
cidrIpv6 | java.lang.String | cdk.support/lookup-entry | :cidr-ipv6 |
description | java.lang.String | cdk.support/lookup-entry | :description |
destinationPrefixListId | java.lang.String | cdk.support/lookup-entry | :destination-prefix-list-id |
destinationSecurityGroupId | java.lang.String | cdk.support/lookup-entry | :destination-security-group-id |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
ipProtocol | java.lang.String | cdk.support/lookup-entry | :ip-protocol |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-security-group-egress-property-builder function updates a CfnSecurityGroup$EgressProperty$Builder instance using the provided configuration. The function takes the CfnSecurityGroup$EgressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ip` | | `cidrIpv6` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ipv6` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `destinationPrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-prefix-list-id` | | `destinationSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-security-group-id` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `ipProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-protocol` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-security-group-egress-props-builder builder id config)
The build-cfn-security-group-egress-props-builder function updates a CfnSecurityGroupEgressProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupEgressProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrIp | java.lang.String | cdk.support/lookup-entry | :cidr-ip |
cidrIpv6 | java.lang.String | cdk.support/lookup-entry | :cidr-ipv6 |
description | java.lang.String | cdk.support/lookup-entry | :description |
destinationPrefixListId | java.lang.String | cdk.support/lookup-entry | :destination-prefix-list-id |
destinationSecurityGroupId | java.lang.String | cdk.support/lookup-entry | :destination-security-group-id |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
ipProtocol | java.lang.String | cdk.support/lookup-entry | :ip-protocol |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-security-group-egress-props-builder function updates a CfnSecurityGroupEgressProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupEgressProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ip` | | `cidrIpv6` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ipv6` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `destinationPrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-prefix-list-id` | | `destinationSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-security-group-id` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` | | `ipProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-protocol` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-security-group-ingress-builder builder id config)
The build-cfn-security-group-ingress-builder function updates a CfnSecurityGroupIngress$Builder instance using the provided configuration. The function takes the CfnSecurityGroupIngress$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrIp | java.lang.String | cdk.support/lookup-entry | :cidr-ip |
cidrIpv6 | java.lang.String | cdk.support/lookup-entry | :cidr-ipv6 |
description | java.lang.String | cdk.support/lookup-entry | :description |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
ipProtocol | java.lang.String | cdk.support/lookup-entry | :ip-protocol |
sourcePrefixListId | java.lang.String | cdk.support/lookup-entry | :source-prefix-list-id |
sourceSecurityGroupId | java.lang.String | cdk.support/lookup-entry | :source-security-group-id |
sourceSecurityGroupName | java.lang.String | cdk.support/lookup-entry | :source-security-group-name |
sourceSecurityGroupOwnerId | java.lang.String | cdk.support/lookup-entry | :source-security-group-owner-id |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-security-group-ingress-builder function updates a CfnSecurityGroupIngress$Builder instance using the provided configuration. The function takes the CfnSecurityGroupIngress$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ip` | | `cidrIpv6` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ipv6` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `ipProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-protocol` | | `sourcePrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-prefix-list-id` | | `sourceSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-id` | | `sourceSecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-name` | | `sourceSecurityGroupOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-owner-id` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-security-group-ingress-property-builder builder id config)
The build-cfn-security-group-ingress-property-builder function updates a CfnSecurityGroup$IngressProperty$Builder instance using the provided configuration. The function takes the CfnSecurityGroup$IngressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrIp | java.lang.String | cdk.support/lookup-entry | :cidr-ip |
cidrIpv6 | java.lang.String | cdk.support/lookup-entry | :cidr-ipv6 |
description | java.lang.String | cdk.support/lookup-entry | :description |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
ipProtocol | java.lang.String | cdk.support/lookup-entry | :ip-protocol |
sourcePrefixListId | java.lang.String | cdk.support/lookup-entry | :source-prefix-list-id |
sourceSecurityGroupId | java.lang.String | cdk.support/lookup-entry | :source-security-group-id |
sourceSecurityGroupName | java.lang.String | cdk.support/lookup-entry | :source-security-group-name |
sourceSecurityGroupOwnerId | java.lang.String | cdk.support/lookup-entry | :source-security-group-owner-id |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-security-group-ingress-property-builder function updates a CfnSecurityGroup$IngressProperty$Builder instance using the provided configuration. The function takes the CfnSecurityGroup$IngressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ip` | | `cidrIpv6` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ipv6` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `ipProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-protocol` | | `sourcePrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-prefix-list-id` | | `sourceSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-id` | | `sourceSecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-name` | | `sourceSecurityGroupOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-owner-id` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-security-group-ingress-props-builder builder id config)
The build-cfn-security-group-ingress-props-builder function updates a CfnSecurityGroupIngressProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupIngressProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrIp | java.lang.String | cdk.support/lookup-entry | :cidr-ip |
cidrIpv6 | java.lang.String | cdk.support/lookup-entry | :cidr-ipv6 |
description | java.lang.String | cdk.support/lookup-entry | :description |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
ipProtocol | java.lang.String | cdk.support/lookup-entry | :ip-protocol |
sourcePrefixListId | java.lang.String | cdk.support/lookup-entry | :source-prefix-list-id |
sourceSecurityGroupId | java.lang.String | cdk.support/lookup-entry | :source-security-group-id |
sourceSecurityGroupName | java.lang.String | cdk.support/lookup-entry | :source-security-group-name |
sourceSecurityGroupOwnerId | java.lang.String | cdk.support/lookup-entry | :source-security-group-owner-id |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-security-group-ingress-props-builder function updates a CfnSecurityGroupIngressProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupIngressProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ip` | | `cidrIpv6` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-ipv6` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `ipProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-protocol` | | `sourcePrefixListId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-prefix-list-id` | | `sourceSecurityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-id` | | `sourceSecurityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-name` | | `sourceSecurityGroupOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-security-group-owner-id` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-security-group-props-builder builder id config)
The build-cfn-security-group-props-builder function updates a CfnSecurityGroupProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupDescription | java.lang.String | cdk.support/lookup-entry | :group-description |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
securityGroupEgress | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :security-group-egress |
securityGroupIngress | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :security-group-ingress |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-security-group-props-builder function updates a CfnSecurityGroupProps$Builder instance using the provided configuration. The function takes the CfnSecurityGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-description` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `securityGroupEgress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-group-egress` | | `securityGroupIngress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-group-ingress` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-snapshot-block-public-access-builder builder id config)
The build-cfn-snapshot-block-public-access-builder function updates a CfnSnapshotBlockPublicAccess$Builder instance using the provided configuration. The function takes the CfnSnapshotBlockPublicAccess$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
state | java.lang.String | cdk.support/lookup-entry | :state |
The build-cfn-snapshot-block-public-access-builder function updates a CfnSnapshotBlockPublicAccess$Builder instance using the provided configuration. The function takes the CfnSnapshotBlockPublicAccess$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
(build-cfn-snapshot-block-public-access-props-builder builder id config)
The build-cfn-snapshot-block-public-access-props-builder function updates a CfnSnapshotBlockPublicAccessProps$Builder instance using the provided configuration. The function takes the CfnSnapshotBlockPublicAccessProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
state | java.lang.String | cdk.support/lookup-entry | :state |
The build-cfn-snapshot-block-public-access-props-builder function updates a CfnSnapshotBlockPublicAccessProps$Builder instance using the provided configuration. The function takes the CfnSnapshotBlockPublicAccessProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
(build-cfn-spot-fleet-accelerator-count-request-property-builder builder
id
config)
The build-cfn-spot-fleet-accelerator-count-request-property-builder function updates a CfnSpotFleet$AcceleratorCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$AcceleratorCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-accelerator-count-request-property-builder function updates a CfnSpotFleet$AcceleratorCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$AcceleratorCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-accelerator-total-memory-mi-b-request-property-builder
builder
id
config)
The build-cfn-spot-fleet-accelerator-total-memory-mi-b-request-property-builder function updates a CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-accelerator-total-memory-mi-b-request-property-builder function updates a CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-baseline-ebs-bandwidth-mbps-request-property-builder
builder
id
config)
The build-cfn-spot-fleet-baseline-ebs-bandwidth-mbps-request-property-builder function updates a CfnSpotFleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-baseline-ebs-bandwidth-mbps-request-property-builder function updates a CfnSpotFleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$BaselineEbsBandwidthMbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-block-device-mapping-property-builder builder id config)
The build-cfn-spot-fleet-block-device-mapping-property-builder function updates a CfnSpotFleet$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deviceName | java.lang.String | cdk.support/lookup-entry | :device-name |
ebs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ebs |
noDevice | java.lang.String | cdk.support/lookup-entry | :no-device |
virtualName | java.lang.String | cdk.support/lookup-entry | :virtual-name |
The build-cfn-spot-fleet-block-device-mapping-property-builder function updates a CfnSpotFleet$BlockDeviceMappingProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$BlockDeviceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-name` | | `ebs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ebs` | | `noDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:no-device` | | `virtualName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-name` |
(build-cfn-spot-fleet-builder builder id config)
The build-cfn-spot-fleet-builder function updates a CfnSpotFleet$Builder instance using the provided configuration. The function takes the CfnSpotFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
spotFleetRequestConfigData | software.amazon.awscdk.services.ec2.CfnSpotFleet$SpotFleetRequestConfigDataProperty | cdk.support/lookup-entry | :spot-fleet-request-config-data |
The build-cfn-spot-fleet-builder function updates a CfnSpotFleet$Builder instance using the provided configuration. The function takes the CfnSpotFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `spotFleetRequestConfigData` | software.amazon.awscdk.services.ec2.CfnSpotFleet$SpotFleetRequestConfigDataProperty | [[cdk.support/lookup-entry]] | `:spot-fleet-request-config-data` |
(build-cfn-spot-fleet-classic-load-balancer-property-builder builder id config)
The build-cfn-spot-fleet-classic-load-balancer-property-builder function updates a CfnSpotFleet$ClassicLoadBalancerProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$ClassicLoadBalancerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
The build-cfn-spot-fleet-classic-load-balancer-property-builder function updates a CfnSpotFleet$ClassicLoadBalancerProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$ClassicLoadBalancerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` |
(build-cfn-spot-fleet-classic-load-balancers-config-property-builder builder
id
config)
The build-cfn-spot-fleet-classic-load-balancers-config-property-builder function updates a CfnSpotFleet$ClassicLoadBalancersConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$ClassicLoadBalancersConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
classicLoadBalancers | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :classic-load-balancers |
The build-cfn-spot-fleet-classic-load-balancers-config-property-builder function updates a CfnSpotFleet$ClassicLoadBalancersConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$ClassicLoadBalancersConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `classicLoadBalancers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:classic-load-balancers` |
(build-cfn-spot-fleet-ebs-block-device-property-builder builder id config)
The build-cfn-spot-fleet-ebs-block-device-property-builder function updates a CfnSpotFleet$EbsBlockDeviceProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$EbsBlockDeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delete-on-termination |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-spot-fleet-ebs-block-device-property-builder function updates a CfnSpotFleet$EbsBlockDeviceProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$EbsBlockDeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-spot-fleet-fleet-launch-template-specification-property-builder
builder
id
config)
The build-cfn-spot-fleet-fleet-launch-template-specification-property-builder function updates a CfnSpotFleet$FleetLaunchTemplateSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$FleetLaunchTemplateSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateId | java.lang.String | cdk.support/lookup-entry | :launch-template-id |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-spot-fleet-fleet-launch-template-specification-property-builder function updates a CfnSpotFleet$FleetLaunchTemplateSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$FleetLaunchTemplateSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-id` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-spot-fleet-group-identifier-property-builder builder id config)
The build-cfn-spot-fleet-group-identifier-property-builder function updates a CfnSpotFleet$GroupIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$GroupIdentifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
The build-cfn-spot-fleet-group-identifier-property-builder function updates a CfnSpotFleet$GroupIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$GroupIdentifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` |
(build-cfn-spot-fleet-iam-instance-profile-specification-property-builder
builder
id
config)
The build-cfn-spot-fleet-iam-instance-profile-specification-property-builder function updates a CfnSpotFleet$IamInstanceProfileSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$IamInstanceProfileSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-spot-fleet-iam-instance-profile-specification-property-builder function updates a CfnSpotFleet$IamInstanceProfileSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$IamInstanceProfileSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-spot-fleet-instance-ipv6-address-property-builder builder id config)
The build-cfn-spot-fleet-instance-ipv6-address-property-builder function updates a CfnSpotFleet$InstanceIpv6AddressProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$InstanceIpv6AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6Address | java.lang.String | cdk.support/lookup-entry | :ipv6-address |
The build-cfn-spot-fleet-instance-ipv6-address-property-builder function updates a CfnSpotFleet$InstanceIpv6AddressProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$InstanceIpv6AddressProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6Address` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-address` |
(build-cfn-spot-fleet-instance-network-interface-specification-property-builder
builder
id
config)
The build-cfn-spot-fleet-instance-network-interface-specification-property-builder function updates a CfnSpotFleet$InstanceNetworkInterfaceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$InstanceNetworkInterfaceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associatePublicIpAddress | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :associate-public-ip-address |
deleteOnTermination | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delete-on-termination |
description | java.lang.String | cdk.support/lookup-entry | :description |
deviceIndex | java.lang.Number | cdk.support/lookup-entry | :device-index |
groups | java.util.List | cdk.support/lookup-entry | :groups |
ipv6AddressCount | java.lang.Number | cdk.support/lookup-entry | :ipv6-address-count |
ipv6Addresses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :ipv6-addresses |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
privateIpAddresses | java.util.List | cdk.support/lookup-entry | :private-ip-addresses |
secondaryPrivateIpAddressCount | java.lang.Number | cdk.support/lookup-entry | :secondary-private-ip-address-count |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-spot-fleet-instance-network-interface-specification-property-builder function updates a CfnSpotFleet$InstanceNetworkInterfaceSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$InstanceNetworkInterfaceSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associatePublicIpAddress` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` | | `deleteOnTermination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `deviceIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:device-index` | | `groups` | java.util.List | [[cdk.support/lookup-entry]] | `:groups` | | `ipv6AddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-address-count` | | `ipv6Addresses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `privateIpAddresses` | java.util.List | [[cdk.support/lookup-entry]] | `:private-ip-addresses` | | `secondaryPrivateIpAddressCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:secondary-private-ip-address-count` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-spot-fleet-instance-requirements-request-property-builder builder
id
config)
The build-cfn-spot-fleet-instance-requirements-request-property-builder function updates a CfnSpotFleet$InstanceRequirementsRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$InstanceRequirementsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.services.ec2.CfnSpotFleet$AcceleratorCountRequestProperty | cdk.support/lookup-entry | :accelerator-count |
acceleratorManufacturers | java.util.List | cdk.support/lookup-entry | :accelerator-manufacturers |
acceleratorNames | java.util.List | cdk.support/lookup-entry | :accelerator-names |
acceleratorTotalMemoryMiB | software.amazon.awscdk.services.ec2.CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty | cdk.support/lookup-entry | :accelerator-total-memory-mi-b |
acceleratorTypes | java.util.List | cdk.support/lookup-entry | :accelerator-types |
allowedInstanceTypes | java.util.List | cdk.support/lookup-entry | :allowed-instance-types |
bareMetal | java.lang.String | cdk.support/lookup-entry | :bare-metal |
baselineEbsBandwidthMbps | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :baseline-ebs-bandwidth-mbps |
burstablePerformance | java.lang.String | cdk.support/lookup-entry | :burstable-performance |
cpuManufacturers | java.util.List | cdk.support/lookup-entry | :cpu-manufacturers |
excludedInstanceTypes | java.util.List | cdk.support/lookup-entry | :excluded-instance-types |
instanceGenerations | java.util.List | cdk.support/lookup-entry | :instance-generations |
localStorage | java.lang.String | cdk.support/lookup-entry | :local-storage |
localStorageTypes | java.util.List | cdk.support/lookup-entry | :local-storage-types |
maxSpotPriceAsPercentageOfOptimalOnDemandPrice | java.lang.Number | cdk.support/lookup-entry | :max-spot-price-as-percentage-of-optimal-on-demand-price |
memoryGiBPerVCpu | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :memory-gi-b-per-v-cpu |
memoryMiB | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :memory-mi-b |
networkBandwidthGbps | software.amazon.awscdk.services.ec2.CfnSpotFleet$NetworkBandwidthGbpsRequestProperty | cdk.support/lookup-entry | :network-bandwidth-gbps |
networkInterfaceCount | software.amazon.awscdk.services.ec2.CfnSpotFleet$NetworkInterfaceCountRequestProperty | cdk.support/lookup-entry | :network-interface-count |
onDemandMaxPricePercentageOverLowestPrice | java.lang.Number | cdk.support/lookup-entry | :on-demand-max-price-percentage-over-lowest-price |
requireHibernateSupport | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :require-hibernate-support |
spotMaxPricePercentageOverLowestPrice | java.lang.Number | cdk.support/lookup-entry | :spot-max-price-percentage-over-lowest-price |
totalLocalStorageGb | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :total-local-storage-gb |
vCpuCount | software.amazon.awscdk.services.ec2.CfnSpotFleet$VCpuCountRangeRequestProperty | cdk.support/lookup-entry | :v-cpu-count |
The build-cfn-spot-fleet-instance-requirements-request-property-builder function updates a CfnSpotFleet$InstanceRequirementsRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$InstanceRequirementsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.services.ec2.CfnSpotFleet$AcceleratorCountRequestProperty | [[cdk.support/lookup-entry]] | `:accelerator-count` | | `acceleratorManufacturers` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-manufacturers` | | `acceleratorNames` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-names` | | `acceleratorTotalMemoryMiB` | software.amazon.awscdk.services.ec2.CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty | [[cdk.support/lookup-entry]] | `:accelerator-total-memory-mi-b` | | `acceleratorTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:accelerator-types` | | `allowedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-instance-types` | | `bareMetal` | java.lang.String | [[cdk.support/lookup-entry]] | `:bare-metal` | | `baselineEbsBandwidthMbps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:baseline-ebs-bandwidth-mbps` | | `burstablePerformance` | java.lang.String | [[cdk.support/lookup-entry]] | `:burstable-performance` | | `cpuManufacturers` | java.util.List | [[cdk.support/lookup-entry]] | `:cpu-manufacturers` | | `excludedInstanceTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:excluded-instance-types` | | `instanceGenerations` | java.util.List | [[cdk.support/lookup-entry]] | `:instance-generations` | | `localStorage` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-storage` | | `localStorageTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:local-storage-types` | | `maxSpotPriceAsPercentageOfOptimalOnDemandPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-spot-price-as-percentage-of-optimal-on-demand-price` | | `memoryGiBPerVCpu` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:memory-gi-b-per-v-cpu` | | `memoryMiB` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:memory-mi-b` | | `networkBandwidthGbps` | software.amazon.awscdk.services.ec2.CfnSpotFleet$NetworkBandwidthGbpsRequestProperty | [[cdk.support/lookup-entry]] | `:network-bandwidth-gbps` | | `networkInterfaceCount` | software.amazon.awscdk.services.ec2.CfnSpotFleet$NetworkInterfaceCountRequestProperty | [[cdk.support/lookup-entry]] | `:network-interface-count` | | `onDemandMaxPricePercentageOverLowestPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:on-demand-max-price-percentage-over-lowest-price` | | `requireHibernateSupport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:require-hibernate-support` | | `spotMaxPricePercentageOverLowestPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:spot-max-price-percentage-over-lowest-price` | | `totalLocalStorageGb` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:total-local-storage-gb` | | `vCpuCount` | software.amazon.awscdk.services.ec2.CfnSpotFleet$VCpuCountRangeRequestProperty | [[cdk.support/lookup-entry]] | `:v-cpu-count` |
(build-cfn-spot-fleet-launch-template-config-property-builder builder id config)
The build-cfn-spot-fleet-launch-template-config-property-builder function updates a CfnSpotFleet$LaunchTemplateConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$LaunchTemplateConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-template-specification |
overrides | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :overrides |
The build-cfn-spot-fleet-launch-template-config-property-builder function updates a CfnSpotFleet$LaunchTemplateConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$LaunchTemplateConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-template-specification` | | `overrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:overrides` |
(build-cfn-spot-fleet-launch-template-overrides-property-builder builder
id
config)
The build-cfn-spot-fleet-launch-template-overrides-property-builder function updates a CfnSpotFleet$LaunchTemplateOverridesProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$LaunchTemplateOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
instanceRequirements | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :instance-requirements |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
spotPrice | java.lang.String | cdk.support/lookup-entry | :spot-price |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
weightedCapacity | java.lang.Number | cdk.support/lookup-entry | :weighted-capacity |
The build-cfn-spot-fleet-launch-template-overrides-property-builder function updates a CfnSpotFleet$LaunchTemplateOverridesProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$LaunchTemplateOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `instanceRequirements` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:instance-requirements` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `spotPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:spot-price` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `weightedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weighted-capacity` |
(build-cfn-spot-fleet-load-balancers-config-property-builder builder id config)
The build-cfn-spot-fleet-load-balancers-config-property-builder function updates a CfnSpotFleet$LoadBalancersConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$LoadBalancersConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
classicLoadBalancersConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :classic-load-balancers-config |
targetGroupsConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-groups-config |
The build-cfn-spot-fleet-load-balancers-config-property-builder function updates a CfnSpotFleet$LoadBalancersConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$LoadBalancersConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `classicLoadBalancersConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:classic-load-balancers-config` | | `targetGroupsConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-groups-config` |
(build-cfn-spot-fleet-memory-gi-b-per-v-cpu-request-property-builder builder
id
config)
The build-cfn-spot-fleet-memory-gi-b-per-v-cpu-request-property-builder function updates a CfnSpotFleet$MemoryGiBPerVCpuRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$MemoryGiBPerVCpuRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-memory-gi-b-per-v-cpu-request-property-builder function updates a CfnSpotFleet$MemoryGiBPerVCpuRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$MemoryGiBPerVCpuRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-memory-mi-b-request-property-builder builder id config)
The build-cfn-spot-fleet-memory-mi-b-request-property-builder function updates a CfnSpotFleet$MemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$MemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-memory-mi-b-request-property-builder function updates a CfnSpotFleet$MemoryMiBRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$MemoryMiBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-network-bandwidth-gbps-request-property-builder builder
id
config)
The build-cfn-spot-fleet-network-bandwidth-gbps-request-property-builder function updates a CfnSpotFleet$NetworkBandwidthGbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$NetworkBandwidthGbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-network-bandwidth-gbps-request-property-builder function updates a CfnSpotFleet$NetworkBandwidthGbpsRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$NetworkBandwidthGbpsRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-network-interface-count-request-property-builder builder
id
config)
The build-cfn-spot-fleet-network-interface-count-request-property-builder function updates a CfnSpotFleet$NetworkInterfaceCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$NetworkInterfaceCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-network-interface-count-request-property-builder function updates a CfnSpotFleet$NetworkInterfaceCountRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$NetworkInterfaceCountRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-private-ip-address-specification-property-builder builder
id
config)
The build-cfn-spot-fleet-private-ip-address-specification-property-builder function updates a CfnSpotFleet$PrivateIpAddressSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$PrivateIpAddressSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
primary | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :primary |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
The build-cfn-spot-fleet-private-ip-address-specification-property-builder function updates a CfnSpotFleet$PrivateIpAddressSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$PrivateIpAddressSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `primary` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` |
(build-cfn-spot-fleet-props-builder builder id config)
The build-cfn-spot-fleet-props-builder function updates a CfnSpotFleetProps$Builder instance using the provided configuration. The function takes the CfnSpotFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
spotFleetRequestConfigData | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :spot-fleet-request-config-data |
The build-cfn-spot-fleet-props-builder function updates a CfnSpotFleetProps$Builder instance using the provided configuration. The function takes the CfnSpotFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `spotFleetRequestConfigData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spot-fleet-request-config-data` |
(build-cfn-spot-fleet-spot-capacity-rebalance-property-builder builder
id
config)
The build-cfn-spot-fleet-spot-capacity-rebalance-property-builder function updates a CfnSpotFleet$SpotCapacityRebalanceProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotCapacityRebalanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
replacementStrategy | java.lang.String | cdk.support/lookup-entry | :replacement-strategy |
terminationDelay | java.lang.Number | cdk.support/lookup-entry | :termination-delay |
The build-cfn-spot-fleet-spot-capacity-rebalance-property-builder function updates a CfnSpotFleet$SpotCapacityRebalanceProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotCapacityRebalanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `replacementStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:replacement-strategy` | | `terminationDelay` | java.lang.Number | [[cdk.support/lookup-entry]] | `:termination-delay` |
(build-cfn-spot-fleet-spot-fleet-launch-specification-property-builder builder
id
config)
The build-cfn-spot-fleet-spot-fleet-launch-specification-property-builder function updates a CfnSpotFleet$SpotFleetLaunchSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetLaunchSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
blockDeviceMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :block-device-mappings |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
iamInstanceProfile | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :iam-instance-profile |
imageId | java.lang.String | cdk.support/lookup-entry | :image-id |
instanceRequirements | software.amazon.awscdk.services.ec2.CfnSpotFleet$InstanceRequirementsRequestProperty | cdk.support/lookup-entry | :instance-requirements |
instanceType | java.lang.String | cdk.support/lookup-entry | :instance-type |
kernelId | java.lang.String | cdk.support/lookup-entry | :kernel-id |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
monitoring | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :monitoring |
networkInterfaces | java.util.List | cdk.support/lookup-entry | :network-interfaces |
placement | software.amazon.awscdk.services.ec2.CfnSpotFleet$SpotPlacementProperty | cdk.support/lookup-entry | :placement |
ramdiskId | java.lang.String | cdk.support/lookup-entry | :ramdisk-id |
securityGroups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :security-groups |
spotPrice | java.lang.String | cdk.support/lookup-entry | :spot-price |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
userData | java.lang.String | cdk.support/lookup-entry | :user-data |
weightedCapacity | java.lang.Number | cdk.support/lookup-entry | :weighted-capacity |
The build-cfn-spot-fleet-spot-fleet-launch-specification-property-builder function updates a CfnSpotFleet$SpotFleetLaunchSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetLaunchSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `blockDeviceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:block-device-mappings` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `iamInstanceProfile` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iam-instance-profile` | | `imageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-id` | | `instanceRequirements` | software.amazon.awscdk.services.ec2.CfnSpotFleet$InstanceRequirementsRequestProperty | [[cdk.support/lookup-entry]] | `:instance-requirements` | | `instanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-type` | | `kernelId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kernel-id` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `monitoring` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monitoring` | | `networkInterfaces` | java.util.List | [[cdk.support/lookup-entry]] | `:network-interfaces` | | `placement` | software.amazon.awscdk.services.ec2.CfnSpotFleet$SpotPlacementProperty | [[cdk.support/lookup-entry]] | `:placement` | | `ramdiskId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ramdisk-id` | | `securityGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:security-groups` | | `spotPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:spot-price` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` | | `weightedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weighted-capacity` |
(build-cfn-spot-fleet-spot-fleet-monitoring-property-builder builder id config)
The build-cfn-spot-fleet-spot-fleet-monitoring-property-builder function updates a CfnSpotFleet$SpotFleetMonitoringProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetMonitoringProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-spot-fleet-spot-fleet-monitoring-property-builder function updates a CfnSpotFleet$SpotFleetMonitoringProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetMonitoringProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-spot-fleet-spot-fleet-request-config-data-property-builder builder
id
config)
The build-cfn-spot-fleet-spot-fleet-request-config-data-property-builder function updates a CfnSpotFleet$SpotFleetRequestConfigDataProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetRequestConfigDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocationStrategy | java.lang.String | cdk.support/lookup-entry | :allocation-strategy |
context | java.lang.String | cdk.support/lookup-entry | :context |
excessCapacityTerminationPolicy | java.lang.String | cdk.support/lookup-entry | :excess-capacity-termination-policy |
iamFleetRole | java.lang.String | cdk.support/lookup-entry | :iam-fleet-role |
instanceInterruptionBehavior | java.lang.String | cdk.support/lookup-entry | :instance-interruption-behavior |
instancePoolsToUseCount | java.lang.Number | cdk.support/lookup-entry | :instance-pools-to-use-count |
launchSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :launch-specifications |
launchTemplateConfigs | java.util.List | cdk.support/lookup-entry | :launch-template-configs |
loadBalancersConfig | software.amazon.awscdk.services.ec2.CfnSpotFleet$LoadBalancersConfigProperty | cdk.support/lookup-entry | :load-balancers-config |
onDemandAllocationStrategy | java.lang.String | cdk.support/lookup-entry | :on-demand-allocation-strategy |
onDemandMaxTotalPrice | java.lang.String | cdk.support/lookup-entry | :on-demand-max-total-price |
onDemandTargetCapacity | java.lang.Number | cdk.support/lookup-entry | :on-demand-target-capacity |
replaceUnhealthyInstances | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :replace-unhealthy-instances |
spotMaintenanceStrategies | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :spot-maintenance-strategies |
spotMaxTotalPrice | java.lang.String | cdk.support/lookup-entry | :spot-max-total-price |
spotPrice | java.lang.String | cdk.support/lookup-entry | :spot-price |
tagSpecifications | java.util.List | cdk.support/lookup-entry | :tag-specifications |
targetCapacity | java.lang.Number | cdk.support/lookup-entry | :target-capacity |
targetCapacityUnitType | java.lang.String | cdk.support/lookup-entry | :target-capacity-unit-type |
terminateInstancesWithExpiration | java.lang.Boolean | cdk.support/lookup-entry | :terminate-instances-with-expiration |
type | java.lang.String | cdk.support/lookup-entry | :type |
validFrom | java.lang.String | cdk.support/lookup-entry | :valid-from |
validUntil | java.lang.String | cdk.support/lookup-entry | :valid-until |
The build-cfn-spot-fleet-spot-fleet-request-config-data-property-builder function updates a CfnSpotFleet$SpotFleetRequestConfigDataProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetRequestConfigDataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-strategy` | | `context` | java.lang.String | [[cdk.support/lookup-entry]] | `:context` | | `excessCapacityTerminationPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:excess-capacity-termination-policy` | | `iamFleetRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-fleet-role` | | `instanceInterruptionBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-interruption-behavior` | | `instancePoolsToUseCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-pools-to-use-count` | | `launchSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:launch-specifications` | | `launchTemplateConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:launch-template-configs` | | `loadBalancersConfig` | software.amazon.awscdk.services.ec2.CfnSpotFleet$LoadBalancersConfigProperty | [[cdk.support/lookup-entry]] | `:load-balancers-config` | | `onDemandAllocationStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-demand-allocation-strategy` | | `onDemandMaxTotalPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-demand-max-total-price` | | `onDemandTargetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:on-demand-target-capacity` | | `replaceUnhealthyInstances` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replace-unhealthy-instances` | | `spotMaintenanceStrategies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spot-maintenance-strategies` | | `spotMaxTotalPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:spot-max-total-price` | | `spotPrice` | java.lang.String | [[cdk.support/lookup-entry]] | `:spot-price` | | `tagSpecifications` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-specifications` | | `targetCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-capacity` | | `targetCapacityUnitType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-capacity-unit-type` | | `terminateInstancesWithExpiration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:terminate-instances-with-expiration` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `validFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:valid-from` | | `validUntil` | java.lang.String | [[cdk.support/lookup-entry]] | `:valid-until` |
(build-cfn-spot-fleet-spot-fleet-tag-specification-property-builder builder
id
config)
The build-cfn-spot-fleet-spot-fleet-tag-specification-property-builder function updates a CfnSpotFleet$SpotFleetTagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetTagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
resourceType | java.lang.String | cdk.support/lookup-entry | :resource-type |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-spot-fleet-spot-fleet-tag-specification-property-builder function updates a CfnSpotFleet$SpotFleetTagSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotFleetTagSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-spot-fleet-spot-maintenance-strategies-property-builder builder
id
config)
The build-cfn-spot-fleet-spot-maintenance-strategies-property-builder function updates a CfnSpotFleet$SpotMaintenanceStrategiesProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotMaintenanceStrategiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacityRebalance | software.amazon.awscdk.services.ec2.CfnSpotFleet$SpotCapacityRebalanceProperty | cdk.support/lookup-entry | :capacity-rebalance |
The build-cfn-spot-fleet-spot-maintenance-strategies-property-builder function updates a CfnSpotFleet$SpotMaintenanceStrategiesProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotMaintenanceStrategiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacityRebalance` | software.amazon.awscdk.services.ec2.CfnSpotFleet$SpotCapacityRebalanceProperty | [[cdk.support/lookup-entry]] | `:capacity-rebalance` |
(build-cfn-spot-fleet-spot-placement-property-builder builder id config)
The build-cfn-spot-fleet-spot-placement-property-builder function updates a CfnSpotFleet$SpotPlacementProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotPlacementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
groupName | java.lang.String | cdk.support/lookup-entry | :group-name |
tenancy | java.lang.String | cdk.support/lookup-entry | :tenancy |
The build-cfn-spot-fleet-spot-placement-property-builder function updates a CfnSpotFleet$SpotPlacementProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$SpotPlacementProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `groupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-name` | | `tenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenancy` |
(build-cfn-spot-fleet-target-group-property-builder builder id config)
The build-cfn-spot-fleet-target-group-property-builder function updates a CfnSpotFleet$TargetGroupProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$TargetGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
The build-cfn-spot-fleet-target-group-property-builder function updates a CfnSpotFleet$TargetGroupProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$TargetGroupProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
(build-cfn-spot-fleet-target-groups-config-property-builder builder id config)
The build-cfn-spot-fleet-target-groups-config-property-builder function updates a CfnSpotFleet$TargetGroupsConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$TargetGroupsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
targetGroups | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-groups |
The build-cfn-spot-fleet-target-groups-config-property-builder function updates a CfnSpotFleet$TargetGroupsConfigProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$TargetGroupsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `targetGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-groups` |
(build-cfn-spot-fleet-total-local-storage-gb-request-property-builder builder
id
config)
The build-cfn-spot-fleet-total-local-storage-gb-request-property-builder function updates a CfnSpotFleet$TotalLocalStorageGBRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$TotalLocalStorageGBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-total-local-storage-gb-request-property-builder function updates a CfnSpotFleet$TotalLocalStorageGBRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$TotalLocalStorageGBRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-spot-fleet-v-cpu-count-range-request-property-builder builder
id
config)
The build-cfn-spot-fleet-v-cpu-count-range-request-property-builder function updates a CfnSpotFleet$VCpuCountRangeRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$VCpuCountRangeRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-spot-fleet-v-cpu-count-range-request-property-builder function updates a CfnSpotFleet$VCpuCountRangeRequestProperty$Builder instance using the provided configuration. The function takes the CfnSpotFleet$VCpuCountRangeRequestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-subnet-builder builder id config)
The build-cfn-subnet-builder function updates a CfnSubnet$Builder instance using the provided configuration. The function takes the CfnSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
availabilityZoneId | java.lang.String | cdk.support/lookup-entry | :availability-zone-id |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
enableDns64 | java.lang.Boolean | cdk.support/lookup-entry | :enable-dns64 |
enableLniAtDeviceIndex | java.lang.Number | cdk.support/lookup-entry | :enable-lni-at-device-index |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
ipv6CidrBlocks | java.util.List | cdk.support/lookup-entry | :ipv6-cidr-blocks |
ipv6IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv6-ipam-pool-id |
ipv6Native | java.lang.Boolean | cdk.support/lookup-entry | :ipv6-native |
ipv6NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv6-netmask-length |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
outpostArn | java.lang.String | cdk.support/lookup-entry | :outpost-arn |
privateDnsNameOptionsOnLaunch | java.lang.Object | cdk.support/lookup-entry | :private-dns-name-options-on-launch |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-subnet-builder function updates a CfnSubnet$Builder instance using the provided configuration. The function takes the CfnSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `availabilityZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-id` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `enableDns64` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-dns64` | | `enableLniAtDeviceIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:enable-lni-at-device-index` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `ipv6CidrBlocks` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-cidr-blocks` | | `ipv6IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-ipam-pool-id` | | `ipv6Native` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-native` | | `ipv6NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-netmask-length` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `outpostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-arn` | | `privateDnsNameOptionsOnLaunch` | java.lang.Object | [[cdk.support/lookup-entry]] | `:private-dns-name-options-on-launch` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-subnet-cidr-block-builder builder id config)
The build-cfn-subnet-cidr-block-builder function updates a CfnSubnetCidrBlock$Builder instance using the provided configuration. The function takes the CfnSubnetCidrBlock$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
ipv6IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv6-ipam-pool-id |
ipv6NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv6-netmask-length |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-subnet-cidr-block-builder function updates a CfnSubnetCidrBlock$Builder instance using the provided configuration. The function takes the CfnSubnetCidrBlock$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `ipv6IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-ipam-pool-id` | | `ipv6NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-netmask-length` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-subnet-cidr-block-props-builder builder id config)
The build-cfn-subnet-cidr-block-props-builder function updates a CfnSubnetCidrBlockProps$Builder instance using the provided configuration. The function takes the CfnSubnetCidrBlockProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
ipv6IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv6-ipam-pool-id |
ipv6NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv6-netmask-length |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-subnet-cidr-block-props-builder function updates a CfnSubnetCidrBlockProps$Builder instance using the provided configuration. The function takes the CfnSubnetCidrBlockProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `ipv6IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-ipam-pool-id` | | `ipv6NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-netmask-length` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-subnet-network-acl-association-builder builder id config)
The build-cfn-subnet-network-acl-association-builder function updates a CfnSubnetNetworkAclAssociation$Builder instance using the provided configuration. The function takes the CfnSubnetNetworkAclAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkAclId | java.lang.String | cdk.support/lookup-entry | :network-acl-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-subnet-network-acl-association-builder function updates a CfnSubnetNetworkAclAssociation$Builder instance using the provided configuration. The function takes the CfnSubnetNetworkAclAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkAclId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-subnet-network-acl-association-props-builder builder id config)
The build-cfn-subnet-network-acl-association-props-builder function updates a CfnSubnetNetworkAclAssociationProps$Builder instance using the provided configuration. The function takes the CfnSubnetNetworkAclAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkAclId | java.lang.String | cdk.support/lookup-entry | :network-acl-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-subnet-network-acl-association-props-builder function updates a CfnSubnetNetworkAclAssociationProps$Builder instance using the provided configuration. The function takes the CfnSubnetNetworkAclAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkAclId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-subnet-private-dns-name-options-on-launch-property-builder builder
id
config)
The build-cfn-subnet-private-dns-name-options-on-launch-property-builder function updates a CfnSubnet$PrivateDnsNameOptionsOnLaunchProperty$Builder instance using the provided configuration. The function takes the CfnSubnet$PrivateDnsNameOptionsOnLaunchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enableResourceNameDnsARecord | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-resource-name-dns-a-record |
enableResourceNameDnsAaaaRecord | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-resource-name-dns-aaaa-record |
hostnameType | java.lang.String | cdk.support/lookup-entry | :hostname-type |
The build-cfn-subnet-private-dns-name-options-on-launch-property-builder function updates a CfnSubnet$PrivateDnsNameOptionsOnLaunchProperty$Builder instance using the provided configuration. The function takes the CfnSubnet$PrivateDnsNameOptionsOnLaunchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enableResourceNameDnsARecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-resource-name-dns-a-record` | | `enableResourceNameDnsAaaaRecord` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-resource-name-dns-aaaa-record` | | `hostnameType` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname-type` |
(build-cfn-subnet-props-builder builder id config)
The build-cfn-subnet-props-builder function updates a CfnSubnetProps$Builder instance using the provided configuration. The function takes the CfnSubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
availabilityZoneId | java.lang.String | cdk.support/lookup-entry | :availability-zone-id |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
enableDns64 | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-dns64 |
enableLniAtDeviceIndex | java.lang.Number | cdk.support/lookup-entry | :enable-lni-at-device-index |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
ipv6CidrBlocks | java.util.List | cdk.support/lookup-entry | :ipv6-cidr-blocks |
ipv6IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv6-ipam-pool-id |
ipv6Native | java.lang.Boolean | cdk.support/lookup-entry | :ipv6-native |
ipv6NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv6-netmask-length |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
outpostArn | java.lang.String | cdk.support/lookup-entry | :outpost-arn |
privateDnsNameOptionsOnLaunch | java.lang.Object | cdk.support/lookup-entry | :private-dns-name-options-on-launch |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-subnet-props-builder function updates a CfnSubnetProps$Builder instance using the provided configuration. The function takes the CfnSubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `availabilityZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone-id` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `enableDns64` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-dns64` | | `enableLniAtDeviceIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:enable-lni-at-device-index` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `ipv6CidrBlocks` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-cidr-blocks` | | `ipv6IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-ipam-pool-id` | | `ipv6Native` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-native` | | `ipv6NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-netmask-length` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `outpostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-arn` | | `privateDnsNameOptionsOnLaunch` | java.lang.Object | [[cdk.support/lookup-entry]] | `:private-dns-name-options-on-launch` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-subnet-route-table-association-builder builder id config)
The build-cfn-subnet-route-table-association-builder function updates a CfnSubnetRouteTableAssociation$Builder instance using the provided configuration. The function takes the CfnSubnetRouteTableAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-subnet-route-table-association-builder function updates a CfnSubnetRouteTableAssociation$Builder instance using the provided configuration. The function takes the CfnSubnetRouteTableAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-subnet-route-table-association-props-builder builder id config)
The build-cfn-subnet-route-table-association-props-builder function updates a CfnSubnetRouteTableAssociationProps$Builder instance using the provided configuration. The function takes the CfnSubnetRouteTableAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-subnet-route-table-association-props-builder function updates a CfnSubnetRouteTableAssociationProps$Builder instance using the provided configuration. The function takes the CfnSubnetRouteTableAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-traffic-mirror-filter-builder builder id config)
The build-cfn-traffic-mirror-filter-builder function updates a CfnTrafficMirrorFilter$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
networkServices | java.util.List | cdk.support/lookup-entry | :network-services |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-traffic-mirror-filter-builder function updates a CfnTrafficMirrorFilter$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `networkServices` | java.util.List | [[cdk.support/lookup-entry]] | `:network-services` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-traffic-mirror-filter-props-builder builder id config)
The build-cfn-traffic-mirror-filter-props-builder function updates a CfnTrafficMirrorFilterProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
networkServices | java.util.List | cdk.support/lookup-entry | :network-services |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-traffic-mirror-filter-props-builder function updates a CfnTrafficMirrorFilterProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `networkServices` | java.util.List | [[cdk.support/lookup-entry]] | `:network-services` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-traffic-mirror-filter-rule-builder builder id config)
The build-cfn-traffic-mirror-filter-rule-builder function updates a CfnTrafficMirrorFilterRule$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
destinationPortRange | software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty | cdk.support/lookup-entry | :destination-port-range |
protocol | java.lang.Number | cdk.support/lookup-entry | :protocol |
ruleAction | java.lang.String | cdk.support/lookup-entry | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
sourceCidrBlock | java.lang.String | cdk.support/lookup-entry | :source-cidr-block |
sourcePortRange | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :source-port-range |
trafficDirection | java.lang.String | cdk.support/lookup-entry | :traffic-direction |
trafficMirrorFilterId | java.lang.String | cdk.support/lookup-entry | :traffic-mirror-filter-id |
The build-cfn-traffic-mirror-filter-rule-builder function updates a CfnTrafficMirrorFilterRule$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `destinationPortRange` | software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty | [[cdk.support/lookup-entry]] | `:destination-port-range` | | `protocol` | java.lang.Number | [[cdk.support/lookup-entry]] | `:protocol` | | `ruleAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` | | `sourceCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-cidr-block` | | `sourcePortRange` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-port-range` | | `trafficDirection` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-direction` | | `trafficMirrorFilterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-mirror-filter-id` |
(build-cfn-traffic-mirror-filter-rule-props-builder builder id config)
The build-cfn-traffic-mirror-filter-rule-props-builder function updates a CfnTrafficMirrorFilterRuleProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
destinationPortRange | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :destination-port-range |
protocol | java.lang.Number | cdk.support/lookup-entry | :protocol |
ruleAction | java.lang.String | cdk.support/lookup-entry | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
sourceCidrBlock | java.lang.String | cdk.support/lookup-entry | :source-cidr-block |
sourcePortRange | software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty | cdk.support/lookup-entry | :source-port-range |
trafficDirection | java.lang.String | cdk.support/lookup-entry | :traffic-direction |
trafficMirrorFilterId | java.lang.String | cdk.support/lookup-entry | :traffic-mirror-filter-id |
The build-cfn-traffic-mirror-filter-rule-props-builder function updates a CfnTrafficMirrorFilterRuleProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `destinationPortRange` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-port-range` | | `protocol` | java.lang.Number | [[cdk.support/lookup-entry]] | `:protocol` | | `ruleAction` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` | | `sourceCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-cidr-block` | | `sourcePortRange` | software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty | [[cdk.support/lookup-entry]] | `:source-port-range` | | `trafficDirection` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-direction` | | `trafficMirrorFilterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-mirror-filter-id` |
(build-cfn-traffic-mirror-filter-rule-traffic-mirror-port-range-property-builder
builder
id
config)
The build-cfn-traffic-mirror-filter-rule-traffic-mirror-port-range-property-builder function updates a CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-cfn-traffic-mirror-filter-rule-traffic-mirror-port-range-property-builder function updates a CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-cfn-traffic-mirror-session-builder builder id config)
The build-cfn-traffic-mirror-session-builder function updates a CfnTrafficMirrorSession$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorSession$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
packetLength | java.lang.Number | cdk.support/lookup-entry | :packet-length |
sessionNumber | java.lang.Number | cdk.support/lookup-entry | :session-number |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trafficMirrorFilterId | java.lang.String | cdk.support/lookup-entry | :traffic-mirror-filter-id |
trafficMirrorTargetId | java.lang.String | cdk.support/lookup-entry | :traffic-mirror-target-id |
virtualNetworkId | java.lang.Number | cdk.support/lookup-entry | :virtual-network-id |
The build-cfn-traffic-mirror-session-builder function updates a CfnTrafficMirrorSession$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorSession$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `packetLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:packet-length` | | `sessionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session-number` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trafficMirrorFilterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-mirror-filter-id` | | `trafficMirrorTargetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-mirror-target-id` | | `virtualNetworkId` | java.lang.Number | [[cdk.support/lookup-entry]] | `:virtual-network-id` |
(build-cfn-traffic-mirror-session-props-builder builder id config)
The build-cfn-traffic-mirror-session-props-builder function updates a CfnTrafficMirrorSessionProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorSessionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
packetLength | java.lang.Number | cdk.support/lookup-entry | :packet-length |
sessionNumber | java.lang.Number | cdk.support/lookup-entry | :session-number |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trafficMirrorFilterId | java.lang.String | cdk.support/lookup-entry | :traffic-mirror-filter-id |
trafficMirrorTargetId | java.lang.String | cdk.support/lookup-entry | :traffic-mirror-target-id |
virtualNetworkId | java.lang.Number | cdk.support/lookup-entry | :virtual-network-id |
The build-cfn-traffic-mirror-session-props-builder function updates a CfnTrafficMirrorSessionProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorSessionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `packetLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:packet-length` | | `sessionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session-number` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trafficMirrorFilterId` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-mirror-filter-id` | | `trafficMirrorTargetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:traffic-mirror-target-id` | | `virtualNetworkId` | java.lang.Number | [[cdk.support/lookup-entry]] | `:virtual-network-id` |
(build-cfn-traffic-mirror-target-builder builder id config)
The build-cfn-traffic-mirror-target-builder function updates a CfnTrafficMirrorTarget$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
gatewayLoadBalancerEndpointId | java.lang.String | cdk.support/lookup-entry | :gateway-load-balancer-endpoint-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
networkLoadBalancerArn | java.lang.String | cdk.support/lookup-entry | :network-load-balancer-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-traffic-mirror-target-builder function updates a CfnTrafficMirrorTarget$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorTarget$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `gatewayLoadBalancerEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-load-balancer-endpoint-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `networkLoadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-load-balancer-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-traffic-mirror-target-props-builder builder id config)
The build-cfn-traffic-mirror-target-props-builder function updates a CfnTrafficMirrorTargetProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
gatewayLoadBalancerEndpointId | java.lang.String | cdk.support/lookup-entry | :gateway-load-balancer-endpoint-id |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
networkLoadBalancerArn | java.lang.String | cdk.support/lookup-entry | :network-load-balancer-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-traffic-mirror-target-props-builder function updates a CfnTrafficMirrorTargetProps$Builder instance using the provided configuration. The function takes the CfnTrafficMirrorTargetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `gatewayLoadBalancerEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-load-balancer-endpoint-id` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `networkLoadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-load-balancer-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-transit-gateway-attachment-builder builder id config)
The build-cfn-transit-gateway-attachment-builder function updates a CfnTransitGatewayAttachment$Builder instance using the provided configuration. The function takes the CfnTransitGatewayAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
options | java.lang.Object | cdk.support/lookup-entry | :options |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-transit-gateway-attachment-builder function updates a CfnTransitGatewayAttachment$Builder instance using the provided configuration. The function takes the CfnTransitGatewayAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `options` | java.lang.Object | [[cdk.support/lookup-entry]] | `:options` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-transit-gateway-attachment-options-property-builder builder
id
config)
The build-cfn-transit-gateway-attachment-options-property-builder function updates a CfnTransitGatewayAttachment$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayAttachment$OptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
applianceModeSupport | java.lang.String | cdk.support/lookup-entry | :appliance-mode-support |
dnsSupport | java.lang.String | cdk.support/lookup-entry | :dns-support |
ipv6Support | java.lang.String | cdk.support/lookup-entry | :ipv6-support |
securityGroupReferencingSupport | java.lang.String | cdk.support/lookup-entry | :security-group-referencing-support |
The build-cfn-transit-gateway-attachment-options-property-builder function updates a CfnTransitGatewayAttachment$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayAttachment$OptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `applianceModeSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:appliance-mode-support` | | `dnsSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-support` | | `ipv6Support` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-support` | | `securityGroupReferencingSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-referencing-support` |
(build-cfn-transit-gateway-attachment-props-builder builder id config)
The build-cfn-transit-gateway-attachment-props-builder function updates a CfnTransitGatewayAttachmentProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
options | java.lang.Object | cdk.support/lookup-entry | :options |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-transit-gateway-attachment-props-builder function updates a CfnTransitGatewayAttachmentProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `options` | java.lang.Object | [[cdk.support/lookup-entry]] | `:options` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-transit-gateway-builder builder id config)
The build-cfn-transit-gateway-builder function updates a CfnTransitGateway$Builder instance using the provided configuration. The function takes the CfnTransitGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonSideAsn | java.lang.Number | cdk.support/lookup-entry | :amazon-side-asn |
associationDefaultRouteTableId | java.lang.String | cdk.support/lookup-entry | :association-default-route-table-id |
autoAcceptSharedAttachments | java.lang.String | cdk.support/lookup-entry | :auto-accept-shared-attachments |
defaultRouteTableAssociation | java.lang.String | cdk.support/lookup-entry | :default-route-table-association |
defaultRouteTablePropagation | java.lang.String | cdk.support/lookup-entry | :default-route-table-propagation |
description | java.lang.String | cdk.support/lookup-entry | :description |
dnsSupport | java.lang.String | cdk.support/lookup-entry | :dns-support |
multicastSupport | java.lang.String | cdk.support/lookup-entry | :multicast-support |
propagationDefaultRouteTableId | java.lang.String | cdk.support/lookup-entry | :propagation-default-route-table-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayCidrBlocks | java.util.List | cdk.support/lookup-entry | :transit-gateway-cidr-blocks |
vpnEcmpSupport | java.lang.String | cdk.support/lookup-entry | :vpn-ecmp-support |
The build-cfn-transit-gateway-builder function updates a CfnTransitGateway$Builder instance using the provided configuration. The function takes the CfnTransitGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonSideAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amazon-side-asn` | | `associationDefaultRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-default-route-table-id` | | `autoAcceptSharedAttachments` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-accept-shared-attachments` | | `defaultRouteTableAssociation` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-route-table-association` | | `defaultRouteTablePropagation` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-route-table-propagation` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dnsSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-support` | | `multicastSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:multicast-support` | | `propagationDefaultRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagation-default-route-table-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayCidrBlocks` | java.util.List | [[cdk.support/lookup-entry]] | `:transit-gateway-cidr-blocks` | | `vpnEcmpSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-ecmp-support` |
(build-cfn-transit-gateway-connect-builder builder id config)
The build-cfn-transit-gateway-connect-builder function updates a CfnTransitGatewayConnect$Builder instance using the provided configuration. The function takes the CfnTransitGatewayConnect$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
options | software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty | cdk.support/lookup-entry | :options |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transportTransitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transport-transit-gateway-attachment-id |
The build-cfn-transit-gateway-connect-builder function updates a CfnTransitGatewayConnect$Builder instance using the provided configuration. The function takes the CfnTransitGatewayConnect$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `options` | software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty | [[cdk.support/lookup-entry]] | `:options` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transportTransitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transport-transit-gateway-attachment-id` |
(build-cfn-transit-gateway-connect-props-builder builder id config)
The build-cfn-transit-gateway-connect-props-builder function updates a CfnTransitGatewayConnectProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayConnectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
options | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :options |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transportTransitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transport-transit-gateway-attachment-id |
The build-cfn-transit-gateway-connect-props-builder function updates a CfnTransitGatewayConnectProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayConnectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `options` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:options` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transportTransitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transport-transit-gateway-attachment-id` |
(build-cfn-transit-gateway-connect-transit-gateway-connect-options-property-builder
builder
id
config)
The build-cfn-transit-gateway-connect-transit-gateway-connect-options-property-builder function updates a CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
The build-cfn-transit-gateway-connect-transit-gateway-connect-options-property-builder function updates a CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
(build-cfn-transit-gateway-multicast-domain-association-builder builder
id
config)
The build-cfn-transit-gateway-multicast-domain-association-builder function updates a CfnTransitGatewayMulticastDomainAssociation$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomainAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayMulticastDomainId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-multicast-domain-id |
The build-cfn-transit-gateway-multicast-domain-association-builder function updates a CfnTransitGatewayMulticastDomainAssociation$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomainAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayMulticastDomainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-multicast-domain-id` |
(build-cfn-transit-gateway-multicast-domain-association-props-builder builder
id
config)
The build-cfn-transit-gateway-multicast-domain-association-props-builder function updates a CfnTransitGatewayMulticastDomainAssociationProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomainAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayMulticastDomainId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-multicast-domain-id |
The build-cfn-transit-gateway-multicast-domain-association-props-builder function updates a CfnTransitGatewayMulticastDomainAssociationProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomainAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayMulticastDomainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-multicast-domain-id` |
(build-cfn-transit-gateway-multicast-domain-builder builder id config)
The build-cfn-transit-gateway-multicast-domain-builder function updates a CfnTransitGatewayMulticastDomain$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomain$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
options | java.lang.Object | cdk.support/lookup-entry | :options |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
The build-cfn-transit-gateway-multicast-domain-builder function updates a CfnTransitGatewayMulticastDomain$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomain$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `options` | java.lang.Object | [[cdk.support/lookup-entry]] | `:options` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` |
(build-cfn-transit-gateway-multicast-domain-options-property-builder builder
id
config)
The build-cfn-transit-gateway-multicast-domain-options-property-builder function updates a CfnTransitGatewayMulticastDomain$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomain$OptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoAcceptSharedAssociations | java.lang.String | cdk.support/lookup-entry | :auto-accept-shared-associations |
igmpv2Support | java.lang.String | cdk.support/lookup-entry | :igmpv2-support |
staticSourcesSupport | java.lang.String | cdk.support/lookup-entry | :static-sources-support |
The build-cfn-transit-gateway-multicast-domain-options-property-builder function updates a CfnTransitGatewayMulticastDomain$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomain$OptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoAcceptSharedAssociations` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-accept-shared-associations` | | `igmpv2Support` | java.lang.String | [[cdk.support/lookup-entry]] | `:igmpv2-support` | | `staticSourcesSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:static-sources-support` |
(build-cfn-transit-gateway-multicast-domain-props-builder builder id config)
The build-cfn-transit-gateway-multicast-domain-props-builder function updates a CfnTransitGatewayMulticastDomainProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
options | java.lang.Object | cdk.support/lookup-entry | :options |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
The build-cfn-transit-gateway-multicast-domain-props-builder function updates a CfnTransitGatewayMulticastDomainProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `options` | java.lang.Object | [[cdk.support/lookup-entry]] | `:options` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` |
(build-cfn-transit-gateway-multicast-group-member-builder builder id config)
The build-cfn-transit-gateway-multicast-group-member-builder function updates a CfnTransitGatewayMulticastGroupMember$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupMember$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupIpAddress | java.lang.String | cdk.support/lookup-entry | :group-ip-address |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
transitGatewayMulticastDomainId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-multicast-domain-id |
The build-cfn-transit-gateway-multicast-group-member-builder function updates a CfnTransitGatewayMulticastGroupMember$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupMember$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-ip-address` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `transitGatewayMulticastDomainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-multicast-domain-id` |
(build-cfn-transit-gateway-multicast-group-member-props-builder builder
id
config)
The build-cfn-transit-gateway-multicast-group-member-props-builder function updates a CfnTransitGatewayMulticastGroupMemberProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupMemberProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupIpAddress | java.lang.String | cdk.support/lookup-entry | :group-ip-address |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
transitGatewayMulticastDomainId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-multicast-domain-id |
The build-cfn-transit-gateway-multicast-group-member-props-builder function updates a CfnTransitGatewayMulticastGroupMemberProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupMemberProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-ip-address` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `transitGatewayMulticastDomainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-multicast-domain-id` |
(build-cfn-transit-gateway-multicast-group-source-builder builder id config)
The build-cfn-transit-gateway-multicast-group-source-builder function updates a CfnTransitGatewayMulticastGroupSource$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupIpAddress | java.lang.String | cdk.support/lookup-entry | :group-ip-address |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
transitGatewayMulticastDomainId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-multicast-domain-id |
The build-cfn-transit-gateway-multicast-group-source-builder function updates a CfnTransitGatewayMulticastGroupSource$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-ip-address` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `transitGatewayMulticastDomainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-multicast-domain-id` |
(build-cfn-transit-gateway-multicast-group-source-props-builder builder
id
config)
The build-cfn-transit-gateway-multicast-group-source-props-builder function updates a CfnTransitGatewayMulticastGroupSourceProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groupIpAddress | java.lang.String | cdk.support/lookup-entry | :group-ip-address |
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
transitGatewayMulticastDomainId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-multicast-domain-id |
The build-cfn-transit-gateway-multicast-group-source-props-builder function updates a CfnTransitGatewayMulticastGroupSourceProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayMulticastGroupSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groupIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-ip-address` | | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `transitGatewayMulticastDomainId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-multicast-domain-id` |
(build-cfn-transit-gateway-peering-attachment-builder builder id config)
The build-cfn-transit-gateway-peering-attachment-builder function updates a CfnTransitGatewayPeeringAttachment$Builder instance using the provided configuration. The function takes the CfnTransitGatewayPeeringAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
peerAccountId | java.lang.String | cdk.support/lookup-entry | :peer-account-id |
peerRegion | java.lang.String | cdk.support/lookup-entry | :peer-region |
peerTransitGatewayId | java.lang.String | cdk.support/lookup-entry | :peer-transit-gateway-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
The build-cfn-transit-gateway-peering-attachment-builder function updates a CfnTransitGatewayPeeringAttachment$Builder instance using the provided configuration. The function takes the CfnTransitGatewayPeeringAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `peerAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-account-id` | | `peerRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-region` | | `peerTransitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-transit-gateway-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` |
(build-cfn-transit-gateway-peering-attachment-peering-attachment-status-property-builder
builder
id
config)
The build-cfn-transit-gateway-peering-attachment-peering-attachment-status-property-builder function updates a CfnTransitGatewayPeeringAttachment$PeeringAttachmentStatusProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayPeeringAttachment$PeeringAttachmentStatusProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
code | java.lang.String | cdk.support/lookup-entry | :code |
message | java.lang.String | cdk.support/lookup-entry | :message |
The build-cfn-transit-gateway-peering-attachment-peering-attachment-status-property-builder function updates a CfnTransitGatewayPeeringAttachment$PeeringAttachmentStatusProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayPeeringAttachment$PeeringAttachmentStatusProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `code` | java.lang.String | [[cdk.support/lookup-entry]] | `:code` | | `message` | java.lang.String | [[cdk.support/lookup-entry]] | `:message` |
(build-cfn-transit-gateway-peering-attachment-props-builder builder id config)
The build-cfn-transit-gateway-peering-attachment-props-builder function updates a CfnTransitGatewayPeeringAttachmentProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayPeeringAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
peerAccountId | java.lang.String | cdk.support/lookup-entry | :peer-account-id |
peerRegion | java.lang.String | cdk.support/lookup-entry | :peer-region |
peerTransitGatewayId | java.lang.String | cdk.support/lookup-entry | :peer-transit-gateway-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
The build-cfn-transit-gateway-peering-attachment-props-builder function updates a CfnTransitGatewayPeeringAttachmentProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayPeeringAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `peerAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-account-id` | | `peerRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-region` | | `peerTransitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-transit-gateway-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` |
(build-cfn-transit-gateway-props-builder builder id config)
The build-cfn-transit-gateway-props-builder function updates a CfnTransitGatewayProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonSideAsn | java.lang.Number | cdk.support/lookup-entry | :amazon-side-asn |
associationDefaultRouteTableId | java.lang.String | cdk.support/lookup-entry | :association-default-route-table-id |
autoAcceptSharedAttachments | java.lang.String | cdk.support/lookup-entry | :auto-accept-shared-attachments |
defaultRouteTableAssociation | java.lang.String | cdk.support/lookup-entry | :default-route-table-association |
defaultRouteTablePropagation | java.lang.String | cdk.support/lookup-entry | :default-route-table-propagation |
description | java.lang.String | cdk.support/lookup-entry | :description |
dnsSupport | java.lang.String | cdk.support/lookup-entry | :dns-support |
multicastSupport | java.lang.String | cdk.support/lookup-entry | :multicast-support |
propagationDefaultRouteTableId | java.lang.String | cdk.support/lookup-entry | :propagation-default-route-table-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayCidrBlocks | java.util.List | cdk.support/lookup-entry | :transit-gateway-cidr-blocks |
vpnEcmpSupport | java.lang.String | cdk.support/lookup-entry | :vpn-ecmp-support |
The build-cfn-transit-gateway-props-builder function updates a CfnTransitGatewayProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonSideAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amazon-side-asn` | | `associationDefaultRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-default-route-table-id` | | `autoAcceptSharedAttachments` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-accept-shared-attachments` | | `defaultRouteTableAssociation` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-route-table-association` | | `defaultRouteTablePropagation` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-route-table-propagation` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dnsSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-support` | | `multicastSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:multicast-support` | | `propagationDefaultRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:propagation-default-route-table-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayCidrBlocks` | java.util.List | [[cdk.support/lookup-entry]] | `:transit-gateway-cidr-blocks` | | `vpnEcmpSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-ecmp-support` |
(build-cfn-transit-gateway-route-builder builder id config)
The build-cfn-transit-gateway-route-builder function updates a CfnTransitGatewayRoute$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
blackhole | java.lang.Boolean | cdk.support/lookup-entry | :blackhole |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-route-table-id |
The build-cfn-transit-gateway-route-builder function updates a CfnTransitGatewayRoute$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `blackhole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:blackhole` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-id` |
(build-cfn-transit-gateway-route-props-builder builder id config)
The build-cfn-transit-gateway-route-props-builder function updates a CfnTransitGatewayRouteProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
blackhole | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :blackhole |
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-route-table-id |
The build-cfn-transit-gateway-route-props-builder function updates a CfnTransitGatewayRouteProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `blackhole` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:blackhole` | | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-id` |
(build-cfn-transit-gateway-route-table-association-builder builder id config)
The build-cfn-transit-gateway-route-table-association-builder function updates a CfnTransitGatewayRouteTableAssociation$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTableAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-route-table-id |
The build-cfn-transit-gateway-route-table-association-builder function updates a CfnTransitGatewayRouteTableAssociation$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTableAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-id` |
(build-cfn-transit-gateway-route-table-association-props-builder builder
id
config)
The build-cfn-transit-gateway-route-table-association-props-builder function updates a CfnTransitGatewayRouteTableAssociationProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTableAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-route-table-id |
The build-cfn-transit-gateway-route-table-association-props-builder function updates a CfnTransitGatewayRouteTableAssociationProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTableAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-id` |
(build-cfn-transit-gateway-route-table-builder builder id config)
The build-cfn-transit-gateway-route-table-builder function updates a CfnTransitGatewayRouteTable$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
The build-cfn-transit-gateway-route-table-builder function updates a CfnTransitGatewayRouteTable$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` |
(build-cfn-transit-gateway-route-table-propagation-builder builder id config)
The build-cfn-transit-gateway-route-table-propagation-builder function updates a CfnTransitGatewayRouteTablePropagation$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTablePropagation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-route-table-id |
The build-cfn-transit-gateway-route-table-propagation-builder function updates a CfnTransitGatewayRouteTablePropagation$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTablePropagation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-id` |
(build-cfn-transit-gateway-route-table-propagation-props-builder builder
id
config)
The build-cfn-transit-gateway-route-table-propagation-props-builder function updates a CfnTransitGatewayRouteTablePropagationProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTablePropagationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
transitGatewayAttachmentId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-attachment-id |
transitGatewayRouteTableId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-route-table-id |
The build-cfn-transit-gateway-route-table-propagation-props-builder function updates a CfnTransitGatewayRouteTablePropagationProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTablePropagationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `transitGatewayAttachmentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-attachment-id` | | `transitGatewayRouteTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-route-table-id` |
(build-cfn-transit-gateway-route-table-props-builder builder id config)
The build-cfn-transit-gateway-route-table-props-builder function updates a CfnTransitGatewayRouteTableProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
The build-cfn-transit-gateway-route-table-props-builder function updates a CfnTransitGatewayRouteTableProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayRouteTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` |
(build-cfn-transit-gateway-vpc-attachment-builder builder id config)
The build-cfn-transit-gateway-vpc-attachment-builder function updates a CfnTransitGatewayVpcAttachment$Builder instance using the provided configuration. The function takes the CfnTransitGatewayVpcAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addSubnetIds | java.util.List | cdk.support/lookup-entry | :add-subnet-ids |
options | java.lang.Object | cdk.support/lookup-entry | :options |
removeSubnetIds | java.util.List | cdk.support/lookup-entry | :remove-subnet-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-transit-gateway-vpc-attachment-builder function updates a CfnTransitGatewayVpcAttachment$Builder instance using the provided configuration. The function takes the CfnTransitGatewayVpcAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:add-subnet-ids` | | `options` | java.lang.Object | [[cdk.support/lookup-entry]] | `:options` | | `removeSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:remove-subnet-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-transit-gateway-vpc-attachment-options-property-builder builder
id
config)
The build-cfn-transit-gateway-vpc-attachment-options-property-builder function updates a CfnTransitGatewayVpcAttachment$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayVpcAttachment$OptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
applianceModeSupport | java.lang.String | cdk.support/lookup-entry | :appliance-mode-support |
dnsSupport | java.lang.String | cdk.support/lookup-entry | :dns-support |
ipv6Support | java.lang.String | cdk.support/lookup-entry | :ipv6-support |
The build-cfn-transit-gateway-vpc-attachment-options-property-builder function updates a CfnTransitGatewayVpcAttachment$OptionsProperty$Builder instance using the provided configuration. The function takes the CfnTransitGatewayVpcAttachment$OptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `applianceModeSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:appliance-mode-support` | | `dnsSupport` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-support` | | `ipv6Support` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-support` |
(build-cfn-transit-gateway-vpc-attachment-props-builder builder id config)
The build-cfn-transit-gateway-vpc-attachment-props-builder function updates a CfnTransitGatewayVpcAttachmentProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayVpcAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addSubnetIds | java.util.List | cdk.support/lookup-entry | :add-subnet-ids |
options | java.lang.Object | cdk.support/lookup-entry | :options |
removeSubnetIds | java.util.List | cdk.support/lookup-entry | :remove-subnet-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-transit-gateway-vpc-attachment-props-builder function updates a CfnTransitGatewayVpcAttachmentProps$Builder instance using the provided configuration. The function takes the CfnTransitGatewayVpcAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:add-subnet-ids` | | `options` | java.lang.Object | [[cdk.support/lookup-entry]] | `:options` | | `removeSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:remove-subnet-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-verified-access-endpoint-builder builder id config)
The build-cfn-verified-access-endpoint-builder function updates a CfnVerifiedAccessEndpoint$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
applicationDomain | java.lang.String | cdk.support/lookup-entry | :application-domain |
attachmentType | java.lang.String | cdk.support/lookup-entry | :attachment-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainCertificateArn | java.lang.String | cdk.support/lookup-entry | :domain-certificate-arn |
endpointDomainPrefix | java.lang.String | cdk.support/lookup-entry | :endpoint-domain-prefix |
endpointType | java.lang.String | cdk.support/lookup-entry | :endpoint-type |
loadBalancerOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :load-balancer-options |
networkInterfaceOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-interface-options |
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :policy-enabled |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
sseSpecification | software.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpoint$SseSpecificationProperty | cdk.support/lookup-entry | :sse-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
verifiedAccessGroupId | java.lang.String | cdk.support/lookup-entry | :verified-access-group-id |
The build-cfn-verified-access-endpoint-builder function updates a CfnVerifiedAccessEndpoint$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `applicationDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-domain` | | `attachmentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:attachment-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-certificate-arn` | | `endpointDomainPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-domain-prefix` | | `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` | | `loadBalancerOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:load-balancer-options` | | `networkInterfaceOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-interface-options` | | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:policy-enabled` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `sseSpecification` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpoint$SseSpecificationProperty | [[cdk.support/lookup-entry]] | `:sse-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `verifiedAccessGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:verified-access-group-id` |
(build-cfn-verified-access-endpoint-load-balancer-options-property-builder
builder
id
config)
The build-cfn-verified-access-endpoint-load-balancer-options-property-builder function updates a CfnVerifiedAccessEndpoint$LoadBalancerOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$LoadBalancerOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
loadBalancerArn | java.lang.String | cdk.support/lookup-entry | :load-balancer-arn |
port | java.lang.Number | cdk.support/lookup-entry | :port |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
The build-cfn-verified-access-endpoint-load-balancer-options-property-builder function updates a CfnVerifiedAccessEndpoint$LoadBalancerOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$LoadBalancerOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
(build-cfn-verified-access-endpoint-network-interface-options-property-builder
builder
id
config)
The build-cfn-verified-access-endpoint-network-interface-options-property-builder function updates a CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
port | java.lang.Number | cdk.support/lookup-entry | :port |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
The build-cfn-verified-access-endpoint-network-interface-options-property-builder function updates a CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` | | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
(build-cfn-verified-access-endpoint-props-builder builder id config)
The build-cfn-verified-access-endpoint-props-builder function updates a CfnVerifiedAccessEndpointProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
applicationDomain | java.lang.String | cdk.support/lookup-entry | :application-domain |
attachmentType | java.lang.String | cdk.support/lookup-entry | :attachment-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainCertificateArn | java.lang.String | cdk.support/lookup-entry | :domain-certificate-arn |
endpointDomainPrefix | java.lang.String | cdk.support/lookup-entry | :endpoint-domain-prefix |
endpointType | java.lang.String | cdk.support/lookup-entry | :endpoint-type |
loadBalancerOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :load-balancer-options |
networkInterfaceOptions | software.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty | cdk.support/lookup-entry | :network-interface-options |
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :policy-enabled |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
sseSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sse-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
verifiedAccessGroupId | java.lang.String | cdk.support/lookup-entry | :verified-access-group-id |
The build-cfn-verified-access-endpoint-props-builder function updates a CfnVerifiedAccessEndpointProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `applicationDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-domain` | | `attachmentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:attachment-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-certificate-arn` | | `endpointDomainPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-domain-prefix` | | `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` | | `loadBalancerOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:load-balancer-options` | | `networkInterfaceOptions` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty | [[cdk.support/lookup-entry]] | `:network-interface-options` | | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:policy-enabled` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `sseSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sse-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `verifiedAccessGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:verified-access-group-id` |
(build-cfn-verified-access-endpoint-sse-specification-property-builder builder
id
config)
The build-cfn-verified-access-endpoint-sse-specification-property-builder function updates a CfnVerifiedAccessEndpoint$SseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$SseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerManagedKeyEnabled | java.lang.Boolean | cdk.support/lookup-entry | :customer-managed-key-enabled |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
The build-cfn-verified-access-endpoint-sse-specification-property-builder function updates a CfnVerifiedAccessEndpoint$SseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessEndpoint$SseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customerManagedKeyEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:customer-managed-key-enabled` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
(build-cfn-verified-access-group-builder builder id config)
The build-cfn-verified-access-group-builder function updates a CfnVerifiedAccessGroup$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyEnabled | java.lang.Boolean | cdk.support/lookup-entry | :policy-enabled |
sseSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sse-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
verifiedAccessInstanceId | java.lang.String | cdk.support/lookup-entry | :verified-access-instance-id |
The build-cfn-verified-access-group-builder function updates a CfnVerifiedAccessGroup$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:policy-enabled` | | `sseSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sse-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `verifiedAccessInstanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:verified-access-instance-id` |
(build-cfn-verified-access-group-props-builder builder id config)
The build-cfn-verified-access-group-props-builder function updates a CfnVerifiedAccessGroupProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
policyDocument | java.lang.String | cdk.support/lookup-entry | :policy-document |
policyEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :policy-enabled |
sseSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sse-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
verifiedAccessInstanceId | java.lang.String | cdk.support/lookup-entry | :verified-access-instance-id |
The build-cfn-verified-access-group-props-builder function updates a CfnVerifiedAccessGroupProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `policyDocument` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-document` | | `policyEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:policy-enabled` | | `sseSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sse-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `verifiedAccessInstanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:verified-access-instance-id` |
(build-cfn-verified-access-group-sse-specification-property-builder builder
id
config)
The build-cfn-verified-access-group-sse-specification-property-builder function updates a CfnVerifiedAccessGroup$SseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessGroup$SseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerManagedKeyEnabled | java.lang.Boolean | cdk.support/lookup-entry | :customer-managed-key-enabled |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
The build-cfn-verified-access-group-sse-specification-property-builder function updates a CfnVerifiedAccessGroup$SseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessGroup$SseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customerManagedKeyEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:customer-managed-key-enabled` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
(build-cfn-verified-access-instance-builder builder id config)
The build-cfn-verified-access-instance-builder function updates a CfnVerifiedAccessInstance$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
fipsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :fips-enabled |
loggingConfigurations | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$VerifiedAccessLogsProperty | cdk.support/lookup-entry | :logging-configurations |
tags | java.util.List | cdk.support/lookup-entry | :tags |
verifiedAccessTrustProviderIds | java.util.List | cdk.support/lookup-entry | :verified-access-trust-provider-ids |
verifiedAccessTrustProviders | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :verified-access-trust-providers |
The build-cfn-verified-access-instance-builder function updates a CfnVerifiedAccessInstance$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `fipsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fips-enabled` | | `loggingConfigurations` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$VerifiedAccessLogsProperty | [[cdk.support/lookup-entry]] | `:logging-configurations` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `verifiedAccessTrustProviderIds` | java.util.List | [[cdk.support/lookup-entry]] | `:verified-access-trust-provider-ids` | | `verifiedAccessTrustProviders` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:verified-access-trust-providers` |
(build-cfn-verified-access-instance-cloud-watch-logs-property-builder builder
id
config)
The build-cfn-verified-access-instance-cloud-watch-logs-property-builder function updates a CfnVerifiedAccessInstance$CloudWatchLogsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$CloudWatchLogsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
logGroup | java.lang.String | cdk.support/lookup-entry | :log-group |
The build-cfn-verified-access-instance-cloud-watch-logs-property-builder function updates a CfnVerifiedAccessInstance$CloudWatchLogsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$CloudWatchLogsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `logGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group` |
(build-cfn-verified-access-instance-kinesis-data-firehose-property-builder
builder
id
config)
The build-cfn-verified-access-instance-kinesis-data-firehose-property-builder function updates a CfnVerifiedAccessInstance$KinesisDataFirehoseProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$KinesisDataFirehoseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deliveryStream | java.lang.String | cdk.support/lookup-entry | :delivery-stream |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
The build-cfn-verified-access-instance-kinesis-data-firehose-property-builder function updates a CfnVerifiedAccessInstance$KinesisDataFirehoseProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$KinesisDataFirehoseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deliveryStream` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-verified-access-instance-props-builder builder id config)
The build-cfn-verified-access-instance-props-builder function updates a CfnVerifiedAccessInstanceProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
fipsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :fips-enabled |
loggingConfigurations | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$VerifiedAccessLogsProperty | cdk.support/lookup-entry | :logging-configurations |
tags | java.util.List | cdk.support/lookup-entry | :tags |
verifiedAccessTrustProviderIds | java.util.List | cdk.support/lookup-entry | :verified-access-trust-provider-ids |
verifiedAccessTrustProviders | java.util.List | cdk.support/lookup-entry | :verified-access-trust-providers |
The build-cfn-verified-access-instance-props-builder function updates a CfnVerifiedAccessInstanceProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `fipsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fips-enabled` | | `loggingConfigurations` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$VerifiedAccessLogsProperty | [[cdk.support/lookup-entry]] | `:logging-configurations` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `verifiedAccessTrustProviderIds` | java.util.List | [[cdk.support/lookup-entry]] | `:verified-access-trust-provider-ids` | | `verifiedAccessTrustProviders` | java.util.List | [[cdk.support/lookup-entry]] | `:verified-access-trust-providers` |
(build-cfn-verified-access-instance-s3-property-builder builder id config)
The build-cfn-verified-access-instance-s3-property-builder function updates a CfnVerifiedAccessInstance$S3Property$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$S3Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
bucketOwner | java.lang.String | cdk.support/lookup-entry | :bucket-owner |
enabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enabled |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
The build-cfn-verified-access-instance-s3-property-builder function updates a CfnVerifiedAccessInstance$S3Property$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$S3Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `bucketOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-owner` | | `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
(build-cfn-verified-access-instance-verified-access-logs-property-builder
builder
id
config)
The build-cfn-verified-access-instance-verified-access-logs-property-builder function updates a CfnVerifiedAccessInstance$VerifiedAccessLogsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$VerifiedAccessLogsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchLogs | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$CloudWatchLogsProperty | cdk.support/lookup-entry | :cloud-watch-logs |
includeTrustContext | java.lang.Boolean | cdk.support/lookup-entry | :include-trust-context |
kinesisDataFirehose | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :kinesis-data-firehose |
logVersion | java.lang.String | cdk.support/lookup-entry | :log-version |
s3 | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$S3Property | cdk.support/lookup-entry | :s3 |
The build-cfn-verified-access-instance-verified-access-logs-property-builder function updates a CfnVerifiedAccessInstance$VerifiedAccessLogsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$VerifiedAccessLogsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudWatchLogs` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$CloudWatchLogsProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-logs` | | `includeTrustContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-trust-context` | | `kinesisDataFirehose` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-data-firehose` | | `logVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-version` | | `s3` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessInstance$S3Property | [[cdk.support/lookup-entry]] | `:s3` |
(build-cfn-verified-access-instance-verified-access-trust-provider-property-builder
builder
id
config)
The build-cfn-verified-access-instance-verified-access-trust-provider-property-builder function updates a CfnVerifiedAccessInstance$VerifiedAccessTrustProviderProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$VerifiedAccessTrustProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
deviceTrustProviderType | java.lang.String | cdk.support/lookup-entry | :device-trust-provider-type |
trustProviderType | java.lang.String | cdk.support/lookup-entry | :trust-provider-type |
userTrustProviderType | java.lang.String | cdk.support/lookup-entry | :user-trust-provider-type |
verifiedAccessTrustProviderId | java.lang.String | cdk.support/lookup-entry | :verified-access-trust-provider-id |
The build-cfn-verified-access-instance-verified-access-trust-provider-property-builder function updates a CfnVerifiedAccessInstance$VerifiedAccessTrustProviderProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessInstance$VerifiedAccessTrustProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `deviceTrustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-trust-provider-type` | | `trustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-provider-type` | | `userTrustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-trust-provider-type` | | `verifiedAccessTrustProviderId` | java.lang.String | [[cdk.support/lookup-entry]] | `:verified-access-trust-provider-id` |
(build-cfn-verified-access-trust-provider-builder builder id config)
The build-cfn-verified-access-trust-provider-builder function updates a CfnVerifiedAccessTrustProvider$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
deviceOptions | software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider$DeviceOptionsProperty | cdk.support/lookup-entry | :device-options |
deviceTrustProviderType | java.lang.String | cdk.support/lookup-entry | :device-trust-provider-type |
oidcOptions | software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider$OidcOptionsProperty | cdk.support/lookup-entry | :oidc-options |
policyReferenceName | java.lang.String | cdk.support/lookup-entry | :policy-reference-name |
sseSpecification | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sse-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trustProviderType | java.lang.String | cdk.support/lookup-entry | :trust-provider-type |
userTrustProviderType | java.lang.String | cdk.support/lookup-entry | :user-trust-provider-type |
The build-cfn-verified-access-trust-provider-builder function updates a CfnVerifiedAccessTrustProvider$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `deviceOptions` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider$DeviceOptionsProperty | [[cdk.support/lookup-entry]] | `:device-options` | | `deviceTrustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-trust-provider-type` | | `oidcOptions` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider$OidcOptionsProperty | [[cdk.support/lookup-entry]] | `:oidc-options` | | `policyReferenceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-reference-name` | | `sseSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sse-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-provider-type` | | `userTrustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-trust-provider-type` |
(build-cfn-verified-access-trust-provider-device-options-property-builder
builder
id
config)
The build-cfn-verified-access-trust-provider-device-options-property-builder function updates a CfnVerifiedAccessTrustProvider$DeviceOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$DeviceOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
publicSigningKeyUrl | java.lang.String | cdk.support/lookup-entry | :public-signing-key-url |
tenantId | java.lang.String | cdk.support/lookup-entry | :tenant-id |
The build-cfn-verified-access-trust-provider-device-options-property-builder function updates a CfnVerifiedAccessTrustProvider$DeviceOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$DeviceOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `publicSigningKeyUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-signing-key-url` | | `tenantId` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenant-id` |
(build-cfn-verified-access-trust-provider-oidc-options-property-builder builder
id
config)
The build-cfn-verified-access-trust-provider-oidc-options-property-builder function updates a CfnVerifiedAccessTrustProvider$OidcOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$OidcOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationEndpoint | java.lang.String | cdk.support/lookup-entry | :authorization-endpoint |
clientId | java.lang.String | cdk.support/lookup-entry | :client-id |
clientSecret | java.lang.String | cdk.support/lookup-entry | :client-secret |
issuer | java.lang.String | cdk.support/lookup-entry | :issuer |
scope | java.lang.String | cdk.support/lookup-entry | :scope |
tokenEndpoint | java.lang.String | cdk.support/lookup-entry | :token-endpoint |
userInfoEndpoint | java.lang.String | cdk.support/lookup-entry | :user-info-endpoint |
The build-cfn-verified-access-trust-provider-oidc-options-property-builder function updates a CfnVerifiedAccessTrustProvider$OidcOptionsProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$OidcOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-endpoint` | | `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` | | `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` | | `issuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:issuer` | | `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` | | `tokenEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-endpoint` | | `userInfoEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-info-endpoint` |
(build-cfn-verified-access-trust-provider-props-builder builder id config)
The build-cfn-verified-access-trust-provider-props-builder function updates a CfnVerifiedAccessTrustProviderProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProviderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
deviceOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :device-options |
deviceTrustProviderType | java.lang.String | cdk.support/lookup-entry | :device-trust-provider-type |
oidcOptions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :oidc-options |
policyReferenceName | java.lang.String | cdk.support/lookup-entry | :policy-reference-name |
sseSpecification | software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider$SseSpecificationProperty | cdk.support/lookup-entry | :sse-specification |
tags | java.util.List | cdk.support/lookup-entry | :tags |
trustProviderType | java.lang.String | cdk.support/lookup-entry | :trust-provider-type |
userTrustProviderType | java.lang.String | cdk.support/lookup-entry | :user-trust-provider-type |
The build-cfn-verified-access-trust-provider-props-builder function updates a CfnVerifiedAccessTrustProviderProps$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProviderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `deviceOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:device-options` | | `deviceTrustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-trust-provider-type` | | `oidcOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:oidc-options` | | `policyReferenceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-reference-name` | | `sseSpecification` | software.amazon.awscdk.services.ec2.CfnVerifiedAccessTrustProvider$SseSpecificationProperty | [[cdk.support/lookup-entry]] | `:sse-specification` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `trustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-provider-type` | | `userTrustProviderType` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-trust-provider-type` |
(build-cfn-verified-access-trust-provider-sse-specification-property-builder
builder
id
config)
The build-cfn-verified-access-trust-provider-sse-specification-property-builder function updates a CfnVerifiedAccessTrustProvider$SseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$SseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerManagedKeyEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :customer-managed-key-enabled |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
The build-cfn-verified-access-trust-provider-sse-specification-property-builder function updates a CfnVerifiedAccessTrustProvider$SseSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVerifiedAccessTrustProvider$SseSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customerManagedKeyEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:customer-managed-key-enabled` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
(build-cfn-volume-attachment-builder builder id config)
The build-cfn-volume-attachment-builder function updates a CfnVolumeAttachment$Builder instance using the provided configuration. The function takes the CfnVolumeAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
device | java.lang.String | cdk.support/lookup-entry | :device |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
volumeId | java.lang.String | cdk.support/lookup-entry | :volume-id |
The build-cfn-volume-attachment-builder function updates a CfnVolumeAttachment$Builder instance using the provided configuration. The function takes the CfnVolumeAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `device` | java.lang.String | [[cdk.support/lookup-entry]] | `:device` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `volumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-id` |
(build-cfn-volume-attachment-props-builder builder id config)
The build-cfn-volume-attachment-props-builder function updates a CfnVolumeAttachmentProps$Builder instance using the provided configuration. The function takes the CfnVolumeAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
device | java.lang.String | cdk.support/lookup-entry | :device |
instanceId | java.lang.String | cdk.support/lookup-entry | :instance-id |
volumeId | java.lang.String | cdk.support/lookup-entry | :volume-id |
The build-cfn-volume-attachment-props-builder function updates a CfnVolumeAttachmentProps$Builder instance using the provided configuration. The function takes the CfnVolumeAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `device` | java.lang.String | [[cdk.support/lookup-entry]] | `:device` | | `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` | | `volumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-id` |
(build-cfn-volume-builder builder id config)
The build-cfn-volume-builder function updates a CfnVolume$Builder instance using the provided configuration. The function takes the CfnVolume$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoEnableIo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-enable-io |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
encrypted | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
multiAttachEnabled | java.lang.Boolean | cdk.support/lookup-entry | :multi-attach-enabled |
outpostArn | java.lang.String | cdk.support/lookup-entry | :outpost-arn |
size | java.lang.Number | cdk.support/lookup-entry | :size |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
throughput | java.lang.Number | cdk.support/lookup-entry | :throughput |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-volume-builder function updates a CfnVolume$Builder instance using the provided configuration. The function takes the CfnVolume$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoEnableIo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-enable-io` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `encrypted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `multiAttachEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-attach-enabled` | | `outpostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-arn` | | `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-volume-props-builder builder id config)
The build-cfn-volume-props-builder function updates a CfnVolumeProps$Builder instance using the provided configuration. The function takes the CfnVolumeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoEnableIo | java.lang.Boolean | cdk.support/lookup-entry | :auto-enable-io |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
multiAttachEnabled | java.lang.Boolean | cdk.support/lookup-entry | :multi-attach-enabled |
outpostArn | java.lang.String | cdk.support/lookup-entry | :outpost-arn |
size | java.lang.Number | cdk.support/lookup-entry | :size |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
throughput | java.lang.Number | cdk.support/lookup-entry | :throughput |
volumeType | java.lang.String | cdk.support/lookup-entry | :volume-type |
The build-cfn-volume-props-builder function updates a CfnVolumeProps$Builder instance using the provided configuration. The function takes the CfnVolumeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoEnableIo` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-enable-io` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `multiAttachEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-attach-enabled` | | `outpostArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-arn` | | `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` | | `volumeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-type` |
(build-cfn-vpc-builder builder id config)
The build-cfn-vpc-builder function updates a CfnVPC$Builder instance using the provided configuration. The function takes the CfnVPC$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
enableDnsHostnames | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-dns-hostnames |
enableDnsSupport | java.lang.Boolean | cdk.support/lookup-entry | :enable-dns-support |
instanceTenancy | java.lang.String | cdk.support/lookup-entry | :instance-tenancy |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-vpc-builder function updates a CfnVPC$Builder instance using the provided configuration. The function takes the CfnVPC$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `enableDnsHostnames` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-dns-hostnames` | | `enableDnsSupport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-dns-support` | | `instanceTenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-tenancy` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-vpc-cidr-block-builder builder id config)
The build-cfn-vpc-cidr-block-builder function updates a CfnVPCCidrBlock$Builder instance using the provided configuration. The function takes the CfnVPCCidrBlock$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonProvidedIpv6CidrBlock | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :amazon-provided-ipv6-cidr-block |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
ipv6IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv6-ipam-pool-id |
ipv6NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv6-netmask-length |
ipv6Pool | java.lang.String | cdk.support/lookup-entry | :ipv6-pool |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-cidr-block-builder function updates a CfnVPCCidrBlock$Builder instance using the provided configuration. The function takes the CfnVPCCidrBlock$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonProvidedIpv6CidrBlock` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:amazon-provided-ipv6-cidr-block` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `ipv6IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-ipam-pool-id` | | `ipv6NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-netmask-length` | | `ipv6Pool` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-pool` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpc-cidr-block-props-builder builder id config)
The build-cfn-vpc-cidr-block-props-builder function updates a CfnVPCCidrBlockProps$Builder instance using the provided configuration. The function takes the CfnVPCCidrBlockProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonProvidedIpv6CidrBlock | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :amazon-provided-ipv6-cidr-block |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
ipv6IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv6-ipam-pool-id |
ipv6NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv6-netmask-length |
ipv6Pool | java.lang.String | cdk.support/lookup-entry | :ipv6-pool |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-cidr-block-props-builder function updates a CfnVPCCidrBlockProps$Builder instance using the provided configuration. The function takes the CfnVPCCidrBlockProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonProvidedIpv6CidrBlock` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:amazon-provided-ipv6-cidr-block` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `ipv6IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-ipam-pool-id` | | `ipv6NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv6-netmask-length` | | `ipv6Pool` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-pool` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpc-endpoint-builder builder id config)
The build-cfn-vpc-endpoint-builder function updates a CfnVPCEndpoint$Builder instance using the provided configuration. The function takes the CfnVPCEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
policyDocument | java.lang.Object | cdk.support/lookup-entry | :policy-document |
privateDnsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :private-dns-enabled |
routeTableIds | java.util.List | cdk.support/lookup-entry | :route-table-ids |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
vpcEndpointType | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-type |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-endpoint-builder function updates a CfnVPCEndpoint$Builder instance using the provided configuration. The function takes the CfnVPCEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` | | `privateDnsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:private-dns-enabled` | | `routeTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:route-table-ids` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `vpcEndpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-type` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpc-endpoint-connection-notification-builder builder id config)
The build-cfn-vpc-endpoint-connection-notification-builder function updates a CfnVPCEndpointConnectionNotification$Builder instance using the provided configuration. The function takes the CfnVPCEndpointConnectionNotification$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionEvents | java.util.List | cdk.support/lookup-entry | :connection-events |
connectionNotificationArn | java.lang.String | cdk.support/lookup-entry | :connection-notification-arn |
serviceId | java.lang.String | cdk.support/lookup-entry | :service-id |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
The build-cfn-vpc-endpoint-connection-notification-builder function updates a CfnVPCEndpointConnectionNotification$Builder instance using the provided configuration. The function takes the CfnVPCEndpointConnectionNotification$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:connection-events` | | `connectionNotificationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-notification-arn` | | `serviceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-id` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` |
(build-cfn-vpc-endpoint-connection-notification-props-builder builder id config)
The build-cfn-vpc-endpoint-connection-notification-props-builder function updates a CfnVPCEndpointConnectionNotificationProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointConnectionNotificationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionEvents | java.util.List | cdk.support/lookup-entry | :connection-events |
connectionNotificationArn | java.lang.String | cdk.support/lookup-entry | :connection-notification-arn |
serviceId | java.lang.String | cdk.support/lookup-entry | :service-id |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
The build-cfn-vpc-endpoint-connection-notification-props-builder function updates a CfnVPCEndpointConnectionNotificationProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointConnectionNotificationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:connection-events` | | `connectionNotificationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-notification-arn` | | `serviceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-id` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` |
(build-cfn-vpc-endpoint-props-builder builder id config)
The build-cfn-vpc-endpoint-props-builder function updates a CfnVPCEndpointProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
policyDocument | java.lang.Object | cdk.support/lookup-entry | :policy-document |
privateDnsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :private-dns-enabled |
routeTableIds | java.util.List | cdk.support/lookup-entry | :route-table-ids |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
serviceName | java.lang.String | cdk.support/lookup-entry | :service-name |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
vpcEndpointType | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-type |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-endpoint-props-builder function updates a CfnVPCEndpointProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` | | `privateDnsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-dns-enabled` | | `routeTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:route-table-ids` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `vpcEndpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-type` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpc-endpoint-service-builder builder id config)
The build-cfn-vpc-endpoint-service-builder function updates a CfnVPCEndpointService$Builder instance using the provided configuration. The function takes the CfnVPCEndpointService$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceptanceRequired | java.lang.Boolean | cdk.support/lookup-entry | :acceptance-required |
contributorInsightsEnabled | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :contributor-insights-enabled |
gatewayLoadBalancerArns | java.util.List | cdk.support/lookup-entry | :gateway-load-balancer-arns |
networkLoadBalancerArns | java.util.List | cdk.support/lookup-entry | :network-load-balancer-arns |
payerResponsibility | java.lang.String | cdk.support/lookup-entry | :payer-responsibility |
The build-cfn-vpc-endpoint-service-builder function updates a CfnVPCEndpointService$Builder instance using the provided configuration. The function takes the CfnVPCEndpointService$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acceptanceRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:acceptance-required` | | `contributorInsightsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:contributor-insights-enabled` | | `gatewayLoadBalancerArns` | java.util.List | [[cdk.support/lookup-entry]] | `:gateway-load-balancer-arns` | | `networkLoadBalancerArns` | java.util.List | [[cdk.support/lookup-entry]] | `:network-load-balancer-arns` | | `payerResponsibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:payer-responsibility` |
(build-cfn-vpc-endpoint-service-permissions-builder builder id config)
The build-cfn-vpc-endpoint-service-permissions-builder function updates a CfnVPCEndpointServicePermissions$Builder instance using the provided configuration. The function takes the CfnVPCEndpointServicePermissions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedPrincipals | java.util.List | cdk.support/lookup-entry | :allowed-principals |
serviceId | java.lang.String | cdk.support/lookup-entry | :service-id |
The build-cfn-vpc-endpoint-service-permissions-builder function updates a CfnVPCEndpointServicePermissions$Builder instance using the provided configuration. The function takes the CfnVPCEndpointServicePermissions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-principals` | | `serviceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-id` |
(build-cfn-vpc-endpoint-service-permissions-props-builder builder id config)
The build-cfn-vpc-endpoint-service-permissions-props-builder function updates a CfnVPCEndpointServicePermissionsProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointServicePermissionsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedPrincipals | java.util.List | cdk.support/lookup-entry | :allowed-principals |
serviceId | java.lang.String | cdk.support/lookup-entry | :service-id |
The build-cfn-vpc-endpoint-service-permissions-props-builder function updates a CfnVPCEndpointServicePermissionsProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointServicePermissionsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-principals` | | `serviceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-id` |
(build-cfn-vpc-endpoint-service-props-builder builder id config)
The build-cfn-vpc-endpoint-service-props-builder function updates a CfnVPCEndpointServiceProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceptanceRequired | java.lang.Boolean | cdk.support/lookup-entry | :acceptance-required |
contributorInsightsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :contributor-insights-enabled |
gatewayLoadBalancerArns | java.util.List | cdk.support/lookup-entry | :gateway-load-balancer-arns |
networkLoadBalancerArns | java.util.List | cdk.support/lookup-entry | :network-load-balancer-arns |
payerResponsibility | java.lang.String | cdk.support/lookup-entry | :payer-responsibility |
The build-cfn-vpc-endpoint-service-props-builder function updates a CfnVPCEndpointServiceProps$Builder instance using the provided configuration. The function takes the CfnVPCEndpointServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acceptanceRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:acceptance-required` | | `contributorInsightsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:contributor-insights-enabled` | | `gatewayLoadBalancerArns` | java.util.List | [[cdk.support/lookup-entry]] | `:gateway-load-balancer-arns` | | `networkLoadBalancerArns` | java.util.List | [[cdk.support/lookup-entry]] | `:network-load-balancer-arns` | | `payerResponsibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:payer-responsibility` |
(build-cfn-vpc-gateway-attachment-builder builder id config)
The build-cfn-vpc-gateway-attachment-builder function updates a CfnVPCGatewayAttachment$Builder instance using the provided configuration. The function takes the CfnVPCGatewayAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
internetGatewayId | java.lang.String | cdk.support/lookup-entry | :internet-gateway-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
vpnGatewayId | java.lang.String | cdk.support/lookup-entry | :vpn-gateway-id |
The build-cfn-vpc-gateway-attachment-builder function updates a CfnVPCGatewayAttachment$Builder instance using the provided configuration. The function takes the CfnVPCGatewayAttachment$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `internetGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:internet-gateway-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` | | `vpnGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-gateway-id` |
(build-cfn-vpc-gateway-attachment-props-builder builder id config)
The build-cfn-vpc-gateway-attachment-props-builder function updates a CfnVPCGatewayAttachmentProps$Builder instance using the provided configuration. The function takes the CfnVPCGatewayAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
internetGatewayId | java.lang.String | cdk.support/lookup-entry | :internet-gateway-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
vpnGatewayId | java.lang.String | cdk.support/lookup-entry | :vpn-gateway-id |
The build-cfn-vpc-gateway-attachment-props-builder function updates a CfnVPCGatewayAttachmentProps$Builder instance using the provided configuration. The function takes the CfnVPCGatewayAttachmentProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `internetGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:internet-gateway-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` | | `vpnGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-gateway-id` |
(build-cfn-vpc-peering-connection-builder builder id config)
The build-cfn-vpc-peering-connection-builder function updates a CfnVPCPeeringConnection$Builder instance using the provided configuration. The function takes the CfnVPCPeeringConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
peerOwnerId | java.lang.String | cdk.support/lookup-entry | :peer-owner-id |
peerRegion | java.lang.String | cdk.support/lookup-entry | :peer-region |
peerRoleArn | java.lang.String | cdk.support/lookup-entry | :peer-role-arn |
peerVpcId | java.lang.String | cdk.support/lookup-entry | :peer-vpc-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-peering-connection-builder function updates a CfnVPCPeeringConnection$Builder instance using the provided configuration. The function takes the CfnVPCPeeringConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `peerOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-owner-id` | | `peerRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-region` | | `peerRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-role-arn` | | `peerVpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-vpc-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpc-peering-connection-props-builder builder id config)
The build-cfn-vpc-peering-connection-props-builder function updates a CfnVPCPeeringConnectionProps$Builder instance using the provided configuration. The function takes the CfnVPCPeeringConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
peerOwnerId | java.lang.String | cdk.support/lookup-entry | :peer-owner-id |
peerRegion | java.lang.String | cdk.support/lookup-entry | :peer-region |
peerRoleArn | java.lang.String | cdk.support/lookup-entry | :peer-role-arn |
peerVpcId | java.lang.String | cdk.support/lookup-entry | :peer-vpc-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpc-peering-connection-props-builder function updates a CfnVPCPeeringConnectionProps$Builder instance using the provided configuration. The function takes the CfnVPCPeeringConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `peerOwnerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-owner-id` | | `peerRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-region` | | `peerRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-role-arn` | | `peerVpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:peer-vpc-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpc-props-builder builder id config)
The build-cfn-vpc-props-builder function updates a CfnVPCProps$Builder instance using the provided configuration. The function takes the CfnVPCProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
enableDnsHostnames | java.lang.Boolean | cdk.support/lookup-entry | :enable-dns-hostnames |
enableDnsSupport | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-dns-support |
instanceTenancy | java.lang.String | cdk.support/lookup-entry | :instance-tenancy |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-vpc-props-builder function updates a CfnVPCProps$Builder instance using the provided configuration. The function takes the CfnVPCProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `enableDnsHostnames` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-dns-hostnames` | | `enableDnsSupport` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-dns-support` | | `instanceTenancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-tenancy` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-vpcdhcp-options-association-builder builder id config)
The build-cfn-vpcdhcp-options-association-builder function updates a CfnVPCDHCPOptionsAssociation$Builder instance using the provided configuration. The function takes the CfnVPCDHCPOptionsAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dhcpOptionsId | java.lang.String | cdk.support/lookup-entry | :dhcp-options-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpcdhcp-options-association-builder function updates a CfnVPCDHCPOptionsAssociation$Builder instance using the provided configuration. The function takes the CfnVPCDHCPOptionsAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dhcpOptionsId` | java.lang.String | [[cdk.support/lookup-entry]] | `:dhcp-options-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpcdhcp-options-association-props-builder builder id config)
The build-cfn-vpcdhcp-options-association-props-builder function updates a CfnVPCDHCPOptionsAssociationProps$Builder instance using the provided configuration. The function takes the CfnVPCDHCPOptionsAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dhcpOptionsId | java.lang.String | cdk.support/lookup-entry | :dhcp-options-id |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-vpcdhcp-options-association-props-builder function updates a CfnVPCDHCPOptionsAssociationProps$Builder instance using the provided configuration. The function takes the CfnVPCDHCPOptionsAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dhcpOptionsId` | java.lang.String | [[cdk.support/lookup-entry]] | `:dhcp-options-id` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-vpn-connection-builder builder id config)
The build-cfn-vpn-connection-builder function updates a CfnVPNConnection$Builder instance using the provided configuration. The function takes the CfnVPNConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerGatewayId | java.lang.String | cdk.support/lookup-entry | :customer-gateway-id |
staticRoutesOnly | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :static-routes-only |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
vpnGatewayId | java.lang.String | cdk.support/lookup-entry | :vpn-gateway-id |
vpnTunnelOptionsSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpn-tunnel-options-specifications |
The build-cfn-vpn-connection-builder function updates a CfnVPNConnection$Builder instance using the provided configuration. The function takes the CfnVPNConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customerGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-gateway-id` | | `staticRoutesOnly` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:static-routes-only` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `vpnGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-gateway-id` | | `vpnTunnelOptionsSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpn-tunnel-options-specifications` |
(build-cfn-vpn-connection-props-builder builder id config)
The build-cfn-vpn-connection-props-builder function updates a CfnVPNConnectionProps$Builder instance using the provided configuration. The function takes the CfnVPNConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerGatewayId | java.lang.String | cdk.support/lookup-entry | :customer-gateway-id |
staticRoutesOnly | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :static-routes-only |
tags | java.util.List | cdk.support/lookup-entry | :tags |
transitGatewayId | java.lang.String | cdk.support/lookup-entry | :transit-gateway-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
vpnGatewayId | java.lang.String | cdk.support/lookup-entry | :vpn-gateway-id |
vpnTunnelOptionsSpecifications | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpn-tunnel-options-specifications |
The build-cfn-vpn-connection-props-builder function updates a CfnVPNConnectionProps$Builder instance using the provided configuration. The function takes the CfnVPNConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customerGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-gateway-id` | | `staticRoutesOnly` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:static-routes-only` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `transitGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:transit-gateway-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `vpnGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-gateway-id` | | `vpnTunnelOptionsSpecifications` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpn-tunnel-options-specifications` |
(build-cfn-vpn-connection-route-builder builder id config)
The build-cfn-vpn-connection-route-builder function updates a CfnVPNConnectionRoute$Builder instance using the provided configuration. The function takes the CfnVPNConnectionRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
vpnConnectionId | java.lang.String | cdk.support/lookup-entry | :vpn-connection-id |
The build-cfn-vpn-connection-route-builder function updates a CfnVPNConnectionRoute$Builder instance using the provided configuration. The function takes the CfnVPNConnectionRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `vpnConnectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-connection-id` |
(build-cfn-vpn-connection-route-props-builder builder id config)
The build-cfn-vpn-connection-route-props-builder function updates a CfnVPNConnectionRouteProps$Builder instance using the provided configuration. The function takes the CfnVPNConnectionRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destinationCidrBlock | java.lang.String | cdk.support/lookup-entry | :destination-cidr-block |
vpnConnectionId | java.lang.String | cdk.support/lookup-entry | :vpn-connection-id |
The build-cfn-vpn-connection-route-props-builder function updates a CfnVPNConnectionRouteProps$Builder instance using the provided configuration. The function takes the CfnVPNConnectionRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destinationCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-cidr-block` | | `vpnConnectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-connection-id` |
(build-cfn-vpn-connection-vpn-tunnel-options-specification-property-builder
builder
id
config)
The build-cfn-vpn-connection-vpn-tunnel-options-specification-property-builder function updates a CfnVPNConnection$VpnTunnelOptionsSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVPNConnection$VpnTunnelOptionsSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
preSharedKey | java.lang.String | cdk.support/lookup-entry | :pre-shared-key |
tunnelInsideCidr | java.lang.String | cdk.support/lookup-entry | :tunnel-inside-cidr |
The build-cfn-vpn-connection-vpn-tunnel-options-specification-property-builder function updates a CfnVPNConnection$VpnTunnelOptionsSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnVPNConnection$VpnTunnelOptionsSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `preSharedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:pre-shared-key` | | `tunnelInsideCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:tunnel-inside-cidr` |
(build-cfn-vpn-gateway-builder builder id config)
The build-cfn-vpn-gateway-builder function updates a CfnVPNGateway$Builder instance using the provided configuration. The function takes the CfnVPNGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonSideAsn | java.lang.Number | cdk.support/lookup-entry | :amazon-side-asn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-vpn-gateway-builder function updates a CfnVPNGateway$Builder instance using the provided configuration. The function takes the CfnVPNGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonSideAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amazon-side-asn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-vpn-gateway-props-builder builder id config)
The build-cfn-vpn-gateway-props-builder function updates a CfnVPNGatewayProps$Builder instance using the provided configuration. The function takes the CfnVPNGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonSideAsn | java.lang.Number | cdk.support/lookup-entry | :amazon-side-asn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-vpn-gateway-props-builder function updates a CfnVPNGatewayProps$Builder instance using the provided configuration. The function takes the CfnVPNGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonSideAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amazon-side-asn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-vpn-gateway-route-propagation-builder builder id config)
The build-cfn-vpn-gateway-route-propagation-builder function updates a CfnVPNGatewayRoutePropagation$Builder instance using the provided configuration. The function takes the CfnVPNGatewayRoutePropagation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
routeTableIds | java.util.List | cdk.support/lookup-entry | :route-table-ids |
vpnGatewayId | java.lang.String | cdk.support/lookup-entry | :vpn-gateway-id |
The build-cfn-vpn-gateway-route-propagation-builder function updates a CfnVPNGatewayRoutePropagation$Builder instance using the provided configuration. The function takes the CfnVPNGatewayRoutePropagation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `routeTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:route-table-ids` | | `vpnGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-gateway-id` |
(build-cfn-vpn-gateway-route-propagation-props-builder builder id config)
The build-cfn-vpn-gateway-route-propagation-props-builder function updates a CfnVPNGatewayRoutePropagationProps$Builder instance using the provided configuration. The function takes the CfnVPNGatewayRoutePropagationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
routeTableIds | java.util.List | cdk.support/lookup-entry | :route-table-ids |
vpnGatewayId | java.lang.String | cdk.support/lookup-entry | :vpn-gateway-id |
The build-cfn-vpn-gateway-route-propagation-props-builder function updates a CfnVPNGatewayRoutePropagationProps$Builder instance using the provided configuration. The function takes the CfnVPNGatewayRoutePropagationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `routeTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:route-table-ids` | | `vpnGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-gateway-id` |
(build-client-vpn-authorization-rule-builder builder id config)
The build-client-vpn-authorization-rule-builder function updates a ClientVpnAuthorizationRule$Builder instance using the provided configuration. The function takes the ClientVpnAuthorizationRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
clientVpnEndpoint | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | cdk.support/lookup-entry | :client-vpn-endpoint |
description | java.lang.String | cdk.support/lookup-entry | :description |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
The build-client-vpn-authorization-rule-builder function updates a ClientVpnAuthorizationRule$Builder instance using the provided configuration. The function takes the ClientVpnAuthorizationRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `clientVpnEndpoint` | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` |
(build-client-vpn-authorization-rule-options-builder builder id config)
The build-client-vpn-authorization-rule-options-builder function updates a ClientVpnAuthorizationRuleOptions$Builder instance using the provided configuration. The function takes the ClientVpnAuthorizationRuleOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
description | java.lang.String | cdk.support/lookup-entry | :description |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
The build-client-vpn-authorization-rule-options-builder function updates a ClientVpnAuthorizationRuleOptions$Builder instance using the provided configuration. The function takes the ClientVpnAuthorizationRuleOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` |
(build-client-vpn-authorization-rule-props-builder builder id config)
The build-client-vpn-authorization-rule-props-builder function updates a ClientVpnAuthorizationRuleProps$Builder instance using the provided configuration. The function takes the ClientVpnAuthorizationRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
clientVpnEndpoint | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | cdk.support/lookup-entry | :client-vpn-endpoint |
description | java.lang.String | cdk.support/lookup-entry | :description |
groupId | java.lang.String | cdk.support/lookup-entry | :group-id |
The build-client-vpn-authorization-rule-props-builder function updates a ClientVpnAuthorizationRuleProps$Builder instance using the provided configuration. The function takes the ClientVpnAuthorizationRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `clientVpnEndpoint` | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `groupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-id` |
(build-client-vpn-endpoint-attributes-builder builder id config)
The build-client-vpn-endpoint-attributes-builder function updates a ClientVpnEndpointAttributes$Builder instance using the provided configuration. The function takes the ClientVpnEndpointAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
endpointId | java.lang.String | cdk.support/lookup-entry | :endpoint-id |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
The build-client-vpn-endpoint-attributes-builder function updates a ClientVpnEndpointAttributes$Builder instance using the provided configuration. The function takes the ClientVpnEndpointAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `endpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-id` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
(build-client-vpn-endpoint-builder builder id config)
The build-client-vpn-endpoint-builder function updates a ClientVpnEndpoint$Builder instance using the provided configuration. The function takes the ClientVpnEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizeAllUsersToVpcCidr | java.lang.Boolean | cdk.support/lookup-entry | :authorize-all-users-to-vpc-cidr |
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
clientCertificateArn | java.lang.String | cdk.support/lookup-entry | :client-certificate-arn |
clientConnectionHandler | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler | cdk.support/lookup-entry | :client-connection-handler |
clientLoginBanner | java.lang.String | cdk.support/lookup-entry | :client-login-banner |
description | java.lang.String | cdk.support/lookup-entry | :description |
dnsServers | java.util.List | cdk.support/lookup-entry | :dns-servers |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
logStream | software.amazon.awscdk.services.logs.ILogStream | cdk.support/lookup-entry | :log-stream |
logging | java.lang.Boolean | cdk.support/lookup-entry | :logging |
port | software.amazon.awscdk.services.ec2.VpnPort | cdk.api.services.ec2/vpn-port | :port |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
selfServicePortal | java.lang.Boolean | cdk.support/lookup-entry | :self-service-portal |
serverCertificateArn | java.lang.String | cdk.support/lookup-entry | :server-certificate-arn |
sessionTimeout | software.amazon.awscdk.services.ec2.ClientVpnSessionTimeout | cdk.api.services.ec2/client-vpn-session-timeout | :session-timeout |
splitTunnel | java.lang.Boolean | cdk.support/lookup-entry | :split-tunnel |
transportProtocol | software.amazon.awscdk.services.ec2.TransportProtocol | cdk.api.services.ec2/transport-protocol | :transport-protocol |
userBasedAuthentication | software.amazon.awscdk.services.ec2.ClientVpnUserBasedAuthentication | cdk.support/lookup-entry | :user-based-authentication |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-client-vpn-endpoint-builder function updates a ClientVpnEndpoint$Builder instance using the provided configuration. The function takes the ClientVpnEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizeAllUsersToVpcCidr` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorize-all-users-to-vpc-cidr` | | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `clientCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-arn` | | `clientConnectionHandler` | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler | [[cdk.support/lookup-entry]] | `:client-connection-handler` | | `clientLoginBanner` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-login-banner` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `logStream` | software.amazon.awscdk.services.logs.ILogStream | [[cdk.support/lookup-entry]] | `:log-stream` | | `logging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:logging` | | `port` | software.amazon.awscdk.services.ec2.VpnPort | [[cdk.api.services.ec2/vpn-port]] | `:port` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `selfServicePortal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:self-service-portal` | | `serverCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-arn` | | `sessionTimeout` | software.amazon.awscdk.services.ec2.ClientVpnSessionTimeout | [[cdk.api.services.ec2/client-vpn-session-timeout]] | `:session-timeout` | | `splitTunnel` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:split-tunnel` | | `transportProtocol` | software.amazon.awscdk.services.ec2.TransportProtocol | [[cdk.api.services.ec2/transport-protocol]] | `:transport-protocol` | | `userBasedAuthentication` | software.amazon.awscdk.services.ec2.ClientVpnUserBasedAuthentication | [[cdk.support/lookup-entry]] | `:user-based-authentication` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-client-vpn-endpoint-options-builder builder id config)
The build-client-vpn-endpoint-options-builder function updates a ClientVpnEndpointOptions$Builder instance using the provided configuration. The function takes the ClientVpnEndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizeAllUsersToVpcCidr | java.lang.Boolean | cdk.support/lookup-entry | :authorize-all-users-to-vpc-cidr |
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
clientCertificateArn | java.lang.String | cdk.support/lookup-entry | :client-certificate-arn |
clientConnectionHandler | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler | cdk.support/lookup-entry | :client-connection-handler |
clientLoginBanner | java.lang.String | cdk.support/lookup-entry | :client-login-banner |
description | java.lang.String | cdk.support/lookup-entry | :description |
dnsServers | java.util.List | cdk.support/lookup-entry | :dns-servers |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
logStream | software.amazon.awscdk.services.logs.ILogStream | cdk.support/lookup-entry | :log-stream |
logging | java.lang.Boolean | cdk.support/lookup-entry | :logging |
port | software.amazon.awscdk.services.ec2.VpnPort | cdk.api.services.ec2/vpn-port | :port |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
selfServicePortal | java.lang.Boolean | cdk.support/lookup-entry | :self-service-portal |
serverCertificateArn | java.lang.String | cdk.support/lookup-entry | :server-certificate-arn |
sessionTimeout | software.amazon.awscdk.services.ec2.ClientVpnSessionTimeout | cdk.api.services.ec2/client-vpn-session-timeout | :session-timeout |
splitTunnel | java.lang.Boolean | cdk.support/lookup-entry | :split-tunnel |
transportProtocol | software.amazon.awscdk.services.ec2.TransportProtocol | cdk.api.services.ec2/transport-protocol | :transport-protocol |
userBasedAuthentication | software.amazon.awscdk.services.ec2.ClientVpnUserBasedAuthentication | cdk.support/lookup-entry | :user-based-authentication |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-client-vpn-endpoint-options-builder function updates a ClientVpnEndpointOptions$Builder instance using the provided configuration. The function takes the ClientVpnEndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizeAllUsersToVpcCidr` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorize-all-users-to-vpc-cidr` | | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `clientCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-arn` | | `clientConnectionHandler` | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler | [[cdk.support/lookup-entry]] | `:client-connection-handler` | | `clientLoginBanner` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-login-banner` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `logStream` | software.amazon.awscdk.services.logs.ILogStream | [[cdk.support/lookup-entry]] | `:log-stream` | | `logging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:logging` | | `port` | software.amazon.awscdk.services.ec2.VpnPort | [[cdk.api.services.ec2/vpn-port]] | `:port` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `selfServicePortal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:self-service-portal` | | `serverCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-arn` | | `sessionTimeout` | software.amazon.awscdk.services.ec2.ClientVpnSessionTimeout | [[cdk.api.services.ec2/client-vpn-session-timeout]] | `:session-timeout` | | `splitTunnel` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:split-tunnel` | | `transportProtocol` | software.amazon.awscdk.services.ec2.TransportProtocol | [[cdk.api.services.ec2/transport-protocol]] | `:transport-protocol` | | `userBasedAuthentication` | software.amazon.awscdk.services.ec2.ClientVpnUserBasedAuthentication | [[cdk.support/lookup-entry]] | `:user-based-authentication` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-client-vpn-endpoint-props-builder builder id config)
The build-client-vpn-endpoint-props-builder function updates a ClientVpnEndpointProps$Builder instance using the provided configuration. The function takes the ClientVpnEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizeAllUsersToVpcCidr | java.lang.Boolean | cdk.support/lookup-entry | :authorize-all-users-to-vpc-cidr |
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
clientCertificateArn | java.lang.String | cdk.support/lookup-entry | :client-certificate-arn |
clientConnectionHandler | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler | cdk.support/lookup-entry | :client-connection-handler |
clientLoginBanner | java.lang.String | cdk.support/lookup-entry | :client-login-banner |
description | java.lang.String | cdk.support/lookup-entry | :description |
dnsServers | java.util.List | cdk.support/lookup-entry | :dns-servers |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
logStream | software.amazon.awscdk.services.logs.ILogStream | cdk.support/lookup-entry | :log-stream |
logging | java.lang.Boolean | cdk.support/lookup-entry | :logging |
port | software.amazon.awscdk.services.ec2.VpnPort | cdk.api.services.ec2/vpn-port | :port |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
selfServicePortal | java.lang.Boolean | cdk.support/lookup-entry | :self-service-portal |
serverCertificateArn | java.lang.String | cdk.support/lookup-entry | :server-certificate-arn |
sessionTimeout | software.amazon.awscdk.services.ec2.ClientVpnSessionTimeout | cdk.api.services.ec2/client-vpn-session-timeout | :session-timeout |
splitTunnel | java.lang.Boolean | cdk.support/lookup-entry | :split-tunnel |
transportProtocol | software.amazon.awscdk.services.ec2.TransportProtocol | cdk.api.services.ec2/transport-protocol | :transport-protocol |
userBasedAuthentication | software.amazon.awscdk.services.ec2.ClientVpnUserBasedAuthentication | cdk.support/lookup-entry | :user-based-authentication |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-client-vpn-endpoint-props-builder function updates a ClientVpnEndpointProps$Builder instance using the provided configuration. The function takes the ClientVpnEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizeAllUsersToVpcCidr` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorize-all-users-to-vpc-cidr` | | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `clientCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-arn` | | `clientConnectionHandler` | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler | [[cdk.support/lookup-entry]] | `:client-connection-handler` | | `clientLoginBanner` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-login-banner` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `dnsServers` | java.util.List | [[cdk.support/lookup-entry]] | `:dns-servers` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `logStream` | software.amazon.awscdk.services.logs.ILogStream | [[cdk.support/lookup-entry]] | `:log-stream` | | `logging` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:logging` | | `port` | software.amazon.awscdk.services.ec2.VpnPort | [[cdk.api.services.ec2/vpn-port]] | `:port` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `selfServicePortal` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:self-service-portal` | | `serverCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-certificate-arn` | | `sessionTimeout` | software.amazon.awscdk.services.ec2.ClientVpnSessionTimeout | [[cdk.api.services.ec2/client-vpn-session-timeout]] | `:session-timeout` | | `splitTunnel` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:split-tunnel` | | `transportProtocol` | software.amazon.awscdk.services.ec2.TransportProtocol | [[cdk.api.services.ec2/transport-protocol]] | `:transport-protocol` | | `userBasedAuthentication` | software.amazon.awscdk.services.ec2.ClientVpnUserBasedAuthentication | [[cdk.support/lookup-entry]] | `:user-based-authentication` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-client-vpn-route-builder builder id config)
The build-client-vpn-route-builder function updates a ClientVpnRoute$Builder instance using the provided configuration. The function takes the ClientVpnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
clientVpnEndpoint | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | cdk.support/lookup-entry | :client-vpn-endpoint |
description | java.lang.String | cdk.support/lookup-entry | :description |
target | software.amazon.awscdk.services.ec2.ClientVpnRouteTarget | cdk.support/lookup-entry | :target |
The build-client-vpn-route-builder function updates a ClientVpnRoute$Builder instance using the provided configuration. The function takes the ClientVpnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `clientVpnEndpoint` | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `target` | software.amazon.awscdk.services.ec2.ClientVpnRouteTarget | [[cdk.support/lookup-entry]] | `:target` |
(build-client-vpn-route-options-builder builder id config)
The build-client-vpn-route-options-builder function updates a ClientVpnRouteOptions$Builder instance using the provided configuration. The function takes the ClientVpnRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
description | java.lang.String | cdk.support/lookup-entry | :description |
target | software.amazon.awscdk.services.ec2.ClientVpnRouteTarget | cdk.support/lookup-entry | :target |
The build-client-vpn-route-options-builder function updates a ClientVpnRouteOptions$Builder instance using the provided configuration. The function takes the ClientVpnRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `target` | software.amazon.awscdk.services.ec2.ClientVpnRouteTarget | [[cdk.support/lookup-entry]] | `:target` |
(build-client-vpn-route-props-builder builder id config)
The build-client-vpn-route-props-builder function updates a ClientVpnRouteProps$Builder instance using the provided configuration. The function takes the ClientVpnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
clientVpnEndpoint | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | cdk.support/lookup-entry | :client-vpn-endpoint |
description | java.lang.String | cdk.support/lookup-entry | :description |
target | software.amazon.awscdk.services.ec2.ClientVpnRouteTarget | cdk.support/lookup-entry | :target |
The build-client-vpn-route-props-builder function updates a ClientVpnRouteProps$Builder instance using the provided configuration. The function takes the ClientVpnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `clientVpnEndpoint` | software.amazon.awscdk.services.ec2.IClientVpnEndpoint | [[cdk.support/lookup-entry]] | `:client-vpn-endpoint` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `target` | software.amazon.awscdk.services.ec2.ClientVpnRouteTarget | [[cdk.support/lookup-entry]] | `:target` |
(build-common-network-acl-entry-options-builder builder id config)
The build-common-network-acl-entry-options-builder function updates a CommonNetworkAclEntryOptions$Builder instance using the provided configuration. The function takes the CommonNetworkAclEntryOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | software.amazon.awscdk.services.ec2.AclCidr | cdk.support/lookup-entry | :cidr |
direction | software.amazon.awscdk.services.ec2.TrafficDirection | cdk.api.services.ec2/traffic-direction | :direction |
networkAclEntryName | java.lang.String | cdk.support/lookup-entry | :network-acl-entry-name |
ruleAction | software.amazon.awscdk.services.ec2.Action | cdk.api.services.ec2/action | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
traffic | software.amazon.awscdk.services.ec2.AclTraffic | cdk.support/lookup-entry | :traffic |
The build-common-network-acl-entry-options-builder function updates a CommonNetworkAclEntryOptions$Builder instance using the provided configuration. The function takes the CommonNetworkAclEntryOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | software.amazon.awscdk.services.ec2.AclCidr | [[cdk.support/lookup-entry]] | `:cidr` | | `direction` | software.amazon.awscdk.services.ec2.TrafficDirection | [[cdk.api.services.ec2/traffic-direction]] | `:direction` | | `networkAclEntryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-entry-name` | | `ruleAction` | software.amazon.awscdk.services.ec2.Action | [[cdk.api.services.ec2/action]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` | | `traffic` | software.amazon.awscdk.services.ec2.AclTraffic | [[cdk.support/lookup-entry]] | `:traffic` |
(build-config-set-props-builder builder id config)
The build-config-set-props-builder function updates a ConfigSetProps$Builder instance using the provided configuration. The function takes the ConfigSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configSets | java.util.Map | cdk.support/lookup-entry | :config-sets |
configs | java.util.Map | cdk.support/lookup-entry | :configs |
The build-config-set-props-builder function updates a ConfigSetProps$Builder instance using the provided configuration. The function takes the ConfigSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configSets` | java.util.Map | [[cdk.support/lookup-entry]] | `:config-sets` | | `configs` | java.util.Map | [[cdk.support/lookup-entry]] | `:configs` |
(build-configure-nat-options-builder builder id config)
The build-configure-nat-options-builder function updates a ConfigureNatOptions$Builder instance using the provided configuration. The function takes the ConfigureNatOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
natSubnets | java.util.List | cdk.support/lookup-entry | :nat-subnets |
privateSubnets | java.util.List | cdk.support/lookup-entry | :private-subnets |
vpc | software.amazon.awscdk.services.ec2.Vpc | cdk.support/lookup-entry | :vpc |
The build-configure-nat-options-builder function updates a ConfigureNatOptions$Builder instance using the provided configuration. The function takes the ConfigureNatOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `natSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:nat-subnets` | | `privateSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:private-subnets` | | `vpc` | software.amazon.awscdk.services.ec2.Vpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-connection-rule-builder builder id config)
The build-connection-rule-builder function updates a ConnectionRule$Builder instance using the provided configuration. The function takes the ConnectionRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
protocol | java.lang.String | cdk.support/lookup-entry | :protocol |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-connection-rule-builder function updates a ConnectionRule$Builder instance using the provided configuration. The function takes the ConnectionRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-connections-builder builder id config)
The build-connections-builder function updates a Connections$Builder instance using the provided configuration. The function takes the Connections$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultPort | software.amazon.awscdk.services.ec2.Port | cdk.support/lookup-entry | :default-port |
peer | software.amazon.awscdk.services.ec2.IPeer | cdk.support/lookup-entry | :peer |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
The build-connections-builder function updates a Connections$Builder instance using the provided configuration. The function takes the Connections$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultPort` | software.amazon.awscdk.services.ec2.Port | [[cdk.support/lookup-entry]] | `:default-port` | | `peer` | software.amazon.awscdk.services.ec2.IPeer | [[cdk.support/lookup-entry]] | `:peer` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
(build-connections-props-builder builder id config)
The build-connections-props-builder function updates a ConnectionsProps$Builder instance using the provided configuration. The function takes the ConnectionsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultPort | software.amazon.awscdk.services.ec2.Port | cdk.support/lookup-entry | :default-port |
peer | software.amazon.awscdk.services.ec2.IPeer | cdk.support/lookup-entry | :peer |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
The build-connections-props-builder function updates a ConnectionsProps$Builder instance using the provided configuration. The function takes the ConnectionsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultPort` | software.amazon.awscdk.services.ec2.Port | [[cdk.support/lookup-entry]] | `:default-port` | | `peer` | software.amazon.awscdk.services.ec2.IPeer | [[cdk.support/lookup-entry]] | `:peer` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
(build-create-ipv6-cidr-blocks-request-builder builder id config)
The build-create-ipv6-cidr-blocks-request-builder function updates a CreateIpv6CidrBlocksRequest$Builder instance using the provided configuration. The function takes the CreateIpv6CidrBlocksRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipv6SelectedCidr | java.lang.String | cdk.support/lookup-entry | :ipv6-selected-cidr |
sizeMask | java.lang.String | cdk.support/lookup-entry | :size-mask |
subnetCount | java.lang.Number | cdk.support/lookup-entry | :subnet-count |
The build-create-ipv6-cidr-blocks-request-builder function updates a CreateIpv6CidrBlocksRequest$Builder instance using the provided configuration. The function takes the CreateIpv6CidrBlocksRequest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `ipv6SelectedCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-selected-cidr` | | `sizeMask` | java.lang.String | [[cdk.support/lookup-entry]] | `:size-mask` | | `subnetCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:subnet-count` |
(build-destination-options-builder builder id config)
The build-destination-options-builder function updates a DestinationOptions$Builder instance using the provided configuration. The function takes the DestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileFormat | software.amazon.awscdk.services.ec2.FlowLogFileFormat | cdk.api.services.ec2/flow-log-file-format | :file-format |
hiveCompatiblePartitions | java.lang.Boolean | cdk.support/lookup-entry | :hive-compatible-partitions |
perHourPartition | java.lang.Boolean | cdk.support/lookup-entry | :per-hour-partition |
The build-destination-options-builder function updates a DestinationOptions$Builder instance using the provided configuration. The function takes the DestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fileFormat` | software.amazon.awscdk.services.ec2.FlowLogFileFormat | [[cdk.api.services.ec2/flow-log-file-format]] | `:file-format` | | `hiveCompatiblePartitions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hive-compatible-partitions` | | `perHourPartition` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:per-hour-partition` |
(build-ebs-device-options-base-builder builder id config)
The build-ebs-device-options-base-builder function updates a EbsDeviceOptionsBase$Builder instance using the provided configuration. The function takes the EbsDeviceOptionsBase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
volumeType | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | cdk.api.services.ec2/ebs-device-volume-type | :volume-type |
The build-ebs-device-options-base-builder function updates a EbsDeviceOptionsBase$Builder instance using the provided configuration. The function takes the EbsDeviceOptionsBase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `volumeType` | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | [[cdk.api.services.ec2/ebs-device-volume-type]] | `:volume-type` |
(build-ebs-device-options-builder builder id config)
The build-ebs-device-options-builder function updates a EbsDeviceOptions$Builder instance using the provided configuration. The function takes the EbsDeviceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
volumeType | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | cdk.api.services.ec2/ebs-device-volume-type | :volume-type |
The build-ebs-device-options-builder function updates a EbsDeviceOptions$Builder instance using the provided configuration. The function takes the EbsDeviceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `volumeType` | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | [[cdk.api.services.ec2/ebs-device-volume-type]] | `:volume-type` |
(build-ebs-device-props-builder builder id config)
The build-ebs-device-props-builder function updates a EbsDeviceProps$Builder instance using the provided configuration. The function takes the EbsDeviceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | cdk.api.services.ec2/ebs-device-volume-type | :volume-type |
The build-ebs-device-props-builder function updates a EbsDeviceProps$Builder instance using the provided configuration. The function takes the EbsDeviceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | [[cdk.api.services.ec2/ebs-device-volume-type]] | `:volume-type` |
(build-ebs-device-snapshot-options-builder builder id config)
The build-ebs-device-snapshot-options-builder function updates a EbsDeviceSnapshotOptions$Builder instance using the provided configuration. The function takes the EbsDeviceSnapshotOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteOnTermination | java.lang.Boolean | cdk.support/lookup-entry | :delete-on-termination |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
volumeSize | java.lang.Number | cdk.support/lookup-entry | :volume-size |
volumeType | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | cdk.api.services.ec2/ebs-device-volume-type | :volume-type |
The build-ebs-device-snapshot-options-builder function updates a EbsDeviceSnapshotOptions$Builder instance using the provided configuration. The function takes the EbsDeviceSnapshotOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteOnTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-on-termination` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `volumeSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size` | | `volumeType` | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | [[cdk.api.services.ec2/ebs-device-volume-type]] | `:volume-type` |
(build-enable-vpn-gateway-options-builder builder id config)
The build-enable-vpn-gateway-options-builder function updates a EnableVpnGatewayOptions$Builder instance using the provided configuration. The function takes the EnableVpnGatewayOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonSideAsn | java.lang.Number | cdk.support/lookup-entry | :amazon-side-asn |
type | java.lang.String | cdk.support/lookup-entry | :type |
vpnRoutePropagation | java.util.List | cdk.support/lookup-entry | :vpn-route-propagation |
The build-enable-vpn-gateway-options-builder function updates a EnableVpnGatewayOptions$Builder instance using the provided configuration. The function takes the EnableVpnGatewayOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonSideAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amazon-side-asn` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `vpnRoutePropagation` | java.util.List | [[cdk.support/lookup-entry]] | `:vpn-route-propagation` |
(build-execute-file-options-builder builder id config)
The build-execute-file-options-builder function updates a ExecuteFileOptions$Builder instance using the provided configuration. The function takes the ExecuteFileOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arguments | java.lang.String | cdk.support/lookup-entry | :arguments |
filePath | java.lang.String | cdk.support/lookup-entry | :file-path |
The build-execute-file-options-builder function updates a ExecuteFileOptions$Builder instance using the provided configuration. The function takes the ExecuteFileOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arguments` | java.lang.String | [[cdk.support/lookup-entry]] | `:arguments` | | `filePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-path` |
(build-flow-log-builder builder id config)
The build-flow-log-builder function updates a FlowLog$Builder instance using the provided configuration. The function takes the FlowLog$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | software.amazon.awscdk.services.ec2.FlowLogDestination | cdk.support/lookup-entry | :destination |
flowLogName | java.lang.String | cdk.support/lookup-entry | :flow-log-name |
logFormat | java.util.List | cdk.support/lookup-entry | :log-format |
maxAggregationInterval | software.amazon.awscdk.services.ec2.FlowLogMaxAggregationInterval | cdk.api.services.ec2/flow-log-max-aggregation-interval | :max-aggregation-interval |
resourceType | software.amazon.awscdk.services.ec2.FlowLogResourceType | cdk.support/lookup-entry | :resource-type |
trafficType | software.amazon.awscdk.services.ec2.FlowLogTrafficType | cdk.api.services.ec2/flow-log-traffic-type | :traffic-type |
The build-flow-log-builder function updates a FlowLog$Builder instance using the provided configuration. The function takes the FlowLog$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | software.amazon.awscdk.services.ec2.FlowLogDestination | [[cdk.support/lookup-entry]] | `:destination` | | `flowLogName` | java.lang.String | [[cdk.support/lookup-entry]] | `:flow-log-name` | | `logFormat` | java.util.List | [[cdk.support/lookup-entry]] | `:log-format` | | `maxAggregationInterval` | software.amazon.awscdk.services.ec2.FlowLogMaxAggregationInterval | [[cdk.api.services.ec2/flow-log-max-aggregation-interval]] | `:max-aggregation-interval` | | `resourceType` | software.amazon.awscdk.services.ec2.FlowLogResourceType | [[cdk.support/lookup-entry]] | `:resource-type` | | `trafficType` | software.amazon.awscdk.services.ec2.FlowLogTrafficType | [[cdk.api.services.ec2/flow-log-traffic-type]] | `:traffic-type` |
(build-flow-log-destination-config-builder builder id config)
The build-flow-log-destination-config-builder function updates a FlowLogDestinationConfig$Builder instance using the provided configuration. The function takes the FlowLogDestinationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deliveryStreamArn | java.lang.String | cdk.support/lookup-entry | :delivery-stream-arn |
destinationOptions | software.amazon.awscdk.services.ec2.DestinationOptions | cdk.support/lookup-entry | :destination-options |
iamRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :iam-role |
keyPrefix | java.lang.String | cdk.support/lookup-entry | :key-prefix |
logDestinationType | software.amazon.awscdk.services.ec2.FlowLogDestinationType | cdk.api.services.ec2/flow-log-destination-type | :log-destination-type |
logGroup | software.amazon.awscdk.services.logs.ILogGroup | cdk.support/lookup-entry | :log-group |
s3Bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :s3-bucket |
The build-flow-log-destination-config-builder function updates a FlowLogDestinationConfig$Builder instance using the provided configuration. The function takes the FlowLogDestinationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deliveryStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream-arn` | | `destinationOptions` | software.amazon.awscdk.services.ec2.DestinationOptions | [[cdk.support/lookup-entry]] | `:destination-options` | | `iamRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:iam-role` | | `keyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-prefix` | | `logDestinationType` | software.amazon.awscdk.services.ec2.FlowLogDestinationType | [[cdk.api.services.ec2/flow-log-destination-type]] | `:log-destination-type` | | `logGroup` | software.amazon.awscdk.services.logs.ILogGroup | [[cdk.support/lookup-entry]] | `:log-group` | | `s3Bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:s3-bucket` |
(build-flow-log-options-builder builder id config)
The build-flow-log-options-builder function updates a FlowLogOptions$Builder instance using the provided configuration. The function takes the FlowLogOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | software.amazon.awscdk.services.ec2.FlowLogDestination | cdk.support/lookup-entry | :destination |
logFormat | java.util.List | cdk.support/lookup-entry | :log-format |
maxAggregationInterval | software.amazon.awscdk.services.ec2.FlowLogMaxAggregationInterval | cdk.api.services.ec2/flow-log-max-aggregation-interval | :max-aggregation-interval |
trafficType | software.amazon.awscdk.services.ec2.FlowLogTrafficType | cdk.api.services.ec2/flow-log-traffic-type | :traffic-type |
The build-flow-log-options-builder function updates a FlowLogOptions$Builder instance using the provided configuration. The function takes the FlowLogOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | software.amazon.awscdk.services.ec2.FlowLogDestination | [[cdk.support/lookup-entry]] | `:destination` | | `logFormat` | java.util.List | [[cdk.support/lookup-entry]] | `:log-format` | | `maxAggregationInterval` | software.amazon.awscdk.services.ec2.FlowLogMaxAggregationInterval | [[cdk.api.services.ec2/flow-log-max-aggregation-interval]] | `:max-aggregation-interval` | | `trafficType` | software.amazon.awscdk.services.ec2.FlowLogTrafficType | [[cdk.api.services.ec2/flow-log-traffic-type]] | `:traffic-type` |
(build-flow-log-props-builder builder id config)
The build-flow-log-props-builder function updates a FlowLogProps$Builder instance using the provided configuration. The function takes the FlowLogProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | software.amazon.awscdk.services.ec2.FlowLogDestination | cdk.support/lookup-entry | :destination |
flowLogName | java.lang.String | cdk.support/lookup-entry | :flow-log-name |
logFormat | java.util.List | cdk.support/lookup-entry | :log-format |
maxAggregationInterval | software.amazon.awscdk.services.ec2.FlowLogMaxAggregationInterval | cdk.api.services.ec2/flow-log-max-aggregation-interval | :max-aggregation-interval |
resourceType | software.amazon.awscdk.services.ec2.FlowLogResourceType | cdk.support/lookup-entry | :resource-type |
trafficType | software.amazon.awscdk.services.ec2.FlowLogTrafficType | cdk.api.services.ec2/flow-log-traffic-type | :traffic-type |
The build-flow-log-props-builder function updates a FlowLogProps$Builder instance using the provided configuration. The function takes the FlowLogProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | software.amazon.awscdk.services.ec2.FlowLogDestination | [[cdk.support/lookup-entry]] | `:destination` | | `flowLogName` | java.lang.String | [[cdk.support/lookup-entry]] | `:flow-log-name` | | `logFormat` | java.util.List | [[cdk.support/lookup-entry]] | `:log-format` | | `maxAggregationInterval` | software.amazon.awscdk.services.ec2.FlowLogMaxAggregationInterval | [[cdk.api.services.ec2/flow-log-max-aggregation-interval]] | `:max-aggregation-interval` | | `resourceType` | software.amazon.awscdk.services.ec2.FlowLogResourceType | [[cdk.support/lookup-entry]] | `:resource-type` | | `trafficType` | software.amazon.awscdk.services.ec2.FlowLogTrafficType | [[cdk.api.services.ec2/flow-log-traffic-type]] | `:traffic-type` |
(build-gateway-config-builder builder id config)
The build-gateway-config-builder function updates a GatewayConfig$Builder instance using the provided configuration. The function takes the GatewayConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
az | java.lang.String | cdk.support/lookup-entry | :az |
gatewayId | java.lang.String | cdk.support/lookup-entry | :gateway-id |
The build-gateway-config-builder function updates a GatewayConfig$Builder instance using the provided configuration. The function takes the GatewayConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `az` | java.lang.String | [[cdk.support/lookup-entry]] | `:az` | | `gatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-id` |
(build-gateway-vpc-endpoint-builder builder id config)
The build-gateway-vpc-endpoint-builder function updates a GatewayVpcEndpoint$Builder instance using the provided configuration. The function takes the GatewayVpcEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
service | software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService | cdk.support/lookup-entry | :service |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-gateway-vpc-endpoint-builder function updates a GatewayVpcEndpoint$Builder instance using the provided configuration. The function takes the GatewayVpcEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `service` | software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService | [[cdk.support/lookup-entry]] | `:service` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-gateway-vpc-endpoint-options-builder builder id config)
The build-gateway-vpc-endpoint-options-builder function updates a GatewayVpcEndpointOptions$Builder instance using the provided configuration. The function takes the GatewayVpcEndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
service | software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService | cdk.support/lookup-entry | :service |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
The build-gateway-vpc-endpoint-options-builder function updates a GatewayVpcEndpointOptions$Builder instance using the provided configuration. The function takes the GatewayVpcEndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `service` | software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService | [[cdk.support/lookup-entry]] | `:service` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
(build-gateway-vpc-endpoint-props-builder builder id config)
The build-gateway-vpc-endpoint-props-builder function updates a GatewayVpcEndpointProps$Builder instance using the provided configuration. The function takes the GatewayVpcEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
service | software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService | cdk.support/lookup-entry | :service |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-gateway-vpc-endpoint-props-builder function updates a GatewayVpcEndpointProps$Builder instance using the provided configuration. The function takes the GatewayVpcEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `service` | software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService | [[cdk.support/lookup-entry]] | `:service` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-generic-linux-image-builder builder id config)
The build-generic-linux-image-builder function updates a GenericLinuxImage$Builder instance using the provided configuration. The function takes the GenericLinuxImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-generic-linux-image-builder function updates a GenericLinuxImage$Builder instance using the provided configuration. The function takes the GenericLinuxImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-generic-linux-image-props-builder builder id config)
The build-generic-linux-image-props-builder function updates a GenericLinuxImageProps$Builder instance using the provided configuration. The function takes the GenericLinuxImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-generic-linux-image-props-builder function updates a GenericLinuxImageProps$Builder instance using the provided configuration. The function takes the GenericLinuxImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-generic-windows-image-builder builder id config)
The build-generic-windows-image-builder function updates a GenericWindowsImage$Builder instance using the provided configuration. The function takes the GenericWindowsImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-generic-windows-image-builder function updates a GenericWindowsImage$Builder instance using the provided configuration. The function takes the GenericWindowsImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-generic-windows-image-props-builder builder id config)
The build-generic-windows-image-props-builder function updates a GenericWindowsImageProps$Builder instance using the provided configuration. The function takes the GenericWindowsImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-generic-windows-image-props-builder function updates a GenericWindowsImageProps$Builder instance using the provided configuration. The function takes the GenericWindowsImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-init-command-options-builder builder id config)
The build-init-command-options-builder function updates a InitCommandOptions$Builder instance using the provided configuration. The function takes the InitCommandOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cwd | java.lang.String | cdk.support/lookup-entry | :cwd |
env | java.util.Map | cdk.support/lookup-entry | :env |
ignoreErrors | java.lang.Boolean | cdk.support/lookup-entry | :ignore-errors |
key | java.lang.String | cdk.support/lookup-entry | :key |
serviceRestartHandles | java.util.List | cdk.support/lookup-entry | :service-restart-handles |
testCmd | java.lang.String | cdk.support/lookup-entry | :test-cmd |
waitAfterCompletion | software.amazon.awscdk.services.ec2.InitCommandWaitDuration | cdk.support/lookup-entry | :wait-after-completion |
The build-init-command-options-builder function updates a InitCommandOptions$Builder instance using the provided configuration. The function takes the InitCommandOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cwd` | java.lang.String | [[cdk.support/lookup-entry]] | `:cwd` | | `env` | java.util.Map | [[cdk.support/lookup-entry]] | `:env` | | `ignoreErrors` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-errors` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `serviceRestartHandles` | java.util.List | [[cdk.support/lookup-entry]] | `:service-restart-handles` | | `testCmd` | java.lang.String | [[cdk.support/lookup-entry]] | `:test-cmd` | | `waitAfterCompletion` | software.amazon.awscdk.services.ec2.InitCommandWaitDuration | [[cdk.support/lookup-entry]] | `:wait-after-completion` |
(build-init-file-asset-options-builder builder id config)
The build-init-file-asset-options-builder function updates a InitFileAssetOptions$Builder instance using the provided configuration. The function takes the InitFileAssetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetHash | java.lang.String | cdk.support/lookup-entry | :asset-hash |
assetHashType | software.amazon.awscdk.AssetHashType | cdk.api/asset-hash-type | :asset-hash-type |
base64Encoded | java.lang.Boolean | cdk.support/lookup-entry | :base64-encoded |
bundling | software.amazon.awscdk.BundlingOptions | cdk.support/lookup-entry | :bundling |
deployTime | java.lang.Boolean | cdk.support/lookup-entry | :deploy-time |
exclude | java.util.List | cdk.support/lookup-entry | :exclude |
followSymlinks | software.amazon.awscdk.SymlinkFollowMode | cdk.api/symlink-follow-mode | :follow-symlinks |
group | java.lang.String | cdk.support/lookup-entry | :group |
ignoreMode | software.amazon.awscdk.IgnoreMode | cdk.api/ignore-mode | :ignore-mode |
mode | java.lang.String | cdk.support/lookup-entry | :mode |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
readers | java.util.List | cdk.support/lookup-entry | :readers |
serviceRestartHandles | java.util.List | cdk.support/lookup-entry | :service-restart-handles |
The build-init-file-asset-options-builder function updates a InitFileAssetOptions$Builder instance using the provided configuration. The function takes the InitFileAssetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-hash` | | `assetHashType` | software.amazon.awscdk.AssetHashType | [[cdk.api/asset-hash-type]] | `:asset-hash-type` | | `base64Encoded` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:base64-encoded` | | `bundling` | software.amazon.awscdk.BundlingOptions | [[cdk.support/lookup-entry]] | `:bundling` | | `deployTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy-time` | | `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` | | `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` | | `group` | java.lang.String | [[cdk.support/lookup-entry]] | `:group` | | `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` | | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `readers` | java.util.List | [[cdk.support/lookup-entry]] | `:readers` | | `serviceRestartHandles` | java.util.List | [[cdk.support/lookup-entry]] | `:service-restart-handles` |
(build-init-file-options-builder builder id config)
The build-init-file-options-builder function updates a InitFileOptions$Builder instance using the provided configuration. The function takes the InitFileOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
base64Encoded | java.lang.Boolean | cdk.support/lookup-entry | :base64-encoded |
group | java.lang.String | cdk.support/lookup-entry | :group |
mode | java.lang.String | cdk.support/lookup-entry | :mode |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
serviceRestartHandles | java.util.List | cdk.support/lookup-entry | :service-restart-handles |
The build-init-file-options-builder function updates a InitFileOptions$Builder instance using the provided configuration. The function takes the InitFileOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `base64Encoded` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:base64-encoded` | | `group` | java.lang.String | [[cdk.support/lookup-entry]] | `:group` | | `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `serviceRestartHandles` | java.util.List | [[cdk.support/lookup-entry]] | `:service-restart-handles` |
(build-init-service-options-builder builder id config)
The build-init-service-options-builder function updates a InitServiceOptions$Builder instance using the provided configuration. The function takes the InitServiceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
ensureRunning | java.lang.Boolean | cdk.support/lookup-entry | :ensure-running |
serviceManager | software.amazon.awscdk.services.ec2.ServiceManager | cdk.api.services.ec2/service-manager | :service-manager |
serviceRestartHandle | software.amazon.awscdk.services.ec2.InitServiceRestartHandle | cdk.support/lookup-entry | :service-restart-handle |
The build-init-service-options-builder function updates a InitServiceOptions$Builder instance using the provided configuration. The function takes the InitServiceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `ensureRunning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ensure-running` | | `serviceManager` | software.amazon.awscdk.services.ec2.ServiceManager | [[cdk.api.services.ec2/service-manager]] | `:service-manager` | | `serviceRestartHandle` | software.amazon.awscdk.services.ec2.InitServiceRestartHandle | [[cdk.support/lookup-entry]] | `:service-restart-handle` |
(build-init-source-asset-options-builder builder id config)
The build-init-source-asset-options-builder function updates a InitSourceAssetOptions$Builder instance using the provided configuration. The function takes the InitSourceAssetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assetHash | java.lang.String | cdk.support/lookup-entry | :asset-hash |
assetHashType | software.amazon.awscdk.AssetHashType | cdk.api/asset-hash-type | :asset-hash-type |
bundling | software.amazon.awscdk.BundlingOptions | cdk.support/lookup-entry | :bundling |
deployTime | java.lang.Boolean | cdk.support/lookup-entry | :deploy-time |
exclude | java.util.List | cdk.support/lookup-entry | :exclude |
followSymlinks | software.amazon.awscdk.SymlinkFollowMode | cdk.api/symlink-follow-mode | :follow-symlinks |
ignoreMode | software.amazon.awscdk.IgnoreMode | cdk.api/ignore-mode | :ignore-mode |
readers | java.util.List | cdk.support/lookup-entry | :readers |
serviceRestartHandles | java.util.List | cdk.support/lookup-entry | :service-restart-handles |
The build-init-source-asset-options-builder function updates a InitSourceAssetOptions$Builder instance using the provided configuration. The function takes the InitSourceAssetOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assetHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-hash` | | `assetHashType` | software.amazon.awscdk.AssetHashType | [[cdk.api/asset-hash-type]] | `:asset-hash-type` | | `bundling` | software.amazon.awscdk.BundlingOptions | [[cdk.support/lookup-entry]] | `:bundling` | | `deployTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy-time` | | `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` | | `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` | | `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` | | `readers` | java.util.List | [[cdk.support/lookup-entry]] | `:readers` | | `serviceRestartHandles` | java.util.List | [[cdk.support/lookup-entry]] | `:service-restart-handles` |
(build-init-source-options-builder builder id config)
The build-init-source-options-builder function updates a InitSourceOptions$Builder instance using the provided configuration. The function takes the InitSourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serviceRestartHandles | java.util.List | cdk.support/lookup-entry | :service-restart-handles |
The build-init-source-options-builder function updates a InitSourceOptions$Builder instance using the provided configuration. The function takes the InitSourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `serviceRestartHandles` | java.util.List | [[cdk.support/lookup-entry]] | `:service-restart-handles` |
(build-init-user-options-builder builder id config)
The build-init-user-options-builder function updates a InitUserOptions$Builder instance using the provided configuration. The function takes the InitUserOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
groups | java.util.List | cdk.support/lookup-entry | :groups |
homeDir | java.lang.String | cdk.support/lookup-entry | :home-dir |
userId | java.lang.Number | cdk.support/lookup-entry | :user-id |
The build-init-user-options-builder function updates a InitUserOptions$Builder instance using the provided configuration. The function takes the InitUserOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `groups` | java.util.List | [[cdk.support/lookup-entry]] | `:groups` | | `homeDir` | java.lang.String | [[cdk.support/lookup-entry]] | `:home-dir` | | `userId` | java.lang.Number | [[cdk.support/lookup-entry]] | `:user-id` |
(build-instance-builder builder id config)
The build-instance-builder function updates a Instance$Builder instance using the provided configuration. The function takes the Instance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllIpv6Outbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-ipv6-outbound |
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
associatePublicIpAddress | java.lang.Boolean | cdk.support/lookup-entry | :associate-public-ip-address |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDevices | java.util.List | cdk.support/lookup-entry | :block-devices |
creditSpecification | software.amazon.awscdk.services.ec2.CpuCredits | cdk.api.services.ec2/cpu-credits | :credit-specification |
detailedMonitoring | java.lang.Boolean | cdk.support/lookup-entry | :detailed-monitoring |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
init | software.amazon.awscdk.services.ec2.CloudFormationInit | cdk.support/lookup-entry | :init |
initOptions | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | cdk.support/lookup-entry | :init-options |
instanceInitiatedShutdownBehavior | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | cdk.api.services.ec2/instance-initiated-shutdown-behavior | :instance-initiated-shutdown-behavior |
instanceName | java.lang.String | cdk.support/lookup-entry | :instance-name |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyPair | software.amazon.awscdk.services.ec2.IKeyPair | cdk.support/lookup-entry | :key-pair |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
placementGroup | software.amazon.awscdk.services.ec2.IPlacementGroup | cdk.support/lookup-entry | :placement-group |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
propagateTagsToVolumeOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :propagate-tags-to-volume-on-creation |
requireImdsv2 | java.lang.Boolean | cdk.support/lookup-entry | :require-imdsv2 |
resourceSignalTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :resource-signal-timeout |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
sourceDestCheck | java.lang.Boolean | cdk.support/lookup-entry | :source-dest-check |
ssmSessionPermissions | java.lang.Boolean | cdk.support/lookup-entry | :ssm-session-permissions |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
userDataCausesReplacement | java.lang.Boolean | cdk.support/lookup-entry | :user-data-causes-replacement |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-instance-builder function updates a Instance$Builder instance using the provided configuration. The function takes the Instance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllIpv6Outbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-ipv6-outbound` | | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `associatePublicIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:block-devices` | | `creditSpecification` | software.amazon.awscdk.services.ec2.CpuCredits | [[cdk.api.services.ec2/cpu-credits]] | `:credit-specification` | | `detailedMonitoring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:detailed-monitoring` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `init` | software.amazon.awscdk.services.ec2.CloudFormationInit | [[cdk.support/lookup-entry]] | `:init` | | `initOptions` | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | [[cdk.support/lookup-entry]] | `:init-options` | | `instanceInitiatedShutdownBehavior` | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | [[cdk.api.services.ec2/instance-initiated-shutdown-behavior]] | `:instance-initiated-shutdown-behavior` | | `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyPair` | software.amazon.awscdk.services.ec2.IKeyPair | [[cdk.support/lookup-entry]] | `:key-pair` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `placementGroup` | software.amazon.awscdk.services.ec2.IPlacementGroup | [[cdk.support/lookup-entry]] | `:placement-group` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `propagateTagsToVolumeOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:propagate-tags-to-volume-on-creation` | | `requireImdsv2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-imdsv2` | | `resourceSignalTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:resource-signal-timeout` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `sourceDestCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:source-dest-check` | | `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `userDataCausesReplacement` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user-data-causes-replacement` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-instance-props-builder builder id config)
The build-instance-props-builder function updates a InstanceProps$Builder instance using the provided configuration. The function takes the InstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllIpv6Outbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-ipv6-outbound |
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
associatePublicIpAddress | java.lang.Boolean | cdk.support/lookup-entry | :associate-public-ip-address |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
blockDevices | java.util.List | cdk.support/lookup-entry | :block-devices |
creditSpecification | software.amazon.awscdk.services.ec2.CpuCredits | cdk.api.services.ec2/cpu-credits | :credit-specification |
detailedMonitoring | java.lang.Boolean | cdk.support/lookup-entry | :detailed-monitoring |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
init | software.amazon.awscdk.services.ec2.CloudFormationInit | cdk.support/lookup-entry | :init |
initOptions | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | cdk.support/lookup-entry | :init-options |
instanceInitiatedShutdownBehavior | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | cdk.api.services.ec2/instance-initiated-shutdown-behavior | :instance-initiated-shutdown-behavior |
instanceName | java.lang.String | cdk.support/lookup-entry | :instance-name |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyPair | software.amazon.awscdk.services.ec2.IKeyPair | cdk.support/lookup-entry | :key-pair |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
placementGroup | software.amazon.awscdk.services.ec2.IPlacementGroup | cdk.support/lookup-entry | :placement-group |
privateIpAddress | java.lang.String | cdk.support/lookup-entry | :private-ip-address |
propagateTagsToVolumeOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :propagate-tags-to-volume-on-creation |
requireImdsv2 | java.lang.Boolean | cdk.support/lookup-entry | :require-imdsv2 |
resourceSignalTimeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :resource-signal-timeout |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
sourceDestCheck | java.lang.Boolean | cdk.support/lookup-entry | :source-dest-check |
ssmSessionPermissions | java.lang.Boolean | cdk.support/lookup-entry | :ssm-session-permissions |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
userDataCausesReplacement | java.lang.Boolean | cdk.support/lookup-entry | :user-data-causes-replacement |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcSubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :vpc-subnets |
The build-instance-props-builder function updates a InstanceProps$Builder instance using the provided configuration. The function takes the InstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllIpv6Outbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-ipv6-outbound` | | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `associatePublicIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `blockDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:block-devices` | | `creditSpecification` | software.amazon.awscdk.services.ec2.CpuCredits | [[cdk.api.services.ec2/cpu-credits]] | `:credit-specification` | | `detailedMonitoring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:detailed-monitoring` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `init` | software.amazon.awscdk.services.ec2.CloudFormationInit | [[cdk.support/lookup-entry]] | `:init` | | `initOptions` | software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions | [[cdk.support/lookup-entry]] | `:init-options` | | `instanceInitiatedShutdownBehavior` | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | [[cdk.api.services.ec2/instance-initiated-shutdown-behavior]] | `:instance-initiated-shutdown-behavior` | | `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyPair` | software.amazon.awscdk.services.ec2.IKeyPair | [[cdk.support/lookup-entry]] | `:key-pair` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `placementGroup` | software.amazon.awscdk.services.ec2.IPlacementGroup | [[cdk.support/lookup-entry]] | `:placement-group` | | `privateIpAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-ip-address` | | `propagateTagsToVolumeOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:propagate-tags-to-volume-on-creation` | | `requireImdsv2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-imdsv2` | | `resourceSignalTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:resource-signal-timeout` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `sourceDestCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:source-dest-check` | | `ssmSessionPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ssm-session-permissions` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `userDataCausesReplacement` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user-data-causes-replacement` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
(build-instance-require-imdsv2-aspect-builder builder id config)
The build-instance-require-imdsv2-aspect-builder function updates a InstanceRequireImdsv2Aspect$Builder instance using the provided configuration. The function takes the InstanceRequireImdsv2Aspect$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
suppressLaunchTemplateWarning | java.lang.Boolean | cdk.support/lookup-entry | :suppress-launch-template-warning |
suppressWarnings | java.lang.Boolean | cdk.support/lookup-entry | :suppress-warnings |
The build-instance-require-imdsv2-aspect-builder function updates a InstanceRequireImdsv2Aspect$Builder instance using the provided configuration. The function takes the InstanceRequireImdsv2Aspect$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `suppressLaunchTemplateWarning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-launch-template-warning` | | `suppressWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-warnings` |
(build-instance-require-imdsv2-aspect-props-builder builder id config)
The build-instance-require-imdsv2-aspect-props-builder function updates a InstanceRequireImdsv2AspectProps$Builder instance using the provided configuration. The function takes the InstanceRequireImdsv2AspectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
suppressLaunchTemplateWarning | java.lang.Boolean | cdk.support/lookup-entry | :suppress-launch-template-warning |
suppressWarnings | java.lang.Boolean | cdk.support/lookup-entry | :suppress-warnings |
The build-instance-require-imdsv2-aspect-props-builder function updates a InstanceRequireImdsv2AspectProps$Builder instance using the provided configuration. The function takes the InstanceRequireImdsv2AspectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `suppressLaunchTemplateWarning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-launch-template-warning` | | `suppressWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-warnings` |
(build-interface-vpc-endpoint-attributes-builder builder id config)
The build-interface-vpc-endpoint-attributes-builder function updates a InterfaceVpcEndpointAttributes$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
port | java.lang.Number | cdk.support/lookup-entry | :port |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
vpcEndpointId | java.lang.String | cdk.support/lookup-entry | :vpc-endpoint-id |
The build-interface-vpc-endpoint-attributes-builder function updates a InterfaceVpcEndpointAttributes$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `vpcEndpointId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-endpoint-id` |
(build-interface-vpc-endpoint-aws-service-builder builder id config)
The build-interface-vpc-endpoint-aws-service-builder function updates a InterfaceVpcEndpointAwsService$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointAwsService$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
global | java.lang.Boolean | cdk.support/lookup-entry | :global |
The build-interface-vpc-endpoint-aws-service-builder function updates a InterfaceVpcEndpointAwsService$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointAwsService$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `global` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:global` |
(build-interface-vpc-endpoint-aws-service-props-builder builder id config)
The build-interface-vpc-endpoint-aws-service-props-builder function updates a InterfaceVpcEndpointAwsServiceProps$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointAwsServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
global | java.lang.Boolean | cdk.support/lookup-entry | :global |
The build-interface-vpc-endpoint-aws-service-props-builder function updates a InterfaceVpcEndpointAwsServiceProps$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointAwsServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `global` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:global` |
(build-interface-vpc-endpoint-builder builder id config)
The build-interface-vpc-endpoint-builder function updates a InterfaceVpcEndpoint$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lookupSupportedAzs | java.lang.Boolean | cdk.support/lookup-entry | :lookup-supported-azs |
open | java.lang.Boolean | cdk.support/lookup-entry | :open |
privateDnsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :private-dns-enabled |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
service | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService | cdk.support/lookup-entry | :service |
subnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnets |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-interface-vpc-endpoint-builder function updates a InterfaceVpcEndpoint$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `lookupSupportedAzs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lookup-supported-azs` | | `open` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:open` | | `privateDnsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:private-dns-enabled` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `service` | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService | [[cdk.support/lookup-entry]] | `:service` | | `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-interface-vpc-endpoint-options-builder builder id config)
The build-interface-vpc-endpoint-options-builder function updates a InterfaceVpcEndpointOptions$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lookupSupportedAzs | java.lang.Boolean | cdk.support/lookup-entry | :lookup-supported-azs |
open | java.lang.Boolean | cdk.support/lookup-entry | :open |
privateDnsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :private-dns-enabled |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
service | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService | cdk.support/lookup-entry | :service |
subnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnets |
The build-interface-vpc-endpoint-options-builder function updates a InterfaceVpcEndpointOptions$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `lookupSupportedAzs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lookup-supported-azs` | | `open` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:open` | | `privateDnsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:private-dns-enabled` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `service` | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService | [[cdk.support/lookup-entry]] | `:service` | | `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` |
(build-interface-vpc-endpoint-props-builder builder id config)
The build-interface-vpc-endpoint-props-builder function updates a InterfaceVpcEndpointProps$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
lookupSupportedAzs | java.lang.Boolean | cdk.support/lookup-entry | :lookup-supported-azs |
open | java.lang.Boolean | cdk.support/lookup-entry | :open |
privateDnsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :private-dns-enabled |
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
service | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService | cdk.support/lookup-entry | :service |
subnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnets |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-interface-vpc-endpoint-props-builder function updates a InterfaceVpcEndpointProps$Builder instance using the provided configuration. The function takes the InterfaceVpcEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `lookupSupportedAzs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:lookup-supported-azs` | | `open` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:open` | | `privateDnsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:private-dns-enabled` | | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `service` | software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService | [[cdk.support/lookup-entry]] | `:service` | | `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-key-pair-attributes-builder builder id config)
The build-key-pair-attributes-builder function updates a KeyPairAttributes$Builder instance using the provided configuration. The function takes the KeyPairAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
keyPairName | java.lang.String | cdk.support/lookup-entry | :key-pair-name |
type | software.amazon.awscdk.services.ec2.KeyPairType | cdk.api.services.ec2/key-pair-type | :type |
The build-key-pair-attributes-builder function updates a KeyPairAttributes$Builder instance using the provided configuration. The function takes the KeyPairAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `keyPairName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair-name` | | `type` | software.amazon.awscdk.services.ec2.KeyPairType | [[cdk.api.services.ec2/key-pair-type]] | `:type` |
(build-key-pair-builder builder id config)
The build-key-pair-builder function updates a KeyPair$Builder instance using the provided configuration. The function takes the KeyPair$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
environmentFromArn | java.lang.String | cdk.support/lookup-entry | :environment-from-arn |
format | software.amazon.awscdk.services.ec2.KeyPairFormat | cdk.api.services.ec2/key-pair-format | :format |
keyPairName | java.lang.String | cdk.support/lookup-entry | :key-pair-name |
physicalName | java.lang.String | cdk.support/lookup-entry | :physical-name |
publicKeyMaterial | java.lang.String | cdk.support/lookup-entry | :public-key-material |
region | java.lang.String | cdk.support/lookup-entry | :region |
type | software.amazon.awscdk.services.ec2.KeyPairType | cdk.api.services.ec2/key-pair-type | :type |
The build-key-pair-builder function updates a KeyPair$Builder instance using the provided configuration. The function takes the KeyPair$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `environmentFromArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-from-arn` | | `format` | software.amazon.awscdk.services.ec2.KeyPairFormat | [[cdk.api.services.ec2/key-pair-format]] | `:format` | | `keyPairName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair-name` | | `physicalName` | java.lang.String | [[cdk.support/lookup-entry]] | `:physical-name` | | `publicKeyMaterial` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key-material` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `type` | software.amazon.awscdk.services.ec2.KeyPairType | [[cdk.api.services.ec2/key-pair-type]] | `:type` |
(build-key-pair-props-builder builder id config)
The build-key-pair-props-builder function updates a KeyPairProps$Builder instance using the provided configuration. The function takes the KeyPairProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
account | java.lang.String | cdk.support/lookup-entry | :account |
environmentFromArn | java.lang.String | cdk.support/lookup-entry | :environment-from-arn |
format | software.amazon.awscdk.services.ec2.KeyPairFormat | cdk.api.services.ec2/key-pair-format | :format |
keyPairName | java.lang.String | cdk.support/lookup-entry | :key-pair-name |
physicalName | java.lang.String | cdk.support/lookup-entry | :physical-name |
publicKeyMaterial | java.lang.String | cdk.support/lookup-entry | :public-key-material |
region | java.lang.String | cdk.support/lookup-entry | :region |
type | software.amazon.awscdk.services.ec2.KeyPairType | cdk.api.services.ec2/key-pair-type | :type |
The build-key-pair-props-builder function updates a KeyPairProps$Builder instance using the provided configuration. The function takes the KeyPairProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` | | `environmentFromArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:environment-from-arn` | | `format` | software.amazon.awscdk.services.ec2.KeyPairFormat | [[cdk.api.services.ec2/key-pair-format]] | `:format` | | `keyPairName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair-name` | | `physicalName` | java.lang.String | [[cdk.support/lookup-entry]] | `:physical-name` | | `publicKeyMaterial` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key-material` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `type` | software.amazon.awscdk.services.ec2.KeyPairType | [[cdk.api.services.ec2/key-pair-type]] | `:type` |
(build-launch-template-attributes-builder builder id config)
The build-launch-template-attributes-builder function updates a LaunchTemplateAttributes$Builder instance using the provided configuration. The function takes the LaunchTemplateAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
launchTemplateId | java.lang.String | cdk.support/lookup-entry | :launch-template-id |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
versionNumber | java.lang.String | cdk.support/lookup-entry | :version-number |
The build-launch-template-attributes-builder function updates a LaunchTemplateAttributes$Builder instance using the provided configuration. The function takes the LaunchTemplateAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `launchTemplateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-id` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `versionNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-number` |
(build-launch-template-builder builder id config)
The build-launch-template-builder function updates a LaunchTemplate$Builder instance using the provided configuration. The function takes the LaunchTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associatePublicIpAddress | java.lang.Boolean | cdk.support/lookup-entry | :associate-public-ip-address |
blockDevices | java.util.List | cdk.support/lookup-entry | :block-devices |
cpuCredits | software.amazon.awscdk.services.ec2.CpuCredits | cdk.api.services.ec2/cpu-credits | :cpu-credits |
detailedMonitoring | java.lang.Boolean | cdk.support/lookup-entry | :detailed-monitoring |
disableApiTermination | java.lang.Boolean | cdk.support/lookup-entry | :disable-api-termination |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
hibernationConfigured | java.lang.Boolean | cdk.support/lookup-entry | :hibernation-configured |
httpEndpoint | java.lang.Boolean | cdk.support/lookup-entry | :http-endpoint |
httpProtocolIpv6 | java.lang.Boolean | cdk.support/lookup-entry | :http-protocol-ipv6 |
httpPutResponseHopLimit | java.lang.Number | cdk.support/lookup-entry | :http-put-response-hop-limit |
httpTokens | software.amazon.awscdk.services.ec2.LaunchTemplateHttpTokens | cdk.api.services.ec2/launch-template-http-tokens | :http-tokens |
instanceInitiatedShutdownBehavior | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | cdk.api.services.ec2/instance-initiated-shutdown-behavior | :instance-initiated-shutdown-behavior |
instanceMetadataTags | java.lang.Boolean | cdk.support/lookup-entry | :instance-metadata-tags |
instanceProfile | software.amazon.awscdk.services.iam.IInstanceProfile | cdk.support/lookup-entry | :instance-profile |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyPair | software.amazon.awscdk.services.ec2.IKeyPair | cdk.support/lookup-entry | :key-pair |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
nitroEnclaveEnabled | java.lang.Boolean | cdk.support/lookup-entry | :nitro-enclave-enabled |
requireImdsv2 | java.lang.Boolean | cdk.support/lookup-entry | :require-imdsv2 |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
spotOptions | software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions | cdk.support/lookup-entry | :spot-options |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-launch-template-builder function updates a LaunchTemplate$Builder instance using the provided configuration. The function takes the LaunchTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associatePublicIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` | | `blockDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:block-devices` | | `cpuCredits` | software.amazon.awscdk.services.ec2.CpuCredits | [[cdk.api.services.ec2/cpu-credits]] | `:cpu-credits` | | `detailedMonitoring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:detailed-monitoring` | | `disableApiTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-api-termination` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `hibernationConfigured` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hibernation-configured` | | `httpEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http-endpoint` | | `httpProtocolIpv6` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http-protocol-ipv6` | | `httpPutResponseHopLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-put-response-hop-limit` | | `httpTokens` | software.amazon.awscdk.services.ec2.LaunchTemplateHttpTokens | [[cdk.api.services.ec2/launch-template-http-tokens]] | `:http-tokens` | | `instanceInitiatedShutdownBehavior` | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | [[cdk.api.services.ec2/instance-initiated-shutdown-behavior]] | `:instance-initiated-shutdown-behavior` | | `instanceMetadataTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:instance-metadata-tags` | | `instanceProfile` | software.amazon.awscdk.services.iam.IInstanceProfile | [[cdk.support/lookup-entry]] | `:instance-profile` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyPair` | software.amazon.awscdk.services.ec2.IKeyPair | [[cdk.support/lookup-entry]] | `:key-pair` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `nitroEnclaveEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:nitro-enclave-enabled` | | `requireImdsv2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-imdsv2` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `spotOptions` | software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions | [[cdk.support/lookup-entry]] | `:spot-options` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-launch-template-props-builder builder id config)
The build-launch-template-props-builder function updates a LaunchTemplateProps$Builder instance using the provided configuration. The function takes the LaunchTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associatePublicIpAddress | java.lang.Boolean | cdk.support/lookup-entry | :associate-public-ip-address |
blockDevices | java.util.List | cdk.support/lookup-entry | :block-devices |
cpuCredits | software.amazon.awscdk.services.ec2.CpuCredits | cdk.api.services.ec2/cpu-credits | :cpu-credits |
detailedMonitoring | java.lang.Boolean | cdk.support/lookup-entry | :detailed-monitoring |
disableApiTermination | java.lang.Boolean | cdk.support/lookup-entry | :disable-api-termination |
ebsOptimized | java.lang.Boolean | cdk.support/lookup-entry | :ebs-optimized |
hibernationConfigured | java.lang.Boolean | cdk.support/lookup-entry | :hibernation-configured |
httpEndpoint | java.lang.Boolean | cdk.support/lookup-entry | :http-endpoint |
httpProtocolIpv6 | java.lang.Boolean | cdk.support/lookup-entry | :http-protocol-ipv6 |
httpPutResponseHopLimit | java.lang.Number | cdk.support/lookup-entry | :http-put-response-hop-limit |
httpTokens | software.amazon.awscdk.services.ec2.LaunchTemplateHttpTokens | cdk.api.services.ec2/launch-template-http-tokens | :http-tokens |
instanceInitiatedShutdownBehavior | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | cdk.api.services.ec2/instance-initiated-shutdown-behavior | :instance-initiated-shutdown-behavior |
instanceMetadataTags | java.lang.Boolean | cdk.support/lookup-entry | :instance-metadata-tags |
instanceProfile | software.amazon.awscdk.services.iam.IInstanceProfile | cdk.support/lookup-entry | :instance-profile |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyPair | software.amazon.awscdk.services.ec2.IKeyPair | cdk.support/lookup-entry | :key-pair |
launchTemplateName | java.lang.String | cdk.support/lookup-entry | :launch-template-name |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
nitroEnclaveEnabled | java.lang.Boolean | cdk.support/lookup-entry | :nitro-enclave-enabled |
requireImdsv2 | java.lang.Boolean | cdk.support/lookup-entry | :require-imdsv2 |
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
spotOptions | software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions | cdk.support/lookup-entry | :spot-options |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-launch-template-props-builder function updates a LaunchTemplateProps$Builder instance using the provided configuration. The function takes the LaunchTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associatePublicIpAddress` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:associate-public-ip-address` | | `blockDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:block-devices` | | `cpuCredits` | software.amazon.awscdk.services.ec2.CpuCredits | [[cdk.api.services.ec2/cpu-credits]] | `:cpu-credits` | | `detailedMonitoring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:detailed-monitoring` | | `disableApiTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-api-termination` | | `ebsOptimized` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ebs-optimized` | | `hibernationConfigured` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hibernation-configured` | | `httpEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http-endpoint` | | `httpProtocolIpv6` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http-protocol-ipv6` | | `httpPutResponseHopLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:http-put-response-hop-limit` | | `httpTokens` | software.amazon.awscdk.services.ec2.LaunchTemplateHttpTokens | [[cdk.api.services.ec2/launch-template-http-tokens]] | `:http-tokens` | | `instanceInitiatedShutdownBehavior` | software.amazon.awscdk.services.ec2.InstanceInitiatedShutdownBehavior | [[cdk.api.services.ec2/instance-initiated-shutdown-behavior]] | `:instance-initiated-shutdown-behavior` | | `instanceMetadataTags` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:instance-metadata-tags` | | `instanceProfile` | software.amazon.awscdk.services.iam.IInstanceProfile | [[cdk.support/lookup-entry]] | `:instance-profile` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyPair` | software.amazon.awscdk.services.ec2.IKeyPair | [[cdk.support/lookup-entry]] | `:key-pair` | | `launchTemplateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:launch-template-name` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `nitroEnclaveEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:nitro-enclave-enabled` | | `requireImdsv2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:require-imdsv2` | | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `spotOptions` | software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions | [[cdk.support/lookup-entry]] | `:spot-options` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-launch-template-require-imdsv2-aspect-builder builder id config)
The build-launch-template-require-imdsv2-aspect-builder function updates a LaunchTemplateRequireImdsv2Aspect$Builder instance using the provided configuration. The function takes the LaunchTemplateRequireImdsv2Aspect$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
suppressWarnings | java.lang.Boolean | cdk.support/lookup-entry | :suppress-warnings |
The build-launch-template-require-imdsv2-aspect-builder function updates a LaunchTemplateRequireImdsv2Aspect$Builder instance using the provided configuration. The function takes the LaunchTemplateRequireImdsv2Aspect$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `suppressWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-warnings` |
(build-launch-template-require-imdsv2-aspect-props-builder builder id config)
The build-launch-template-require-imdsv2-aspect-props-builder function updates a LaunchTemplateRequireImdsv2AspectProps$Builder instance using the provided configuration. The function takes the LaunchTemplateRequireImdsv2AspectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
suppressWarnings | java.lang.Boolean | cdk.support/lookup-entry | :suppress-warnings |
The build-launch-template-require-imdsv2-aspect-props-builder function updates a LaunchTemplateRequireImdsv2AspectProps$Builder instance using the provided configuration. The function takes the LaunchTemplateRequireImdsv2AspectProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `suppressWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:suppress-warnings` |
(build-launch-template-spot-options-builder builder id config)
The build-launch-template-spot-options-builder function updates a LaunchTemplateSpotOptions$Builder instance using the provided configuration. The function takes the LaunchTemplateSpotOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
blockDuration | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :block-duration |
interruptionBehavior | software.amazon.awscdk.services.ec2.SpotInstanceInterruption | cdk.api.services.ec2/spot-instance-interruption | :interruption-behavior |
maxPrice | java.lang.Number | cdk.support/lookup-entry | :max-price |
requestType | software.amazon.awscdk.services.ec2.SpotRequestType | cdk.api.services.ec2/spot-request-type | :request-type |
validUntil | software.amazon.awscdk.Expiration | cdk.support/lookup-entry | :valid-until |
The build-launch-template-spot-options-builder function updates a LaunchTemplateSpotOptions$Builder instance using the provided configuration. The function takes the LaunchTemplateSpotOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `blockDuration` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:block-duration` | | `interruptionBehavior` | software.amazon.awscdk.services.ec2.SpotInstanceInterruption | [[cdk.api.services.ec2/spot-instance-interruption]] | `:interruption-behavior` | | `maxPrice` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-price` | | `requestType` | software.amazon.awscdk.services.ec2.SpotRequestType | [[cdk.api.services.ec2/spot-request-type]] | `:request-type` | | `validUntil` | software.amazon.awscdk.Expiration | [[cdk.support/lookup-entry]] | `:valid-until` |
(build-linux-user-data-options-builder builder id config)
The build-linux-user-data-options-builder function updates a LinuxUserDataOptions$Builder instance using the provided configuration. The function takes the LinuxUserDataOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
shebang | java.lang.String | cdk.support/lookup-entry | :shebang |
The build-linux-user-data-options-builder function updates a LinuxUserDataOptions$Builder instance using the provided configuration. The function takes the LinuxUserDataOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `shebang` | java.lang.String | [[cdk.support/lookup-entry]] | `:shebang` |
(build-location-package-options-builder builder id config)
The build-location-package-options-builder function updates a LocationPackageOptions$Builder instance using the provided configuration. The function takes the LocationPackageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
serviceRestartHandles | java.util.List | cdk.support/lookup-entry | :service-restart-handles |
The build-location-package-options-builder function updates a LocationPackageOptions$Builder instance using the provided configuration. The function takes the LocationPackageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `serviceRestartHandles` | java.util.List | [[cdk.support/lookup-entry]] | `:service-restart-handles` |
(build-lookup-machine-image-builder builder id config)
The build-lookup-machine-image-builder function updates a LookupMachineImage$Builder instance using the provided configuration. The function takes the LookupMachineImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
filters | java.util.Map | cdk.support/lookup-entry | :filters |
name | java.lang.String | cdk.support/lookup-entry | :name |
owners | java.util.List | cdk.support/lookup-entry | :owners |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
windows | java.lang.Boolean | cdk.support/lookup-entry | :windows |
The build-lookup-machine-image-builder function updates a LookupMachineImage$Builder instance using the provided configuration. The function takes the LookupMachineImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `filters` | java.util.Map | [[cdk.support/lookup-entry]] | `:filters` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `owners` | java.util.List | [[cdk.support/lookup-entry]] | `:owners` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `windows` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:windows` |
(build-lookup-machine-image-props-builder builder id config)
The build-lookup-machine-image-props-builder function updates a LookupMachineImageProps$Builder instance using the provided configuration. The function takes the LookupMachineImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
filters | java.util.Map | cdk.support/lookup-entry | :filters |
name | java.lang.String | cdk.support/lookup-entry | :name |
owners | java.util.List | cdk.support/lookup-entry | :owners |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
windows | java.lang.Boolean | cdk.support/lookup-entry | :windows |
The build-lookup-machine-image-props-builder function updates a LookupMachineImageProps$Builder instance using the provided configuration. The function takes the LookupMachineImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `filters` | java.util.Map | [[cdk.support/lookup-entry]] | `:filters` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `owners` | java.util.List | [[cdk.support/lookup-entry]] | `:owners` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` | | `windows` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:windows` |
(build-machine-image-config-builder builder id config)
The build-machine-image-config-builder function updates a MachineImageConfig$Builder instance using the provided configuration. The function takes the MachineImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
imageId | java.lang.String | cdk.support/lookup-entry | :image-id |
osType | software.amazon.awscdk.services.ec2.OperatingSystemType | cdk.api.services.ec2/operating-system-type | :os-type |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-machine-image-config-builder function updates a MachineImageConfig$Builder instance using the provided configuration. The function takes the MachineImageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `imageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-id` | | `osType` | software.amazon.awscdk.services.ec2.OperatingSystemType | [[cdk.api.services.ec2/operating-system-type]] | `:os-type` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-multipart-body-options-builder builder id config)
The build-multipart-body-options-builder function updates a MultipartBodyOptions$Builder instance using the provided configuration. The function takes the MultipartBodyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
body | java.lang.String | cdk.support/lookup-entry | :body |
contentType | java.lang.String | cdk.support/lookup-entry | :content-type |
transferEncoding | java.lang.String | cdk.support/lookup-entry | :transfer-encoding |
The build-multipart-body-options-builder function updates a MultipartBodyOptions$Builder instance using the provided configuration. The function takes the MultipartBodyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `body` | java.lang.String | [[cdk.support/lookup-entry]] | `:body` | | `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` | | `transferEncoding` | java.lang.String | [[cdk.support/lookup-entry]] | `:transfer-encoding` |
(build-multipart-user-data-builder builder id config)
The build-multipart-user-data-builder function updates a MultipartUserData$Builder instance using the provided configuration. The function takes the MultipartUserData$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partsSeparator | java.lang.String | cdk.support/lookup-entry | :parts-separator |
The build-multipart-user-data-builder function updates a MultipartUserData$Builder instance using the provided configuration. The function takes the MultipartUserData$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `partsSeparator` | java.lang.String | [[cdk.support/lookup-entry]] | `:parts-separator` |
(build-multipart-user-data-options-builder builder id config)
The build-multipart-user-data-options-builder function updates a MultipartUserDataOptions$Builder instance using the provided configuration. The function takes the MultipartUserDataOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partsSeparator | java.lang.String | cdk.support/lookup-entry | :parts-separator |
The build-multipart-user-data-options-builder function updates a MultipartUserDataOptions$Builder instance using the provided configuration. The function takes the MultipartUserDataOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `partsSeparator` | java.lang.String | [[cdk.support/lookup-entry]] | `:parts-separator` |
(build-named-package-options-builder builder id config)
The build-named-package-options-builder function updates a NamedPackageOptions$Builder instance using the provided configuration. The function takes the NamedPackageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serviceRestartHandles | java.util.List | cdk.support/lookup-entry | :service-restart-handles |
version | java.util.List | cdk.support/lookup-entry | :version |
The build-named-package-options-builder function updates a NamedPackageOptions$Builder instance using the provided configuration. The function takes the NamedPackageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `serviceRestartHandles` | java.util.List | [[cdk.support/lookup-entry]] | `:service-restart-handles` | | `version` | java.util.List | [[cdk.support/lookup-entry]] | `:version` |
(build-nat-gateway-props-builder builder id config)
The build-nat-gateway-props-builder function updates a NatGatewayProps$Builder instance using the provided configuration. The function takes the NatGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
eipAllocationIds | java.util.List | cdk.support/lookup-entry | :eip-allocation-ids |
The build-nat-gateway-props-builder function updates a NatGatewayProps$Builder instance using the provided configuration. The function takes the NatGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `eipAllocationIds` | java.util.List | [[cdk.support/lookup-entry]] | `:eip-allocation-ids` |
(build-nat-instance-props-builder builder id config)
The build-nat-instance-props-builder function updates a NatInstanceProps$Builder instance using the provided configuration. The function takes the NatInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
creditSpecification | software.amazon.awscdk.services.ec2.CpuCredits | cdk.api.services.ec2/cpu-credits | :credit-specification |
defaultAllowedTraffic | software.amazon.awscdk.services.ec2.NatTrafficDirection | cdk.api.services.ec2/nat-traffic-direction | :default-allowed-traffic |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyPair | software.amazon.awscdk.services.ec2.IKeyPair | cdk.support/lookup-entry | :key-pair |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-nat-instance-props-builder function updates a NatInstanceProps$Builder instance using the provided configuration. The function takes the NatInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `creditSpecification` | software.amazon.awscdk.services.ec2.CpuCredits | [[cdk.api.services.ec2/cpu-credits]] | `:credit-specification` | | `defaultAllowedTraffic` | software.amazon.awscdk.services.ec2.NatTrafficDirection | [[cdk.api.services.ec2/nat-traffic-direction]] | `:default-allowed-traffic` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyPair` | software.amazon.awscdk.services.ec2.IKeyPair | [[cdk.support/lookup-entry]] | `:key-pair` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-nat-instance-provider-v2-builder builder id config)
The build-nat-instance-provider-v2-builder function updates a NatInstanceProviderV2$Builder instance using the provided configuration. The function takes the NatInstanceProviderV2$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
creditSpecification | software.amazon.awscdk.services.ec2.CpuCredits | cdk.api.services.ec2/cpu-credits | :credit-specification |
defaultAllowedTraffic | software.amazon.awscdk.services.ec2.NatTrafficDirection | cdk.api.services.ec2/nat-traffic-direction | :default-allowed-traffic |
instanceType | software.amazon.awscdk.services.ec2.InstanceType | cdk.support/lookup-entry | :instance-type |
keyName | java.lang.String | cdk.support/lookup-entry | :key-name |
keyPair | software.amazon.awscdk.services.ec2.IKeyPair | cdk.support/lookup-entry | :key-pair |
machineImage | software.amazon.awscdk.services.ec2.IMachineImage | cdk.support/lookup-entry | :machine-image |
securityGroup | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :security-group |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-nat-instance-provider-v2-builder function updates a NatInstanceProviderV2$Builder instance using the provided configuration. The function takes the NatInstanceProviderV2$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `creditSpecification` | software.amazon.awscdk.services.ec2.CpuCredits | [[cdk.api.services.ec2/cpu-credits]] | `:credit-specification` | | `defaultAllowedTraffic` | software.amazon.awscdk.services.ec2.NatTrafficDirection | [[cdk.api.services.ec2/nat-traffic-direction]] | `:default-allowed-traffic` | | `instanceType` | software.amazon.awscdk.services.ec2.InstanceType | [[cdk.support/lookup-entry]] | `:instance-type` | | `keyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-name` | | `keyPair` | software.amazon.awscdk.services.ec2.IKeyPair | [[cdk.support/lookup-entry]] | `:key-pair` | | `machineImage` | software.amazon.awscdk.services.ec2.IMachineImage | [[cdk.support/lookup-entry]] | `:machine-image` | | `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-network-acl-builder builder id config)
The build-network-acl-builder function updates a NetworkAcl$Builder instance using the provided configuration. The function takes the NetworkAcl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkAclName | java.lang.String | cdk.support/lookup-entry | :network-acl-name |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-network-acl-builder function updates a NetworkAcl$Builder instance using the provided configuration. The function takes the NetworkAcl$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkAclName` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-name` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-network-acl-entry-builder builder id config)
The build-network-acl-entry-builder function updates a NetworkAclEntry$Builder instance using the provided configuration. The function takes the NetworkAclEntry$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | software.amazon.awscdk.services.ec2.AclCidr | cdk.support/lookup-entry | :cidr |
direction | software.amazon.awscdk.services.ec2.TrafficDirection | cdk.api.services.ec2/traffic-direction | :direction |
networkAcl | software.amazon.awscdk.services.ec2.INetworkAcl | cdk.support/lookup-entry | :network-acl |
networkAclEntryName | java.lang.String | cdk.support/lookup-entry | :network-acl-entry-name |
ruleAction | software.amazon.awscdk.services.ec2.Action | cdk.api.services.ec2/action | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
traffic | software.amazon.awscdk.services.ec2.AclTraffic | cdk.support/lookup-entry | :traffic |
The build-network-acl-entry-builder function updates a NetworkAclEntry$Builder instance using the provided configuration. The function takes the NetworkAclEntry$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | software.amazon.awscdk.services.ec2.AclCidr | [[cdk.support/lookup-entry]] | `:cidr` | | `direction` | software.amazon.awscdk.services.ec2.TrafficDirection | [[cdk.api.services.ec2/traffic-direction]] | `:direction` | | `networkAcl` | software.amazon.awscdk.services.ec2.INetworkAcl | [[cdk.support/lookup-entry]] | `:network-acl` | | `networkAclEntryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-entry-name` | | `ruleAction` | software.amazon.awscdk.services.ec2.Action | [[cdk.api.services.ec2/action]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` | | `traffic` | software.amazon.awscdk.services.ec2.AclTraffic | [[cdk.support/lookup-entry]] | `:traffic` |
(build-network-acl-entry-props-builder builder id config)
The build-network-acl-entry-props-builder function updates a NetworkAclEntryProps$Builder instance using the provided configuration. The function takes the NetworkAclEntryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidr | software.amazon.awscdk.services.ec2.AclCidr | cdk.support/lookup-entry | :cidr |
direction | software.amazon.awscdk.services.ec2.TrafficDirection | cdk.api.services.ec2/traffic-direction | :direction |
networkAcl | software.amazon.awscdk.services.ec2.INetworkAcl | cdk.support/lookup-entry | :network-acl |
networkAclEntryName | java.lang.String | cdk.support/lookup-entry | :network-acl-entry-name |
ruleAction | software.amazon.awscdk.services.ec2.Action | cdk.api.services.ec2/action | :rule-action |
ruleNumber | java.lang.Number | cdk.support/lookup-entry | :rule-number |
traffic | software.amazon.awscdk.services.ec2.AclTraffic | cdk.support/lookup-entry | :traffic |
The build-network-acl-entry-props-builder function updates a NetworkAclEntryProps$Builder instance using the provided configuration. The function takes the NetworkAclEntryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidr` | software.amazon.awscdk.services.ec2.AclCidr | [[cdk.support/lookup-entry]] | `:cidr` | | `direction` | software.amazon.awscdk.services.ec2.TrafficDirection | [[cdk.api.services.ec2/traffic-direction]] | `:direction` | | `networkAcl` | software.amazon.awscdk.services.ec2.INetworkAcl | [[cdk.support/lookup-entry]] | `:network-acl` | | `networkAclEntryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-entry-name` | | `ruleAction` | software.amazon.awscdk.services.ec2.Action | [[cdk.api.services.ec2/action]] | `:rule-action` | | `ruleNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-number` | | `traffic` | software.amazon.awscdk.services.ec2.AclTraffic | [[cdk.support/lookup-entry]] | `:traffic` |
(build-network-acl-props-builder builder id config)
The build-network-acl-props-builder function updates a NetworkAclProps$Builder instance using the provided configuration. The function takes the NetworkAclProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkAclName | java.lang.String | cdk.support/lookup-entry | :network-acl-name |
subnetSelection | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnet-selection |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-network-acl-props-builder function updates a NetworkAclProps$Builder instance using the provided configuration. The function takes the NetworkAclProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkAclName` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-acl-name` | | `subnetSelection` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnet-selection` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-placement-group-builder builder id config)
The build-placement-group-builder function updates a PlacementGroup$Builder instance using the provided configuration. The function takes the PlacementGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partitions | java.lang.Number | cdk.support/lookup-entry | :partitions |
placementGroupName | java.lang.String | cdk.support/lookup-entry | :placement-group-name |
spreadLevel | software.amazon.awscdk.services.ec2.PlacementGroupSpreadLevel | cdk.api.services.ec2/placement-group-spread-level | :spread-level |
strategy | software.amazon.awscdk.services.ec2.PlacementGroupStrategy | cdk.api.services.ec2/placement-group-strategy | :strategy |
The build-placement-group-builder function updates a PlacementGroup$Builder instance using the provided configuration. The function takes the PlacementGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `partitions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:partitions` | | `placementGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-group-name` | | `spreadLevel` | software.amazon.awscdk.services.ec2.PlacementGroupSpreadLevel | [[cdk.api.services.ec2/placement-group-spread-level]] | `:spread-level` | | `strategy` | software.amazon.awscdk.services.ec2.PlacementGroupStrategy | [[cdk.api.services.ec2/placement-group-strategy]] | `:strategy` |
(build-placement-group-props-builder builder id config)
The build-placement-group-props-builder function updates a PlacementGroupProps$Builder instance using the provided configuration. The function takes the PlacementGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partitions | java.lang.Number | cdk.support/lookup-entry | :partitions |
placementGroupName | java.lang.String | cdk.support/lookup-entry | :placement-group-name |
spreadLevel | software.amazon.awscdk.services.ec2.PlacementGroupSpreadLevel | cdk.api.services.ec2/placement-group-spread-level | :spread-level |
strategy | software.amazon.awscdk.services.ec2.PlacementGroupStrategy | cdk.api.services.ec2/placement-group-strategy | :strategy |
The build-placement-group-props-builder function updates a PlacementGroupProps$Builder instance using the provided configuration. The function takes the PlacementGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `partitions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:partitions` | | `placementGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:placement-group-name` | | `spreadLevel` | software.amazon.awscdk.services.ec2.PlacementGroupSpreadLevel | [[cdk.api.services.ec2/placement-group-spread-level]] | `:spread-level` | | `strategy` | software.amazon.awscdk.services.ec2.PlacementGroupStrategy | [[cdk.api.services.ec2/placement-group-strategy]] | `:strategy` |
(build-port-builder builder id config)
The build-port-builder function updates a Port$Builder instance using the provided configuration. The function takes the Port$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
protocol | software.amazon.awscdk.services.ec2.Protocol | cdk.api.services.ec2/protocol | :protocol |
stringRepresentation | java.lang.String | cdk.support/lookup-entry | :string-representation |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-port-builder function updates a Port$Builder instance using the provided configuration. The function takes the Port$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `protocol` | software.amazon.awscdk.services.ec2.Protocol | [[cdk.api.services.ec2/protocol]] | `:protocol` | | `stringRepresentation` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-representation` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-port-props-builder builder id config)
The build-port-props-builder function updates a PortProps$Builder instance using the provided configuration. The function takes the PortProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fromPort | java.lang.Number | cdk.support/lookup-entry | :from-port |
protocol | software.amazon.awscdk.services.ec2.Protocol | cdk.api.services.ec2/protocol | :protocol |
stringRepresentation | java.lang.String | cdk.support/lookup-entry | :string-representation |
toPort | java.lang.Number | cdk.support/lookup-entry | :to-port |
The build-port-props-builder function updates a PortProps$Builder instance using the provided configuration. The function takes the PortProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` | | `protocol` | software.amazon.awscdk.services.ec2.Protocol | [[cdk.api.services.ec2/protocol]] | `:protocol` | | `stringRepresentation` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-representation` | | `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
(build-prefix-list-builder builder id config)
The build-prefix-list-builder function updates a PrefixList$Builder instance using the provided configuration. The function takes the PrefixList$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressFamily | software.amazon.awscdk.services.ec2.AddressFamily | cdk.api.services.ec2/address-family | :address-family |
entries | java.util.List | cdk.support/lookup-entry | :entries |
maxEntries | java.lang.Number | cdk.support/lookup-entry | :max-entries |
prefixListName | java.lang.String | cdk.support/lookup-entry | :prefix-list-name |
The build-prefix-list-builder function updates a PrefixList$Builder instance using the provided configuration. The function takes the PrefixList$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addressFamily` | software.amazon.awscdk.services.ec2.AddressFamily | [[cdk.api.services.ec2/address-family]] | `:address-family` | | `entries` | java.util.List | [[cdk.support/lookup-entry]] | `:entries` | | `maxEntries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-entries` | | `prefixListName` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-list-name` |
(build-prefix-list-options-builder builder id config)
The build-prefix-list-options-builder function updates a PrefixListOptions$Builder instance using the provided configuration. The function takes the PrefixListOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxEntries | java.lang.Number | cdk.support/lookup-entry | :max-entries |
The build-prefix-list-options-builder function updates a PrefixListOptions$Builder instance using the provided configuration. The function takes the PrefixListOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `maxEntries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-entries` |
(build-prefix-list-props-builder builder id config)
The build-prefix-list-props-builder function updates a PrefixListProps$Builder instance using the provided configuration. The function takes the PrefixListProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
addressFamily | software.amazon.awscdk.services.ec2.AddressFamily | cdk.api.services.ec2/address-family | :address-family |
entries | java.util.List | cdk.support/lookup-entry | :entries |
maxEntries | java.lang.Number | cdk.support/lookup-entry | :max-entries |
prefixListName | java.lang.String | cdk.support/lookup-entry | :prefix-list-name |
The build-prefix-list-props-builder function updates a PrefixListProps$Builder instance using the provided configuration. The function takes the PrefixListProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `addressFamily` | software.amazon.awscdk.services.ec2.AddressFamily | [[cdk.api.services.ec2/address-family]] | `:address-family` | | `entries` | java.util.List | [[cdk.support/lookup-entry]] | `:entries` | | `maxEntries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-entries` | | `prefixListName` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-list-name` |
(build-private-subnet-attributes-builder builder id config)
The build-private-subnet-attributes-builder function updates a PrivateSubnetAttributes$Builder instance using the provided configuration. The function takes the PrivateSubnetAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
ipv4CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv4-cidr-block |
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-private-subnet-attributes-builder function updates a PrivateSubnetAttributes$Builder instance using the provided configuration. The function takes the PrivateSubnetAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `ipv4CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-cidr-block` | | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-private-subnet-builder builder id config)
The build-private-subnet-builder function updates a PrivateSubnet$Builder instance using the provided configuration. The function takes the PrivateSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-private-subnet-builder function updates a PrivateSubnet$Builder instance using the provided configuration. The function takes the PrivateSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-private-subnet-props-builder builder id config)
The build-private-subnet-props-builder function updates a PrivateSubnetProps$Builder instance using the provided configuration. The function takes the PrivateSubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-private-subnet-props-builder function updates a PrivateSubnetProps$Builder instance using the provided configuration. The function takes the PrivateSubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-public-subnet-attributes-builder builder id config)
The build-public-subnet-attributes-builder function updates a PublicSubnetAttributes$Builder instance using the provided configuration. The function takes the PublicSubnetAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
ipv4CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv4-cidr-block |
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-public-subnet-attributes-builder function updates a PublicSubnetAttributes$Builder instance using the provided configuration. The function takes the PublicSubnetAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `ipv4CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-cidr-block` | | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-public-subnet-builder builder id config)
The build-public-subnet-builder function updates a PublicSubnet$Builder instance using the provided configuration. The function takes the PublicSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-public-subnet-builder function updates a PublicSubnet$Builder instance using the provided configuration. The function takes the PublicSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-public-subnet-props-builder builder id config)
The build-public-subnet-props-builder function updates a PublicSubnetProps$Builder instance using the provided configuration. The function takes the PublicSubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-public-subnet-props-builder function updates a PublicSubnetProps$Builder instance using the provided configuration. The function takes the PublicSubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-requested-subnet-builder builder id config)
The build-requested-subnet-builder function updates a RequestedSubnet$Builder instance using the provided configuration. The function takes the RequestedSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
configuration | software.amazon.awscdk.services.ec2.SubnetConfiguration | cdk.support/lookup-entry | :configuration |
subnetConstructId | java.lang.String | cdk.support/lookup-entry | :subnet-construct-id |
The build-requested-subnet-builder function updates a RequestedSubnet$Builder instance using the provided configuration. The function takes the RequestedSubnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `configuration` | software.amazon.awscdk.services.ec2.SubnetConfiguration | [[cdk.support/lookup-entry]] | `:configuration` | | `subnetConstructId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-construct-id` |
(build-resolve-ssm-parameter-at-launch-image-builder builder id config)
The build-resolve-ssm-parameter-at-launch-image-builder function updates a ResolveSsmParameterAtLaunchImage$Builder instance using the provided configuration. The function takes the ResolveSsmParameterAtLaunchImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
os | software.amazon.awscdk.services.ec2.OperatingSystemType | cdk.api.services.ec2/operating-system-type | :os |
parameterVersion | java.lang.String | cdk.support/lookup-entry | :parameter-version |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-resolve-ssm-parameter-at-launch-image-builder function updates a ResolveSsmParameterAtLaunchImage$Builder instance using the provided configuration. The function takes the ResolveSsmParameterAtLaunchImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `os` | software.amazon.awscdk.services.ec2.OperatingSystemType | [[cdk.api.services.ec2/operating-system-type]] | `:os` | | `parameterVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-version` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-rule-scope-builder builder id config)
The build-rule-scope-builder function updates a RuleScope$Builder instance using the provided configuration. The function takes the RuleScope$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
id | java.lang.String | cdk.support/lookup-entry | :id |
scope | software.amazon.awscdk.services.ec2.ISecurityGroup | cdk.support/lookup-entry | :scope |
The build-rule-scope-builder function updates a RuleScope$Builder instance using the provided configuration. The function takes the RuleScope$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `scope` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:scope` |
(build-s3-destination-options-builder builder id config)
The build-s3-destination-options-builder function updates a S3DestinationOptions$Builder instance using the provided configuration. The function takes the S3DestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileFormat | software.amazon.awscdk.services.ec2.FlowLogFileFormat | cdk.api.services.ec2/flow-log-file-format | :file-format |
hiveCompatiblePartitions | java.lang.Boolean | cdk.support/lookup-entry | :hive-compatible-partitions |
perHourPartition | java.lang.Boolean | cdk.support/lookup-entry | :per-hour-partition |
The build-s3-destination-options-builder function updates a S3DestinationOptions$Builder instance using the provided configuration. The function takes the S3DestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fileFormat` | software.amazon.awscdk.services.ec2.FlowLogFileFormat | [[cdk.api.services.ec2/flow-log-file-format]] | `:file-format` | | `hiveCompatiblePartitions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hive-compatible-partitions` | | `perHourPartition` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:per-hour-partition` |
(build-s3-download-options-builder builder id config)
The build-s3-download-options-builder function updates a S3DownloadOptions$Builder instance using the provided configuration. The function takes the S3DownloadOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | software.amazon.awscdk.services.s3.IBucket | cdk.support/lookup-entry | :bucket |
bucketKey | java.lang.String | cdk.support/lookup-entry | :bucket-key |
localFile | java.lang.String | cdk.support/lookup-entry | :local-file |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-s3-download-options-builder function updates a S3DownloadOptions$Builder instance using the provided configuration. The function takes the S3DownloadOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` | | `bucketKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-key` | | `localFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-file` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-security-group-builder builder id config)
The build-security-group-builder function updates a SecurityGroup$Builder instance using the provided configuration. The function takes the SecurityGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllIpv6Outbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-ipv6-outbound |
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
description | java.lang.String | cdk.support/lookup-entry | :description |
disableInlineRules | java.lang.Boolean | cdk.support/lookup-entry | :disable-inline-rules |
securityGroupName | java.lang.String | cdk.support/lookup-entry | :security-group-name |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-security-group-builder function updates a SecurityGroup$Builder instance using the provided configuration. The function takes the SecurityGroup$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllIpv6Outbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-ipv6-outbound` | | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disableInlineRules` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-inline-rules` | | `securityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-name` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-security-group-import-options-builder builder id config)
The build-security-group-import-options-builder function updates a SecurityGroupImportOptions$Builder instance using the provided configuration. The function takes the SecurityGroupImportOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllIpv6Outbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-ipv6-outbound |
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
mutable | java.lang.Boolean | cdk.support/lookup-entry | :mutable |
The build-security-group-import-options-builder function updates a SecurityGroupImportOptions$Builder instance using the provided configuration. The function takes the SecurityGroupImportOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllIpv6Outbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-ipv6-outbound` | | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `mutable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:mutable` |
(build-security-group-props-builder builder id config)
The build-security-group-props-builder function updates a SecurityGroupProps$Builder instance using the provided configuration. The function takes the SecurityGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowAllIpv6Outbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-ipv6-outbound |
allowAllOutbound | java.lang.Boolean | cdk.support/lookup-entry | :allow-all-outbound |
description | java.lang.String | cdk.support/lookup-entry | :description |
disableInlineRules | java.lang.Boolean | cdk.support/lookup-entry | :disable-inline-rules |
securityGroupName | java.lang.String | cdk.support/lookup-entry | :security-group-name |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-security-group-props-builder function updates a SecurityGroupProps$Builder instance using the provided configuration. The function takes the SecurityGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowAllIpv6Outbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-ipv6-outbound` | | `allowAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-all-outbound` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disableInlineRules` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-inline-rules` | | `securityGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-name` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-selected-subnets-builder builder id config)
The build-selected-subnets-builder function updates a SelectedSubnets$Builder instance using the provided configuration. The function takes the SelectedSubnets$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
hasPublic | java.lang.Boolean | cdk.support/lookup-entry | :has-public |
internetConnectivityEstablished | software.constructs.IDependable | cdk.support/lookup-entry | :internet-connectivity-established |
isPendingLookup | java.lang.Boolean | cdk.support/lookup-entry | :is-pending-lookup |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
The build-selected-subnets-builder function updates a SelectedSubnets$Builder instance using the provided configuration. The function takes the SelectedSubnets$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `hasPublic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:has-public` | | `internetConnectivityEstablished` | software.constructs.IDependable | [[cdk.support/lookup-entry]] | `:internet-connectivity-established` | | `isPendingLookup` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-pending-lookup` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
(build-ssm-parameter-image-options-builder builder id config)
The build-ssm-parameter-image-options-builder function updates a SsmParameterImageOptions$Builder instance using the provided configuration. The function takes the SsmParameterImageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cachedInContext | java.lang.Boolean | cdk.support/lookup-entry | :cached-in-context |
os | software.amazon.awscdk.services.ec2.OperatingSystemType | cdk.api.services.ec2/operating-system-type | :os |
parameterVersion | java.lang.String | cdk.support/lookup-entry | :parameter-version |
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-ssm-parameter-image-options-builder function updates a SsmParameterImageOptions$Builder instance using the provided configuration. The function takes the SsmParameterImageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cachedInContext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cached-in-context` | | `os` | software.amazon.awscdk.services.ec2.OperatingSystemType | [[cdk.api.services.ec2/operating-system-type]] | `:os` | | `parameterVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-version` | | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-subnet-attributes-builder builder id config)
The build-subnet-attributes-builder function updates a SubnetAttributes$Builder instance using the provided configuration. The function takes the SubnetAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
ipv4CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv4-cidr-block |
routeTableId | java.lang.String | cdk.support/lookup-entry | :route-table-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-subnet-attributes-builder function updates a SubnetAttributes$Builder instance using the provided configuration. The function takes the SubnetAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `ipv4CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-cidr-block` | | `routeTableId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-table-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-subnet-builder builder id config)
The build-subnet-builder function updates a Subnet$Builder instance using the provided configuration. The function takes the Subnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-subnet-builder function updates a Subnet$Builder instance using the provided configuration. The function takes the Subnet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-subnet-configuration-builder builder id config)
The build-subnet-configuration-builder function updates a SubnetConfiguration$Builder instance using the provided configuration. The function takes the SubnetConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrMask | java.lang.Number | cdk.support/lookup-entry | :cidr-mask |
ipv6AssignAddressOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :ipv6-assign-address-on-creation |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
name | java.lang.String | cdk.support/lookup-entry | :name |
reserved | java.lang.Boolean | cdk.support/lookup-entry | :reserved |
subnetType | software.amazon.awscdk.services.ec2.SubnetType | cdk.api.services.ec2/subnet-type | :subnet-type |
The build-subnet-configuration-builder function updates a SubnetConfiguration$Builder instance using the provided configuration. The function takes the SubnetConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrMask` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cidr-mask` | | `ipv6AssignAddressOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ipv6-assign-address-on-creation` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `reserved` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:reserved` | | `subnetType` | software.amazon.awscdk.services.ec2.SubnetType | [[cdk.api.services.ec2/subnet-type]] | `:subnet-type` |
(build-subnet-ipam-options-builder builder id config)
The build-subnet-ipam-options-builder function updates a SubnetIpamOptions$Builder instance using the provided configuration. The function takes the SubnetIpamOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocatedSubnets | java.util.List | cdk.support/lookup-entry | :allocated-subnets |
The build-subnet-ipam-options-builder function updates a SubnetIpamOptions$Builder instance using the provided configuration. The function takes the SubnetIpamOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocatedSubnets` | java.util.List | [[cdk.support/lookup-entry]] | `:allocated-subnets` |
(build-subnet-network-acl-association-builder builder id config)
The build-subnet-network-acl-association-builder function updates a SubnetNetworkAclAssociation$Builder instance using the provided configuration. The function takes the SubnetNetworkAclAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkAcl | software.amazon.awscdk.services.ec2.INetworkAcl | cdk.support/lookup-entry | :network-acl |
subnet | software.amazon.awscdk.services.ec2.ISubnet | cdk.support/lookup-entry | :subnet |
subnetNetworkAclAssociationName | java.lang.String | cdk.support/lookup-entry | :subnet-network-acl-association-name |
The build-subnet-network-acl-association-builder function updates a SubnetNetworkAclAssociation$Builder instance using the provided configuration. The function takes the SubnetNetworkAclAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkAcl` | software.amazon.awscdk.services.ec2.INetworkAcl | [[cdk.support/lookup-entry]] | `:network-acl` | | `subnet` | software.amazon.awscdk.services.ec2.ISubnet | [[cdk.support/lookup-entry]] | `:subnet` | | `subnetNetworkAclAssociationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-network-acl-association-name` |
(build-subnet-network-acl-association-props-builder builder id config)
The build-subnet-network-acl-association-props-builder function updates a SubnetNetworkAclAssociationProps$Builder instance using the provided configuration. The function takes the SubnetNetworkAclAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
networkAcl | software.amazon.awscdk.services.ec2.INetworkAcl | cdk.support/lookup-entry | :network-acl |
subnet | software.amazon.awscdk.services.ec2.ISubnet | cdk.support/lookup-entry | :subnet |
subnetNetworkAclAssociationName | java.lang.String | cdk.support/lookup-entry | :subnet-network-acl-association-name |
The build-subnet-network-acl-association-props-builder function updates a SubnetNetworkAclAssociationProps$Builder instance using the provided configuration. The function takes the SubnetNetworkAclAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `networkAcl` | software.amazon.awscdk.services.ec2.INetworkAcl | [[cdk.support/lookup-entry]] | `:network-acl` | | `subnet` | software.amazon.awscdk.services.ec2.ISubnet | [[cdk.support/lookup-entry]] | `:subnet` | | `subnetNetworkAclAssociationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-network-acl-association-name` |
(build-subnet-props-builder builder id config)
The build-subnet-props-builder function updates a SubnetProps$Builder instance using the provided configuration. The function takes the SubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
assignIpv6AddressOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :assign-ipv6-address-on-creation |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv6CidrBlock | java.lang.String | cdk.support/lookup-entry | :ipv6-cidr-block |
mapPublicIpOnLaunch | java.lang.Boolean | cdk.support/lookup-entry | :map-public-ip-on-launch |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-subnet-props-builder function updates a SubnetProps$Builder instance using the provided configuration. The function takes the SubnetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `assignIpv6AddressOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:assign-ipv6-address-on-creation` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv6CidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv6-cidr-block` | | `mapPublicIpOnLaunch` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:map-public-ip-on-launch` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-subnet-selection-builder builder id config)
The build-subnet-selection-builder function updates a SubnetSelection$Builder instance using the provided configuration. The function takes the SubnetSelection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
onePerAz | java.lang.Boolean | cdk.support/lookup-entry | :one-per-az |
subnetFilters | java.util.List | cdk.support/lookup-entry | :subnet-filters |
subnetGroupName | java.lang.String | cdk.support/lookup-entry | :subnet-group-name |
subnetType | software.amazon.awscdk.services.ec2.SubnetType | cdk.api.services.ec2/subnet-type | :subnet-type |
subnets | java.util.List | cdk.support/lookup-entry | :subnets |
The build-subnet-selection-builder function updates a SubnetSelection$Builder instance using the provided configuration. The function takes the SubnetSelection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `onePerAz` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:one-per-az` | | `subnetFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-filters` | | `subnetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name` | | `subnetType` | software.amazon.awscdk.services.ec2.SubnetType | [[cdk.api.services.ec2/subnet-type]] | `:subnet-type` | | `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
(build-systemd-config-file-options-builder builder id config)
The build-systemd-config-file-options-builder function updates a SystemdConfigFileOptions$Builder instance using the provided configuration. The function takes the SystemdConfigFileOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
afterNetwork | java.lang.Boolean | cdk.support/lookup-entry | :after-network |
command | java.lang.String | cdk.support/lookup-entry | :command |
cwd | java.lang.String | cdk.support/lookup-entry | :cwd |
description | java.lang.String | cdk.support/lookup-entry | :description |
environmentFiles | java.util.List | cdk.support/lookup-entry | :environment-files |
environmentVariables | java.util.Map | cdk.support/lookup-entry | :environment-variables |
group | java.lang.String | cdk.support/lookup-entry | :group |
keepRunning | java.lang.Boolean | cdk.support/lookup-entry | :keep-running |
user | java.lang.String | cdk.support/lookup-entry | :user |
The build-systemd-config-file-options-builder function updates a SystemdConfigFileOptions$Builder instance using the provided configuration. The function takes the SystemdConfigFileOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `afterNetwork` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:after-network` | | `command` | java.lang.String | [[cdk.support/lookup-entry]] | `:command` | | `cwd` | java.lang.String | [[cdk.support/lookup-entry]] | `:cwd` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `environmentFiles` | java.util.List | [[cdk.support/lookup-entry]] | `:environment-files` | | `environmentVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:environment-variables` | | `group` | java.lang.String | [[cdk.support/lookup-entry]] | `:group` | | `keepRunning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:keep-running` | | `user` | java.lang.String | [[cdk.support/lookup-entry]] | `:user` |
(build-volume-attributes-builder builder id config)
The build-volume-attributes-builder function updates a VolumeAttributes$Builder instance using the provided configuration. The function takes the VolumeAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
volumeId | java.lang.String | cdk.support/lookup-entry | :volume-id |
The build-volume-attributes-builder function updates a VolumeAttributes$Builder instance using the provided configuration. The function takes the VolumeAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `volumeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-id` |
(build-volume-builder builder id config)
The build-volume-builder function updates a Volume$Builder instance using the provided configuration. The function takes the Volume$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoEnableIo | java.lang.Boolean | cdk.support/lookup-entry | :auto-enable-io |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
enableMultiAttach | java.lang.Boolean | cdk.support/lookup-entry | :enable-multi-attach |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
size | software.amazon.awscdk.Size | cdk.support/lookup-entry | :size |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
throughput | java.lang.Number | cdk.support/lookup-entry | :throughput |
volumeName | java.lang.String | cdk.support/lookup-entry | :volume-name |
volumeType | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | cdk.api.services.ec2/ebs-device-volume-type | :volume-type |
The build-volume-builder function updates a Volume$Builder instance using the provided configuration. The function takes the Volume$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoEnableIo` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-enable-io` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `enableMultiAttach` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-multi-attach` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `size` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:size` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` | | `volumeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-name` | | `volumeType` | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | [[cdk.api.services.ec2/ebs-device-volume-type]] | `:volume-type` |
(build-volume-props-builder builder id config)
The build-volume-props-builder function updates a VolumeProps$Builder instance using the provided configuration. The function takes the VolumeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoEnableIo | java.lang.Boolean | cdk.support/lookup-entry | :auto-enable-io |
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
enableMultiAttach | java.lang.Boolean | cdk.support/lookup-entry | :enable-multi-attach |
encrypted | java.lang.Boolean | cdk.support/lookup-entry | :encrypted |
encryptionKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :encryption-key |
iops | java.lang.Number | cdk.support/lookup-entry | :iops |
removalPolicy | software.amazon.awscdk.RemovalPolicy | cdk.api/removal-policy | :removal-policy |
size | software.amazon.awscdk.Size | cdk.support/lookup-entry | :size |
snapshotId | java.lang.String | cdk.support/lookup-entry | :snapshot-id |
throughput | java.lang.Number | cdk.support/lookup-entry | :throughput |
volumeName | java.lang.String | cdk.support/lookup-entry | :volume-name |
volumeType | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | cdk.api.services.ec2/ebs-device-volume-type | :volume-type |
The build-volume-props-builder function updates a VolumeProps$Builder instance using the provided configuration. The function takes the VolumeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoEnableIo` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-enable-io` | | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `enableMultiAttach` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-multi-attach` | | `encrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:encrypted` | | `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` | | `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` | | `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` | | `size` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:size` | | `snapshotId` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-id` | | `throughput` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throughput` | | `volumeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:volume-name` | | `volumeType` | software.amazon.awscdk.services.ec2.EbsDeviceVolumeType | [[cdk.api.services.ec2/ebs-device-volume-type]] | `:volume-type` |
(build-vpc-attributes-builder builder id config)
The build-vpc-attributes-builder function updates a VpcAttributes$Builder instance using the provided configuration. The function takes the VpcAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
isolatedSubnetIds | java.util.List | cdk.support/lookup-entry | :isolated-subnet-ids |
isolatedSubnetIpv4CidrBlocks | java.util.List | cdk.support/lookup-entry | :isolated-subnet-ipv4-cidr-blocks |
isolatedSubnetNames | java.util.List | cdk.support/lookup-entry | :isolated-subnet-names |
isolatedSubnetRouteTableIds | java.util.List | cdk.support/lookup-entry | :isolated-subnet-route-table-ids |
privateSubnetIds | java.util.List | cdk.support/lookup-entry | :private-subnet-ids |
privateSubnetIpv4CidrBlocks | java.util.List | cdk.support/lookup-entry | :private-subnet-ipv4-cidr-blocks |
privateSubnetNames | java.util.List | cdk.support/lookup-entry | :private-subnet-names |
privateSubnetRouteTableIds | java.util.List | cdk.support/lookup-entry | :private-subnet-route-table-ids |
publicSubnetIds | java.util.List | cdk.support/lookup-entry | :public-subnet-ids |
publicSubnetIpv4CidrBlocks | java.util.List | cdk.support/lookup-entry | :public-subnet-ipv4-cidr-blocks |
publicSubnetNames | java.util.List | cdk.support/lookup-entry | :public-subnet-names |
publicSubnetRouteTableIds | java.util.List | cdk.support/lookup-entry | :public-subnet-route-table-ids |
region | java.lang.String | cdk.support/lookup-entry | :region |
vpcCidrBlock | java.lang.String | cdk.support/lookup-entry | :vpc-cidr-block |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
vpnGatewayId | java.lang.String | cdk.support/lookup-entry | :vpn-gateway-id |
The build-vpc-attributes-builder function updates a VpcAttributes$Builder instance using the provided configuration. The function takes the VpcAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `isolatedSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:isolated-subnet-ids` | | `isolatedSubnetIpv4CidrBlocks` | java.util.List | [[cdk.support/lookup-entry]] | `:isolated-subnet-ipv4-cidr-blocks` | | `isolatedSubnetNames` | java.util.List | [[cdk.support/lookup-entry]] | `:isolated-subnet-names` | | `isolatedSubnetRouteTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:isolated-subnet-route-table-ids` | | `privateSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:private-subnet-ids` | | `privateSubnetIpv4CidrBlocks` | java.util.List | [[cdk.support/lookup-entry]] | `:private-subnet-ipv4-cidr-blocks` | | `privateSubnetNames` | java.util.List | [[cdk.support/lookup-entry]] | `:private-subnet-names` | | `privateSubnetRouteTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:private-subnet-route-table-ids` | | `publicSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:public-subnet-ids` | | `publicSubnetIpv4CidrBlocks` | java.util.List | [[cdk.support/lookup-entry]] | `:public-subnet-ipv4-cidr-blocks` | | `publicSubnetNames` | java.util.List | [[cdk.support/lookup-entry]] | `:public-subnet-names` | | `publicSubnetRouteTableIds` | java.util.List | [[cdk.support/lookup-entry]] | `:public-subnet-route-table-ids` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `vpcCidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-cidr-block` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` | | `vpnGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-gateway-id` |
(build-vpc-builder builder id config)
The build-vpc-builder function updates a Vpc$Builder instance using the provided configuration. The function takes the Vpc$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
createInternetGateway | java.lang.Boolean | cdk.support/lookup-entry | :create-internet-gateway |
defaultInstanceTenancy | software.amazon.awscdk.services.ec2.DefaultInstanceTenancy | cdk.api.services.ec2/default-instance-tenancy | :default-instance-tenancy |
enableDnsHostnames | java.lang.Boolean | cdk.support/lookup-entry | :enable-dns-hostnames |
enableDnsSupport | java.lang.Boolean | cdk.support/lookup-entry | :enable-dns-support |
flowLogs | java.util.Map | cdk.support/lookup-entry | :flow-logs |
gatewayEndpoints | java.util.Map | cdk.support/lookup-entry | :gateway-endpoints |
ipAddresses | software.amazon.awscdk.services.ec2.IIpAddresses | cdk.support/lookup-entry | :ip-addresses |
ipProtocol | software.amazon.awscdk.services.ec2.IpProtocol | cdk.api.services.ec2/ip-protocol | :ip-protocol |
ipv6Addresses | software.amazon.awscdk.services.ec2.IIpv6Addresses | cdk.support/lookup-entry | :ipv6-addresses |
maxAzs | java.lang.Number | cdk.support/lookup-entry | :max-azs |
natGatewayProvider | software.amazon.awscdk.services.ec2.NatProvider | cdk.support/lookup-entry | :nat-gateway-provider |
natGatewaySubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :nat-gateway-subnets |
natGateways | java.lang.Number | cdk.support/lookup-entry | :nat-gateways |
reservedAzs | java.lang.Number | cdk.support/lookup-entry | :reserved-azs |
restrictDefaultSecurityGroup | java.lang.Boolean | cdk.support/lookup-entry | :restrict-default-security-group |
subnetConfiguration | java.util.List | cdk.support/lookup-entry | :subnet-configuration |
vpcName | java.lang.String | cdk.support/lookup-entry | :vpc-name |
vpnConnections | java.util.Map | cdk.support/lookup-entry | :vpn-connections |
vpnGateway | java.lang.Boolean | cdk.support/lookup-entry | :vpn-gateway |
vpnGatewayAsn | java.lang.Number | cdk.support/lookup-entry | :vpn-gateway-asn |
vpnRoutePropagation | java.util.List | cdk.support/lookup-entry | :vpn-route-propagation |
The build-vpc-builder function updates a Vpc$Builder instance using the provided configuration. The function takes the Vpc$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `createInternetGateway` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:create-internet-gateway` | | `defaultInstanceTenancy` | software.amazon.awscdk.services.ec2.DefaultInstanceTenancy | [[cdk.api.services.ec2/default-instance-tenancy]] | `:default-instance-tenancy` | | `enableDnsHostnames` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-dns-hostnames` | | `enableDnsSupport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-dns-support` | | `flowLogs` | java.util.Map | [[cdk.support/lookup-entry]] | `:flow-logs` | | `gatewayEndpoints` | java.util.Map | [[cdk.support/lookup-entry]] | `:gateway-endpoints` | | `ipAddresses` | software.amazon.awscdk.services.ec2.IIpAddresses | [[cdk.support/lookup-entry]] | `:ip-addresses` | | `ipProtocol` | software.amazon.awscdk.services.ec2.IpProtocol | [[cdk.api.services.ec2/ip-protocol]] | `:ip-protocol` | | `ipv6Addresses` | software.amazon.awscdk.services.ec2.IIpv6Addresses | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `maxAzs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-azs` | | `natGatewayProvider` | software.amazon.awscdk.services.ec2.NatProvider | [[cdk.support/lookup-entry]] | `:nat-gateway-provider` | | `natGatewaySubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:nat-gateway-subnets` | | `natGateways` | java.lang.Number | [[cdk.support/lookup-entry]] | `:nat-gateways` | | `reservedAzs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-azs` | | `restrictDefaultSecurityGroup` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:restrict-default-security-group` | | `subnetConfiguration` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-configuration` | | `vpcName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-name` | | `vpnConnections` | java.util.Map | [[cdk.support/lookup-entry]] | `:vpn-connections` | | `vpnGateway` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:vpn-gateway` | | `vpnGatewayAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:vpn-gateway-asn` | | `vpnRoutePropagation` | java.util.List | [[cdk.support/lookup-entry]] | `:vpn-route-propagation` |
(build-vpc-endpoint-service-builder builder id config)
The build-vpc-endpoint-service-builder function updates a VpcEndpointService$Builder instance using the provided configuration. The function takes the VpcEndpointService$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceptanceRequired | java.lang.Boolean | cdk.support/lookup-entry | :acceptance-required |
allowedPrincipals | java.util.List | cdk.support/lookup-entry | :allowed-principals |
contributorInsights | java.lang.Boolean | cdk.support/lookup-entry | :contributor-insights |
vpcEndpointServiceLoadBalancers | java.util.List | cdk.support/lookup-entry | :vpc-endpoint-service-load-balancers |
The build-vpc-endpoint-service-builder function updates a VpcEndpointService$Builder instance using the provided configuration. The function takes the VpcEndpointService$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acceptanceRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:acceptance-required` | | `allowedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-principals` | | `contributorInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:contributor-insights` | | `vpcEndpointServiceLoadBalancers` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-endpoint-service-load-balancers` |
(build-vpc-endpoint-service-props-builder builder id config)
The build-vpc-endpoint-service-props-builder function updates a VpcEndpointServiceProps$Builder instance using the provided configuration. The function takes the VpcEndpointServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceptanceRequired | java.lang.Boolean | cdk.support/lookup-entry | :acceptance-required |
allowedPrincipals | java.util.List | cdk.support/lookup-entry | :allowed-principals |
contributorInsights | java.lang.Boolean | cdk.support/lookup-entry | :contributor-insights |
vpcEndpointServiceLoadBalancers | java.util.List | cdk.support/lookup-entry | :vpc-endpoint-service-load-balancers |
The build-vpc-endpoint-service-props-builder function updates a VpcEndpointServiceProps$Builder instance using the provided configuration. The function takes the VpcEndpointServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acceptanceRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:acceptance-required` | | `allowedPrincipals` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-principals` | | `contributorInsights` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:contributor-insights` | | `vpcEndpointServiceLoadBalancers` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-endpoint-service-load-balancers` |
(build-vpc-ipam-options-builder builder id config)
The build-vpc-ipam-options-builder function updates a VpcIpamOptions$Builder instance using the provided configuration. The function takes the VpcIpamOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cidrBlock | java.lang.String | cdk.support/lookup-entry | :cidr-block |
ipv4IpamPoolId | java.lang.String | cdk.support/lookup-entry | :ipv4-ipam-pool-id |
ipv4NetmaskLength | java.lang.Number | cdk.support/lookup-entry | :ipv4-netmask-length |
The build-vpc-ipam-options-builder function updates a VpcIpamOptions$Builder instance using the provided configuration. The function takes the VpcIpamOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cidrBlock` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr-block` | | `ipv4IpamPoolId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ipv4-ipam-pool-id` | | `ipv4NetmaskLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ipv4-netmask-length` |
(build-vpc-lookup-options-builder builder id config)
The build-vpc-lookup-options-builder function updates a VpcLookupOptions$Builder instance using the provided configuration. The function takes the VpcLookupOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
isDefault | java.lang.Boolean | cdk.support/lookup-entry | :is-default |
ownerAccountId | java.lang.String | cdk.support/lookup-entry | :owner-account-id |
region | java.lang.String | cdk.support/lookup-entry | :region |
returnVpnGateways | java.lang.Boolean | cdk.support/lookup-entry | :return-vpn-gateways |
subnetGroupNameTag | java.lang.String | cdk.support/lookup-entry | :subnet-group-name-tag |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
vpcName | java.lang.String | cdk.support/lookup-entry | :vpc-name |
The build-vpc-lookup-options-builder function updates a VpcLookupOptions$Builder instance using the provided configuration. The function takes the VpcLookupOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `isDefault` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-default` | | `ownerAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner-account-id` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` | | `returnVpnGateways` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-vpn-gateways` | | `subnetGroupNameTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-group-name-tag` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` | | `vpcName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-name` |
(build-vpc-props-builder builder id config)
The build-vpc-props-builder function updates a VpcProps$Builder instance using the provided configuration. The function takes the VpcProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZones | java.util.List | cdk.support/lookup-entry | :availability-zones |
cidr | java.lang.String | cdk.support/lookup-entry | :cidr |
createInternetGateway | java.lang.Boolean | cdk.support/lookup-entry | :create-internet-gateway |
defaultInstanceTenancy | software.amazon.awscdk.services.ec2.DefaultInstanceTenancy | cdk.api.services.ec2/default-instance-tenancy | :default-instance-tenancy |
enableDnsHostnames | java.lang.Boolean | cdk.support/lookup-entry | :enable-dns-hostnames |
enableDnsSupport | java.lang.Boolean | cdk.support/lookup-entry | :enable-dns-support |
flowLogs | java.util.Map | cdk.support/lookup-entry | :flow-logs |
gatewayEndpoints | java.util.Map | cdk.support/lookup-entry | :gateway-endpoints |
ipAddresses | software.amazon.awscdk.services.ec2.IIpAddresses | cdk.support/lookup-entry | :ip-addresses |
ipProtocol | software.amazon.awscdk.services.ec2.IpProtocol | cdk.api.services.ec2/ip-protocol | :ip-protocol |
ipv6Addresses | software.amazon.awscdk.services.ec2.IIpv6Addresses | cdk.support/lookup-entry | :ipv6-addresses |
maxAzs | java.lang.Number | cdk.support/lookup-entry | :max-azs |
natGatewayProvider | software.amazon.awscdk.services.ec2.NatProvider | cdk.support/lookup-entry | :nat-gateway-provider |
natGatewaySubnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :nat-gateway-subnets |
natGateways | java.lang.Number | cdk.support/lookup-entry | :nat-gateways |
reservedAzs | java.lang.Number | cdk.support/lookup-entry | :reserved-azs |
restrictDefaultSecurityGroup | java.lang.Boolean | cdk.support/lookup-entry | :restrict-default-security-group |
subnetConfiguration | java.util.List | cdk.support/lookup-entry | :subnet-configuration |
vpcName | java.lang.String | cdk.support/lookup-entry | :vpc-name |
vpnConnections | java.util.Map | cdk.support/lookup-entry | :vpn-connections |
vpnGateway | java.lang.Boolean | cdk.support/lookup-entry | :vpn-gateway |
vpnGatewayAsn | java.lang.Number | cdk.support/lookup-entry | :vpn-gateway-asn |
vpnRoutePropagation | java.util.List | cdk.support/lookup-entry | :vpn-route-propagation |
The build-vpc-props-builder function updates a VpcProps$Builder instance using the provided configuration. The function takes the VpcProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZones` | java.util.List | [[cdk.support/lookup-entry]] | `:availability-zones` | | `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` | | `createInternetGateway` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:create-internet-gateway` | | `defaultInstanceTenancy` | software.amazon.awscdk.services.ec2.DefaultInstanceTenancy | [[cdk.api.services.ec2/default-instance-tenancy]] | `:default-instance-tenancy` | | `enableDnsHostnames` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-dns-hostnames` | | `enableDnsSupport` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-dns-support` | | `flowLogs` | java.util.Map | [[cdk.support/lookup-entry]] | `:flow-logs` | | `gatewayEndpoints` | java.util.Map | [[cdk.support/lookup-entry]] | `:gateway-endpoints` | | `ipAddresses` | software.amazon.awscdk.services.ec2.IIpAddresses | [[cdk.support/lookup-entry]] | `:ip-addresses` | | `ipProtocol` | software.amazon.awscdk.services.ec2.IpProtocol | [[cdk.api.services.ec2/ip-protocol]] | `:ip-protocol` | | `ipv6Addresses` | software.amazon.awscdk.services.ec2.IIpv6Addresses | [[cdk.support/lookup-entry]] | `:ipv6-addresses` | | `maxAzs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-azs` | | `natGatewayProvider` | software.amazon.awscdk.services.ec2.NatProvider | [[cdk.support/lookup-entry]] | `:nat-gateway-provider` | | `natGatewaySubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:nat-gateway-subnets` | | `natGateways` | java.lang.Number | [[cdk.support/lookup-entry]] | `:nat-gateways` | | `reservedAzs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-azs` | | `restrictDefaultSecurityGroup` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:restrict-default-security-group` | | `subnetConfiguration` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-configuration` | | `vpcName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-name` | | `vpnConnections` | java.util.Map | [[cdk.support/lookup-entry]] | `:vpn-connections` | | `vpnGateway` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:vpn-gateway` | | `vpnGatewayAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:vpn-gateway-asn` | | `vpnRoutePropagation` | java.util.List | [[cdk.support/lookup-entry]] | `:vpn-route-propagation` |
(build-vpn-connection-attributes-builder builder id config)
The build-vpn-connection-attributes-builder function updates a VpnConnectionAttributes$Builder instance using the provided configuration. The function takes the VpnConnectionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerGatewayAsn | java.lang.Number | cdk.support/lookup-entry | :customer-gateway-asn |
customerGatewayId | java.lang.String | cdk.support/lookup-entry | :customer-gateway-id |
customerGatewayIp | java.lang.String | cdk.support/lookup-entry | :customer-gateway-ip |
vpnId | java.lang.String | cdk.support/lookup-entry | :vpn-id |
The build-vpn-connection-attributes-builder function updates a VpnConnectionAttributes$Builder instance using the provided configuration. The function takes the VpnConnectionAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `customerGatewayAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:customer-gateway-asn` | | `customerGatewayId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-gateway-id` | | `customerGatewayIp` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-gateway-ip` | | `vpnId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpn-id` |
(build-vpn-connection-builder builder id config)
The build-vpn-connection-builder function updates a VpnConnection$Builder instance using the provided configuration. The function takes the VpnConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
asn | java.lang.Number | cdk.support/lookup-entry | :asn |
ip | java.lang.String | cdk.support/lookup-entry | :ip |
staticRoutes | java.util.List | cdk.support/lookup-entry | :static-routes |
tunnelOptions | java.util.List | cdk.support/lookup-entry | :tunnel-options |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-vpn-connection-builder function updates a VpnConnection$Builder instance using the provided configuration. The function takes the VpnConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `asn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:asn` | | `ip` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip` | | `staticRoutes` | java.util.List | [[cdk.support/lookup-entry]] | `:static-routes` | | `tunnelOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:tunnel-options` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-vpn-connection-options-builder builder id config)
The build-vpn-connection-options-builder function updates a VpnConnectionOptions$Builder instance using the provided configuration. The function takes the VpnConnectionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
asn | java.lang.Number | cdk.support/lookup-entry | :asn |
ip | java.lang.String | cdk.support/lookup-entry | :ip |
staticRoutes | java.util.List | cdk.support/lookup-entry | :static-routes |
tunnelOptions | java.util.List | cdk.support/lookup-entry | :tunnel-options |
The build-vpn-connection-options-builder function updates a VpnConnectionOptions$Builder instance using the provided configuration. The function takes the VpnConnectionOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `asn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:asn` | | `ip` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip` | | `staticRoutes` | java.util.List | [[cdk.support/lookup-entry]] | `:static-routes` | | `tunnelOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:tunnel-options` |
(build-vpn-connection-props-builder builder id config)
The build-vpn-connection-props-builder function updates a VpnConnectionProps$Builder instance using the provided configuration. The function takes the VpnConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
asn | java.lang.Number | cdk.support/lookup-entry | :asn |
ip | java.lang.String | cdk.support/lookup-entry | :ip |
staticRoutes | java.util.List | cdk.support/lookup-entry | :static-routes |
tunnelOptions | java.util.List | cdk.support/lookup-entry | :tunnel-options |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
The build-vpn-connection-props-builder function updates a VpnConnectionProps$Builder instance using the provided configuration. The function takes the VpnConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `asn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:asn` | | `ip` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip` | | `staticRoutes` | java.util.List | [[cdk.support/lookup-entry]] | `:static-routes` | | `tunnelOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:tunnel-options` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
(build-vpn-gateway-builder builder id config)
The build-vpn-gateway-builder function updates a VpnGateway$Builder instance using the provided configuration. The function takes the VpnGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonSideAsn | java.lang.Number | cdk.support/lookup-entry | :amazon-side-asn |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-vpn-gateway-builder function updates a VpnGateway$Builder instance using the provided configuration. The function takes the VpnGateway$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonSideAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amazon-side-asn` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-vpn-gateway-props-builder builder id config)
The build-vpn-gateway-props-builder function updates a VpnGatewayProps$Builder instance using the provided configuration. The function takes the VpnGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
amazonSideAsn | java.lang.Number | cdk.support/lookup-entry | :amazon-side-asn |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-vpn-gateway-props-builder function updates a VpnGatewayProps$Builder instance using the provided configuration. The function takes the VpnGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `amazonSideAsn` | java.lang.Number | [[cdk.support/lookup-entry]] | `:amazon-side-asn` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-vpn-tunnel-option-builder builder id config)
The build-vpn-tunnel-option-builder function updates a VpnTunnelOption$Builder instance using the provided configuration. The function takes the VpnTunnelOption$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
preSharedKey | java.lang.String | cdk.support/lookup-entry | :pre-shared-key |
preSharedKeySecret | software.amazon.awscdk.SecretValue | cdk.support/lookup-entry | :pre-shared-key-secret |
tunnelInsideCidr | java.lang.String | cdk.support/lookup-entry | :tunnel-inside-cidr |
The build-vpn-tunnel-option-builder function updates a VpnTunnelOption$Builder instance using the provided configuration. The function takes the VpnTunnelOption$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `preSharedKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:pre-shared-key` | | `preSharedKeySecret` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:pre-shared-key-secret` | | `tunnelInsideCidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:tunnel-inside-cidr` |
(build-windows-image-builder builder id config)
The build-windows-image-builder function updates a WindowsImage$Builder instance using the provided configuration. The function takes the WindowsImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-windows-image-builder function updates a WindowsImage$Builder instance using the provided configuration. The function takes the WindowsImage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-windows-image-props-builder builder id config)
The build-windows-image-props-builder function updates a WindowsImageProps$Builder instance using the provided configuration. The function takes the WindowsImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
userData | software.amazon.awscdk.services.ec2.UserData | cdk.support/lookup-entry | :user-data |
The build-windows-image-props-builder function updates a WindowsImageProps$Builder instance using the provided configuration. The function takes the WindowsImageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `userData` | software.amazon.awscdk.services.ec2.UserData | [[cdk.support/lookup-entry]] | `:user-data` |
(build-windows-user-data-options-builder builder id config)
The build-windows-user-data-options-builder function updates a WindowsUserDataOptions$Builder instance using the provided configuration. The function takes the WindowsUserDataOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
persist | java.lang.Boolean | cdk.support/lookup-entry | :persist |
The build-windows-user-data-options-builder function updates a WindowsUserDataOptions$Builder instance using the provided configuration. The function takes the WindowsUserDataOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `persist` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:persist` |
(cfn-capacity-reservation-builder scope id config)
Creates a CfnCapacityReservation$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 `CfnCapacityReservation$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-capacity-reservation-fleet-builder scope id config)
Creates a CfnCapacityReservationFleet$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 `CfnCapacityReservationFleet$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-capacity-reservation-fleet-instance-type-specification-property-builder
id
config)
Creates a CfnCapacityReservationFleet$InstanceTypeSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCapacityReservationFleet$InstanceTypeSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-capacity-reservation-fleet-props-builder id config)
Creates a CfnCapacityReservationFleetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCapacityReservationFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-capacity-reservation-fleet-tag-specification-property-builder id config)
Creates a CfnCapacityReservationFleet$TagSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCapacityReservationFleet$TagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-capacity-reservation-props-builder id config)
Creates a CfnCapacityReservationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCapacityReservationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-capacity-reservation-tag-specification-property-builder id config)
Creates a CfnCapacityReservation$TagSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCapacityReservation$TagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-carrier-gateway-builder scope id config)
Creates a CfnCarrierGateway$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 `CfnCarrierGateway$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-carrier-gateway-props-builder id config)
Creates a CfnCarrierGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCarrierGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-authorization-rule-builder scope id config)
Creates a CfnClientVpnAuthorizationRule$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 `CfnClientVpnAuthorizationRule$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-client-vpn-authorization-rule-props-builder id config)
Creates a CfnClientVpnAuthorizationRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnAuthorizationRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-builder scope id config)
Creates a CfnClientVpnEndpoint$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 `CfnClientVpnEndpoint$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-client-vpn-endpoint-certificate-authentication-request-property-builder
id
config)
Creates a CfnClientVpnEndpoint$CertificateAuthenticationRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$CertificateAuthenticationRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-client-authentication-request-property-builder id
config)
Creates a CfnClientVpnEndpoint$ClientAuthenticationRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$ClientAuthenticationRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-client-connect-options-property-builder id config)
Creates a CfnClientVpnEndpoint$ClientConnectOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$ClientConnectOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-client-login-banner-options-property-builder id config)
Creates a CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$ClientLoginBannerOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-connection-log-options-property-builder id config)
Creates a CfnClientVpnEndpoint$ConnectionLogOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$ConnectionLogOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-directory-service-authentication-request-property-builder
id
config)
Creates a CfnClientVpnEndpoint$DirectoryServiceAuthenticationRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$DirectoryServiceAuthenticationRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-federated-authentication-request-property-builder
id
config)
Creates a CfnClientVpnEndpoint$FederatedAuthenticationRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$FederatedAuthenticationRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-props-builder id config)
Creates a CfnClientVpnEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-endpoint-tag-specification-property-builder id config)
Creates a CfnClientVpnEndpoint$TagSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnEndpoint$TagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-route-builder scope id config)
Creates a CfnClientVpnRoute$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 `CfnClientVpnRoute$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-client-vpn-route-props-builder id config)
Creates a CfnClientVpnRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-client-vpn-target-network-association-builder scope id config)
Creates a CfnClientVpnTargetNetworkAssociation$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 `CfnClientVpnTargetNetworkAssociation$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-client-vpn-target-network-association-props-builder id config)
Creates a CfnClientVpnTargetNetworkAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnClientVpnTargetNetworkAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-customer-gateway-builder scope id config)
Creates a CfnCustomerGateway$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 `CfnCustomerGateway$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-customer-gateway-props-builder id config)
Creates a CfnCustomerGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCustomerGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-dhcp-options-builder scope id config)
Creates a CfnDHCPOptions$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 `CfnDHCPOptions$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-dhcp-options-props-builder id config)
Creates a CfnDHCPOptionsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnDHCPOptionsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-accelerator-count-request-property-builder id config)
Creates a CfnEC2Fleet$AcceleratorCountRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$AcceleratorCountRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-accelerator-total-memory-mi-b-request-property-builder id config)
Creates a CfnEC2Fleet$AcceleratorTotalMemoryMiBRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$AcceleratorTotalMemoryMiBRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-baseline-ebs-bandwidth-mbps-request-property-builder id config)
Creates a CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$BaselineEbsBandwidthMbpsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-builder scope id config)
Creates a CfnEC2Fleet$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 `CfnEC2Fleet$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-ec2-fleet-capacity-rebalance-property-builder id config)
Creates a CfnEC2Fleet$CapacityRebalanceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$CapacityRebalanceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-capacity-reservation-options-request-property-builder id config)
Creates a CfnEC2Fleet$CapacityReservationOptionsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$CapacityReservationOptionsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-fleet-launch-template-config-request-property-builder id config)
Creates a CfnEC2Fleet$FleetLaunchTemplateConfigRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$FleetLaunchTemplateConfigRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-fleet-launch-template-overrides-request-property-builder id
config)
Creates a CfnEC2Fleet$FleetLaunchTemplateOverridesRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$FleetLaunchTemplateOverridesRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-fleet-launch-template-specification-request-property-builder
id
config)
Creates a CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$FleetLaunchTemplateSpecificationRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-instance-requirements-request-property-builder id config)
Creates a CfnEC2Fleet$InstanceRequirementsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$InstanceRequirementsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-maintenance-strategies-property-builder id config)
Creates a CfnEC2Fleet$MaintenanceStrategiesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$MaintenanceStrategiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-memory-gi-b-per-v-cpu-request-property-builder id config)
Creates a CfnEC2Fleet$MemoryGiBPerVCpuRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$MemoryGiBPerVCpuRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-memory-mi-b-request-property-builder id config)
Creates a CfnEC2Fleet$MemoryMiBRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$MemoryMiBRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-network-bandwidth-gbps-request-property-builder id config)
Creates a CfnEC2Fleet$NetworkBandwidthGbpsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$NetworkBandwidthGbpsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-network-interface-count-request-property-builder id config)
Creates a CfnEC2Fleet$NetworkInterfaceCountRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$NetworkInterfaceCountRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-on-demand-options-request-property-builder id config)
Creates a CfnEC2Fleet$OnDemandOptionsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$OnDemandOptionsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-placement-property-builder id config)
Creates a CfnEC2Fleet$PlacementProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$PlacementProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-props-builder id config)
Creates a CfnEC2FleetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2FleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-spot-options-request-property-builder id config)
Creates a CfnEC2Fleet$SpotOptionsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$SpotOptionsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-tag-specification-property-builder id config)
Creates a CfnEC2Fleet$TagSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$TagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-target-capacity-specification-request-property-builder id config)
Creates a CfnEC2Fleet$TargetCapacitySpecificationRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$TargetCapacitySpecificationRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-total-local-storage-gb-request-property-builder id config)
Creates a CfnEC2Fleet$TotalLocalStorageGBRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$TotalLocalStorageGBRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ec2-fleet-v-cpu-count-range-request-property-builder id config)
Creates a CfnEC2Fleet$VCpuCountRangeRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEC2Fleet$VCpuCountRangeRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-egress-only-internet-gateway-builder scope id config)
Creates a CfnEgressOnlyInternetGateway$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 `CfnEgressOnlyInternetGateway$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-egress-only-internet-gateway-props-builder id config)
Creates a CfnEgressOnlyInternetGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEgressOnlyInternetGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-eip-association-builder scope id config)
Creates a CfnEIPAssociation$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 `CfnEIPAssociation$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-eip-association-props-builder id config)
Creates a CfnEIPAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEIPAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-eip-builder scope id config)
Creates a CfnEIP$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 `CfnEIP$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-eip-props-builder id config)
Creates a CfnEIPProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEIPProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-enclave-certificate-iam-role-association-builder scope id config)
Creates a CfnEnclaveCertificateIamRoleAssociation$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 `CfnEnclaveCertificateIamRoleAssociation$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-enclave-certificate-iam-role-association-props-builder id config)
Creates a CfnEnclaveCertificateIamRoleAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnEnclaveCertificateIamRoleAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-flow-log-builder scope id config)
Creates a CfnFlowLog$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 `CfnFlowLog$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-flow-log-destination-options-property-builder id config)
Creates a CfnFlowLog$DestinationOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnFlowLog$DestinationOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-flow-log-props-builder id config)
Creates a CfnFlowLogProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnFlowLogProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-gateway-route-table-association-builder scope id config)
Creates a CfnGatewayRouteTableAssociation$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 `CfnGatewayRouteTableAssociation$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-gateway-route-table-association-props-builder id config)
Creates a CfnGatewayRouteTableAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnGatewayRouteTableAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-host-builder scope id config)
Creates a CfnHost$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 `CfnHost$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-host-props-builder id config)
Creates a CfnHostProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnHostProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-association-parameter-property-builder id config)
Creates a CfnInstance$AssociationParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$AssociationParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-block-device-mapping-property-builder id config)
Creates a CfnInstance$BlockDeviceMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$BlockDeviceMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-builder scope id config)
Creates a CfnInstance$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 `CfnInstance$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-instance-connect-endpoint-builder scope id config)
Creates a CfnInstanceConnectEndpoint$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 `CfnInstanceConnectEndpoint$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-instance-connect-endpoint-props-builder id config)
Creates a CfnInstanceConnectEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstanceConnectEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-cpu-options-property-builder id config)
Creates a CfnInstance$CpuOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$CpuOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-credit-specification-property-builder id config)
Creates a CfnInstance$CreditSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$CreditSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-ebs-property-builder id config)
Creates a CfnInstance$EbsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$EbsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-elastic-gpu-specification-property-builder id config)
Creates a CfnInstance$ElasticGpuSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$ElasticGpuSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-elastic-inference-accelerator-property-builder id config)
Creates a CfnInstance$ElasticInferenceAcceleratorProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$ElasticInferenceAcceleratorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-enclave-options-property-builder id config)
Creates a CfnInstance$EnclaveOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$EnclaveOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-hibernation-options-property-builder id config)
Creates a CfnInstance$HibernationOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$HibernationOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-instance-ipv6-address-property-builder id config)
Creates a CfnInstance$InstanceIpv6AddressProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$InstanceIpv6AddressProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-launch-template-specification-property-builder id config)
Creates a CfnInstance$LaunchTemplateSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$LaunchTemplateSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-license-specification-property-builder id config)
Creates a CfnInstance$LicenseSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$LicenseSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-network-interface-property-builder id config)
Creates a CfnInstance$NetworkInterfaceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$NetworkInterfaceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-no-device-property-builder)
Creates a CfnInstance$NoDeviceProperty$Builder
instance using a no-argument construct,then builds it.
Creates a `CfnInstance$NoDeviceProperty$Builder` instance using a no-argument construct,then builds it.
(cfn-instance-private-dns-name-options-property-builder id config)
Creates a CfnInstance$PrivateDnsNameOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$PrivateDnsNameOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-private-ip-address-specification-property-builder id config)
Creates a CfnInstance$PrivateIpAddressSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$PrivateIpAddressSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-props-builder id config)
Creates a CfnInstanceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-ssm-association-property-builder id config)
Creates a CfnInstance$SsmAssociationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$SsmAssociationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-state-property-builder id config)
Creates a CfnInstance$StateProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$StateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-instance-volume-property-builder id config)
Creates a CfnInstance$VolumeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInstance$VolumeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-internet-gateway-builder scope id config)
Creates a CfnInternetGateway$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 `CfnInternetGateway$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-internet-gateway-props-builder id config)
Creates a CfnInternetGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInternetGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-allocation-builder scope id config)
Creates a CfnIPAMAllocation$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 `CfnIPAMAllocation$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-ipam-allocation-props-builder id config)
Creates a CfnIPAMAllocationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMAllocationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-builder scope id config)
Creates a CfnIPAM$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 `CfnIPAM$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-ipam-ipam-operating-region-property-builder id config)
Creates a CfnIPAM$IpamOperatingRegionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAM$IpamOperatingRegionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-pool-builder scope id config)
Creates a CfnIPAMPool$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 `CfnIPAMPool$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-ipam-pool-cidr-builder scope id config)
Creates a CfnIPAMPoolCidr$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 `CfnIPAMPoolCidr$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-ipam-pool-cidr-props-builder id config)
Creates a CfnIPAMPoolCidrProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMPoolCidrProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-pool-props-builder id config)
Creates a CfnIPAMPoolProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMPoolProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-pool-provisioned-cidr-property-builder id config)
Creates a CfnIPAMPool$ProvisionedCidrProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMPool$ProvisionedCidrProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-pool-source-resource-property-builder id config)
Creates a CfnIPAMPool$SourceResourceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMPool$SourceResourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-props-builder id config)
Creates a CfnIPAMProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-resource-discovery-association-builder scope id config)
Creates a CfnIPAMResourceDiscoveryAssociation$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 `CfnIPAMResourceDiscoveryAssociation$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-ipam-resource-discovery-association-props-builder id config)
Creates a CfnIPAMResourceDiscoveryAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMResourceDiscoveryAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-resource-discovery-builder scope id config)
Creates a CfnIPAMResourceDiscovery$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 `CfnIPAMResourceDiscovery$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-ipam-resource-discovery-ipam-operating-region-property-builder id config)
Creates a CfnIPAMResourceDiscovery$IpamOperatingRegionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMResourceDiscovery$IpamOperatingRegionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-resource-discovery-props-builder id config)
Creates a CfnIPAMResourceDiscoveryProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMResourceDiscoveryProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-ipam-scope-builder scope id config)
Creates a CfnIPAMScope$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 `CfnIPAMScope$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-ipam-scope-props-builder id config)
Creates a CfnIPAMScopeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnIPAMScopeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-key-pair-builder scope id config)
Creates a CfnKeyPair$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 `CfnKeyPair$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-key-pair-props-builder id config)
Creates a CfnKeyPairProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnKeyPairProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-accelerator-count-property-builder id config)
Creates a CfnLaunchTemplate$AcceleratorCountProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$AcceleratorCountProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-accelerator-total-memory-mi-b-property-builder id config)
Creates a CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$AcceleratorTotalMemoryMiBProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-baseline-ebs-bandwidth-mbps-property-builder id config)
Creates a CfnLaunchTemplate$BaselineEbsBandwidthMbpsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$BaselineEbsBandwidthMbpsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-block-device-mapping-property-builder id config)
Creates a CfnLaunchTemplate$BlockDeviceMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$BlockDeviceMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-builder scope id config)
Creates a CfnLaunchTemplate$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 `CfnLaunchTemplate$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-launch-template-capacity-reservation-specification-property-builder id
config)
Creates a CfnLaunchTemplate$CapacityReservationSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$CapacityReservationSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-capacity-reservation-target-property-builder id config)
Creates a CfnLaunchTemplate$CapacityReservationTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$CapacityReservationTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-connection-tracking-specification-property-builder id
config)
Creates a CfnLaunchTemplate$ConnectionTrackingSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$ConnectionTrackingSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-cpu-options-property-builder id config)
Creates a CfnLaunchTemplate$CpuOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$CpuOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-credit-specification-property-builder id config)
Creates a CfnLaunchTemplate$CreditSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$CreditSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-ebs-property-builder id config)
Creates a CfnLaunchTemplate$EbsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$EbsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-elastic-gpu-specification-property-builder id config)
Creates a CfnLaunchTemplate$ElasticGpuSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$ElasticGpuSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-ena-srd-specification-property-builder id config)
Creates a CfnLaunchTemplate$EnaSrdSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$EnaSrdSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-ena-srd-udp-specification-property-builder id config)
Creates a CfnLaunchTemplate$EnaSrdUdpSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$EnaSrdUdpSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-enclave-options-property-builder id config)
Creates a CfnLaunchTemplate$EnclaveOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$EnclaveOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-hibernation-options-property-builder id config)
Creates a CfnLaunchTemplate$HibernationOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$HibernationOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-iam-instance-profile-property-builder id config)
Creates a CfnLaunchTemplate$IamInstanceProfileProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$IamInstanceProfileProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-instance-market-options-property-builder id config)
Creates a CfnLaunchTemplate$InstanceMarketOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$InstanceMarketOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-instance-requirements-property-builder id config)
Creates a CfnLaunchTemplate$InstanceRequirementsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$InstanceRequirementsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-ipv4-prefix-specification-property-builder id config)
Creates a CfnLaunchTemplate$Ipv4PrefixSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$Ipv4PrefixSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-ipv6-add-property-builder id config)
Creates a CfnLaunchTemplate$Ipv6AddProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$Ipv6AddProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-ipv6-prefix-specification-property-builder id config)
Creates a CfnLaunchTemplate$Ipv6PrefixSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$Ipv6PrefixSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-launch-template-data-property-builder id config)
Creates a CfnLaunchTemplate$LaunchTemplateDataProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$LaunchTemplateDataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-launch-template-elastic-inference-accelerator-property-builder
id
config)
Creates a CfnLaunchTemplate$LaunchTemplateElasticInferenceAcceleratorProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$LaunchTemplateElasticInferenceAcceleratorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-launch-template-tag-specification-property-builder id
config)
Creates a CfnLaunchTemplate$LaunchTemplateTagSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$LaunchTemplateTagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-license-specification-property-builder id config)
Creates a CfnLaunchTemplate$LicenseSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$LicenseSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-maintenance-options-property-builder id config)
Creates a CfnLaunchTemplate$MaintenanceOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$MaintenanceOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-memory-gi-b-per-v-cpu-property-builder id config)
Creates a CfnLaunchTemplate$MemoryGiBPerVCpuProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$MemoryGiBPerVCpuProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-memory-mi-b-property-builder id config)
Creates a CfnLaunchTemplate$MemoryMiBProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$MemoryMiBProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-metadata-options-property-builder id config)
Creates a CfnLaunchTemplate$MetadataOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$MetadataOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-monitoring-property-builder id config)
Creates a CfnLaunchTemplate$MonitoringProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$MonitoringProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-network-bandwidth-gbps-property-builder id config)
Creates a CfnLaunchTemplate$NetworkBandwidthGbpsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$NetworkBandwidthGbpsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-network-interface-count-property-builder id config)
Creates a CfnLaunchTemplate$NetworkInterfaceCountProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$NetworkInterfaceCountProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-network-interface-property-builder id config)
Creates a CfnLaunchTemplate$NetworkInterfaceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$NetworkInterfaceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-placement-property-builder id config)
Creates a CfnLaunchTemplate$PlacementProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$PlacementProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-private-dns-name-options-property-builder id config)
Creates a CfnLaunchTemplate$PrivateDnsNameOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$PrivateDnsNameOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-private-ip-add-property-builder id config)
Creates a CfnLaunchTemplate$PrivateIpAddProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$PrivateIpAddProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-props-builder id config)
Creates a CfnLaunchTemplateProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-spot-options-property-builder id config)
Creates a CfnLaunchTemplate$SpotOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$SpotOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-tag-specification-property-builder id config)
Creates a CfnLaunchTemplate$TagSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$TagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-total-local-storage-gb-property-builder id config)
Creates a CfnLaunchTemplate$TotalLocalStorageGBProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$TotalLocalStorageGBProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-launch-template-v-cpu-count-property-builder id config)
Creates a CfnLaunchTemplate$VCpuCountProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLaunchTemplate$VCpuCountProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-local-gateway-route-builder scope id config)
Creates a CfnLocalGatewayRoute$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 `CfnLocalGatewayRoute$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-local-gateway-route-props-builder id config)
Creates a CfnLocalGatewayRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLocalGatewayRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-local-gateway-route-table-builder scope id config)
Creates a CfnLocalGatewayRouteTable$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 `CfnLocalGatewayRouteTable$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-local-gateway-route-table-props-builder id config)
Creates a CfnLocalGatewayRouteTableProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLocalGatewayRouteTableProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-local-gateway-route-table-virtual-interface-group-association-builder
scope
id
config)
Creates a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation$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 `CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation$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-local-gateway-route-table-virtual-interface-group-association-props-builder
id
config)
Creates a CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-local-gateway-route-table-vpc-association-builder scope id config)
Creates a CfnLocalGatewayRouteTableVPCAssociation$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 `CfnLocalGatewayRouteTableVPCAssociation$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-local-gateway-route-table-vpc-association-props-builder id config)
Creates a CfnLocalGatewayRouteTableVPCAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnLocalGatewayRouteTableVPCAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-nat-gateway-builder scope id config)
Creates a CfnNatGateway$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 `CfnNatGateway$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-nat-gateway-props-builder id config)
Creates a CfnNatGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNatGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-acl-builder scope id config)
Creates a CfnNetworkAcl$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 `CfnNetworkAcl$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-network-acl-entry-builder scope id config)
Creates a CfnNetworkAclEntry$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 `CfnNetworkAclEntry$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-network-acl-entry-icmp-property-builder id config)
Creates a CfnNetworkAclEntry$IcmpProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkAclEntry$IcmpProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-acl-entry-port-range-property-builder id config)
Creates a CfnNetworkAclEntry$PortRangeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkAclEntry$PortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-acl-entry-props-builder id config)
Creates a CfnNetworkAclEntryProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkAclEntryProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-acl-props-builder id config)
Creates a CfnNetworkAclProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkAclProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-access-scope-access-scope-path-request-property-builder
id
config)
Creates a CfnNetworkInsightsAccessScope$AccessScopePathRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAccessScope$AccessScopePathRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-access-scope-analysis-builder scope id config)
Creates a CfnNetworkInsightsAccessScopeAnalysis$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 `CfnNetworkInsightsAccessScopeAnalysis$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-network-insights-access-scope-analysis-props-builder id config)
Creates a CfnNetworkInsightsAccessScopeAnalysisProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAccessScopeAnalysisProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-access-scope-builder scope id config)
Creates a CfnNetworkInsightsAccessScope$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 `CfnNetworkInsightsAccessScope$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-network-insights-access-scope-packet-header-statement-request-property-builder
id
config)
Creates a CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAccessScope$PacketHeaderStatementRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-access-scope-path-statement-request-property-builder
id
config)
Creates a CfnNetworkInsightsAccessScope$PathStatementRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAccessScope$PathStatementRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-access-scope-props-builder id config)
Creates a CfnNetworkInsightsAccessScopeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAccessScopeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-access-scope-resource-statement-request-property-builder
id
config)
Creates a CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAccessScope$ResourceStatementRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-access-scope-through-resources-statement-request-property-builder
id
config)
Creates a CfnNetworkInsightsAccessScope$ThroughResourcesStatementRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAccessScope$ThroughResourcesStatementRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-additional-detail-property-builder id config)
Creates a CfnNetworkInsightsAnalysis$AdditionalDetailProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AdditionalDetailProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-alternate-path-hint-property-builder id config)
Creates a CfnNetworkInsightsAnalysis$AlternatePathHintProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AlternatePathHintProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-analysis-acl-rule-property-builder id config)
Creates a CfnNetworkInsightsAnalysis$AnalysisAclRuleProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AnalysisAclRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-analysis-component-property-builder id config)
Creates a CfnNetworkInsightsAnalysis$AnalysisComponentProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AnalysisComponentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-analysis-load-balancer-listener-property-builder
id
config)
Creates a CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AnalysisLoadBalancerListenerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-analysis-load-balancer-target-property-builder
id
config)
Creates a CfnNetworkInsightsAnalysis$AnalysisLoadBalancerTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AnalysisLoadBalancerTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-analysis-packet-header-property-builder id
config)
Creates a CfnNetworkInsightsAnalysis$AnalysisPacketHeaderProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AnalysisPacketHeaderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-analysis-route-table-route-property-builder
id
config)
Creates a CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AnalysisRouteTableRouteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-analysis-security-group-rule-property-builder
id
config)
Creates a CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$AnalysisSecurityGroupRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-builder scope id config)
Creates a CfnNetworkInsightsAnalysis$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 `CfnNetworkInsightsAnalysis$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-network-insights-analysis-explanation-property-builder id config)
Creates a CfnNetworkInsightsAnalysis$ExplanationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$ExplanationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-path-component-property-builder id config)
Creates a CfnNetworkInsightsAnalysis$PathComponentProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$PathComponentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-port-range-property-builder id config)
Creates a CfnNetworkInsightsAnalysis$PortRangeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$PortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-props-builder id config)
Creates a CfnNetworkInsightsAnalysisProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysisProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-analysis-transit-gateway-route-table-route-property-builder
id
config)
Creates a CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsAnalysis$TransitGatewayRouteTableRouteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-path-builder scope id config)
Creates a CfnNetworkInsightsPath$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 `CfnNetworkInsightsPath$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-network-insights-path-filter-port-range-property-builder id config)
Creates a CfnNetworkInsightsPath$FilterPortRangeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsPath$FilterPortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-path-path-filter-property-builder id config)
Creates a CfnNetworkInsightsPath$PathFilterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsPath$PathFilterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-insights-path-props-builder id config)
Creates a CfnNetworkInsightsPathProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInsightsPathProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-attachment-builder scope id config)
Creates a CfnNetworkInterfaceAttachment$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 `CfnNetworkInterfaceAttachment$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-network-interface-attachment-ena-srd-specification-property-builder id
config)
Creates a CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterfaceAttachment$EnaSrdSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-attachment-ena-srd-udp-specification-property-builder
id
config)
Creates a CfnNetworkInterfaceAttachment$EnaSrdUdpSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterfaceAttachment$EnaSrdUdpSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-attachment-props-builder id config)
Creates a CfnNetworkInterfaceAttachmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterfaceAttachmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-builder scope id config)
Creates a CfnNetworkInterface$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 `CfnNetworkInterface$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-network-interface-connection-tracking-specification-property-builder
id
config)
Creates a CfnNetworkInterface$ConnectionTrackingSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterface$ConnectionTrackingSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-instance-ipv6-address-property-builder id config)
Creates a CfnNetworkInterface$InstanceIpv6AddressProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterface$InstanceIpv6AddressProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-ipv4-prefix-specification-property-builder id config)
Creates a CfnNetworkInterface$Ipv4PrefixSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterface$Ipv4PrefixSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-ipv6-prefix-specification-property-builder id config)
Creates a CfnNetworkInterface$Ipv6PrefixSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterface$Ipv6PrefixSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-permission-builder scope id config)
Creates a CfnNetworkInterfacePermission$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 `CfnNetworkInterfacePermission$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-network-interface-permission-props-builder id config)
Creates a CfnNetworkInterfacePermissionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterfacePermissionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-private-ip-address-specification-property-builder id
config)
Creates a CfnNetworkInterface$PrivateIpAddressSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterface$PrivateIpAddressSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-interface-props-builder id config)
Creates a CfnNetworkInterfaceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkInterfaceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-network-performance-metric-subscription-builder scope id config)
Creates a CfnNetworkPerformanceMetricSubscription$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 `CfnNetworkPerformanceMetricSubscription$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-network-performance-metric-subscription-props-builder id config)
Creates a CfnNetworkPerformanceMetricSubscriptionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnNetworkPerformanceMetricSubscriptionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-placement-group-builder scope id config)
Creates a CfnPlacementGroup$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 `CfnPlacementGroup$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-placement-group-props-builder id config)
Creates a CfnPlacementGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnPlacementGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-prefix-list-builder scope id config)
Creates a CfnPrefixList$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 `CfnPrefixList$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-prefix-list-entry-property-builder id config)
Creates a CfnPrefixList$EntryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnPrefixList$EntryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-prefix-list-props-builder id config)
Creates a CfnPrefixListProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnPrefixListProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-route-builder scope id config)
Creates a CfnRoute$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 `CfnRoute$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-route-props-builder id config)
Creates a CfnRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-route-table-builder scope id config)
Creates a CfnRouteTable$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 `CfnRouteTable$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-route-table-props-builder id config)
Creates a CfnRouteTableProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnRouteTableProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-security-group-builder scope id config)
Creates a CfnSecurityGroup$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 `CfnSecurityGroup$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-security-group-egress-builder scope id config)
Creates a CfnSecurityGroupEgress$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 `CfnSecurityGroupEgress$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-security-group-egress-property-builder id config)
Creates a CfnSecurityGroup$EgressProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSecurityGroup$EgressProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-security-group-egress-props-builder id config)
Creates a CfnSecurityGroupEgressProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSecurityGroupEgressProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-security-group-ingress-builder scope id config)
Creates a CfnSecurityGroupIngress$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 `CfnSecurityGroupIngress$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-security-group-ingress-property-builder id config)
Creates a CfnSecurityGroup$IngressProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSecurityGroup$IngressProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-security-group-ingress-props-builder id config)
Creates a CfnSecurityGroupIngressProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSecurityGroupIngressProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-security-group-props-builder id config)
Creates a CfnSecurityGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSecurityGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-snapshot-block-public-access-builder scope id config)
Creates a CfnSnapshotBlockPublicAccess$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 `CfnSnapshotBlockPublicAccess$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-snapshot-block-public-access-props-builder id config)
Creates a CfnSnapshotBlockPublicAccessProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSnapshotBlockPublicAccessProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-accelerator-count-request-property-builder id config)
Creates a CfnSpotFleet$AcceleratorCountRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$AcceleratorCountRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-accelerator-total-memory-mi-b-request-property-builder id
config)
Creates a CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$AcceleratorTotalMemoryMiBRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-baseline-ebs-bandwidth-mbps-request-property-builder id config)
Creates a CfnSpotFleet$BaselineEbsBandwidthMbpsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$BaselineEbsBandwidthMbpsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-block-device-mapping-property-builder id config)
Creates a CfnSpotFleet$BlockDeviceMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$BlockDeviceMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-builder scope id config)
Creates a CfnSpotFleet$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 `CfnSpotFleet$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-spot-fleet-classic-load-balancer-property-builder id config)
Creates a CfnSpotFleet$ClassicLoadBalancerProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$ClassicLoadBalancerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-classic-load-balancers-config-property-builder id config)
Creates a CfnSpotFleet$ClassicLoadBalancersConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$ClassicLoadBalancersConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-ebs-block-device-property-builder id config)
Creates a CfnSpotFleet$EbsBlockDeviceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$EbsBlockDeviceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-fleet-launch-template-specification-property-builder id config)
Creates a CfnSpotFleet$FleetLaunchTemplateSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$FleetLaunchTemplateSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-group-identifier-property-builder id config)
Creates a CfnSpotFleet$GroupIdentifierProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$GroupIdentifierProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-iam-instance-profile-specification-property-builder id config)
Creates a CfnSpotFleet$IamInstanceProfileSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$IamInstanceProfileSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-instance-ipv6-address-property-builder id config)
Creates a CfnSpotFleet$InstanceIpv6AddressProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$InstanceIpv6AddressProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-instance-network-interface-specification-property-builder
id
config)
Creates a CfnSpotFleet$InstanceNetworkInterfaceSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$InstanceNetworkInterfaceSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-instance-requirements-request-property-builder id config)
Creates a CfnSpotFleet$InstanceRequirementsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$InstanceRequirementsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-launch-template-config-property-builder id config)
Creates a CfnSpotFleet$LaunchTemplateConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$LaunchTemplateConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-launch-template-overrides-property-builder id config)
Creates a CfnSpotFleet$LaunchTemplateOverridesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$LaunchTemplateOverridesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-load-balancers-config-property-builder id config)
Creates a CfnSpotFleet$LoadBalancersConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$LoadBalancersConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-memory-gi-b-per-v-cpu-request-property-builder id config)
Creates a CfnSpotFleet$MemoryGiBPerVCpuRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$MemoryGiBPerVCpuRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-memory-mi-b-request-property-builder id config)
Creates a CfnSpotFleet$MemoryMiBRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$MemoryMiBRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-network-bandwidth-gbps-request-property-builder id config)
Creates a CfnSpotFleet$NetworkBandwidthGbpsRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$NetworkBandwidthGbpsRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-network-interface-count-request-property-builder id config)
Creates a CfnSpotFleet$NetworkInterfaceCountRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$NetworkInterfaceCountRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-private-ip-address-specification-property-builder id config)
Creates a CfnSpotFleet$PrivateIpAddressSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$PrivateIpAddressSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-props-builder id config)
Creates a CfnSpotFleetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-spot-capacity-rebalance-property-builder id config)
Creates a CfnSpotFleet$SpotCapacityRebalanceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$SpotCapacityRebalanceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-spot-fleet-launch-specification-property-builder id config)
Creates a CfnSpotFleet$SpotFleetLaunchSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$SpotFleetLaunchSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-spot-fleet-monitoring-property-builder id config)
Creates a CfnSpotFleet$SpotFleetMonitoringProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$SpotFleetMonitoringProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-spot-fleet-request-config-data-property-builder id config)
Creates a CfnSpotFleet$SpotFleetRequestConfigDataProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$SpotFleetRequestConfigDataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-spot-fleet-tag-specification-property-builder id config)
Creates a CfnSpotFleet$SpotFleetTagSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$SpotFleetTagSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-spot-maintenance-strategies-property-builder id config)
Creates a CfnSpotFleet$SpotMaintenanceStrategiesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$SpotMaintenanceStrategiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-spot-placement-property-builder id config)
Creates a CfnSpotFleet$SpotPlacementProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$SpotPlacementProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-target-group-property-builder id config)
Creates a CfnSpotFleet$TargetGroupProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$TargetGroupProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-target-groups-config-property-builder id config)
Creates a CfnSpotFleet$TargetGroupsConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$TargetGroupsConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-total-local-storage-gb-request-property-builder id config)
Creates a CfnSpotFleet$TotalLocalStorageGBRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$TotalLocalStorageGBRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-spot-fleet-v-cpu-count-range-request-property-builder id config)
Creates a CfnSpotFleet$VCpuCountRangeRequestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSpotFleet$VCpuCountRangeRequestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-subnet-builder scope id config)
Creates a CfnSubnet$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 `CfnSubnet$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-subnet-cidr-block-builder scope id config)
Creates a CfnSubnetCidrBlock$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 `CfnSubnetCidrBlock$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-subnet-cidr-block-props-builder id config)
Creates a CfnSubnetCidrBlockProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSubnetCidrBlockProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-subnet-network-acl-association-builder scope id config)
Creates a CfnSubnetNetworkAclAssociation$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 `CfnSubnetNetworkAclAssociation$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-subnet-network-acl-association-props-builder id config)
Creates a CfnSubnetNetworkAclAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSubnetNetworkAclAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-subnet-private-dns-name-options-on-launch-property-builder id config)
Creates a CfnSubnet$PrivateDnsNameOptionsOnLaunchProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSubnet$PrivateDnsNameOptionsOnLaunchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-subnet-props-builder id config)
Creates a CfnSubnetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSubnetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-subnet-route-table-association-builder scope id config)
Creates a CfnSubnetRouteTableAssociation$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 `CfnSubnetRouteTableAssociation$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-subnet-route-table-association-props-builder id config)
Creates a CfnSubnetRouteTableAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnSubnetRouteTableAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-traffic-mirror-filter-builder scope id config)
Creates a CfnTrafficMirrorFilter$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 `CfnTrafficMirrorFilter$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-traffic-mirror-filter-props-builder id config)
Creates a CfnTrafficMirrorFilterProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTrafficMirrorFilterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-traffic-mirror-filter-rule-builder scope id config)
Creates a CfnTrafficMirrorFilterRule$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 `CfnTrafficMirrorFilterRule$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-traffic-mirror-filter-rule-props-builder id config)
Creates a CfnTrafficMirrorFilterRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTrafficMirrorFilterRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-traffic-mirror-filter-rule-traffic-mirror-port-range-property-builder
id
config)
Creates a CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTrafficMirrorFilterRule$TrafficMirrorPortRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-traffic-mirror-session-builder scope id config)
Creates a CfnTrafficMirrorSession$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 `CfnTrafficMirrorSession$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-traffic-mirror-session-props-builder id config)
Creates a CfnTrafficMirrorSessionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTrafficMirrorSessionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-traffic-mirror-target-builder scope id config)
Creates a CfnTrafficMirrorTarget$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 `CfnTrafficMirrorTarget$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-traffic-mirror-target-props-builder id config)
Creates a CfnTrafficMirrorTargetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTrafficMirrorTargetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-attachment-builder scope id config)
Creates a CfnTransitGatewayAttachment$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 `CfnTransitGatewayAttachment$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-transit-gateway-attachment-options-property-builder id config)
Creates a CfnTransitGatewayAttachment$OptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayAttachment$OptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-attachment-props-builder id config)
Creates a CfnTransitGatewayAttachmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayAttachmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-builder scope id config)
Creates a CfnTransitGateway$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 `CfnTransitGateway$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-transit-gateway-connect-builder scope id config)
Creates a CfnTransitGatewayConnect$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 `CfnTransitGatewayConnect$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-transit-gateway-connect-props-builder id config)
Creates a CfnTransitGatewayConnectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayConnectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-connect-transit-gateway-connect-options-property-builder
id
config)
Creates a CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayConnect$TransitGatewayConnectOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-multicast-domain-association-builder scope id config)
Creates a CfnTransitGatewayMulticastDomainAssociation$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 `CfnTransitGatewayMulticastDomainAssociation$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-transit-gateway-multicast-domain-association-props-builder id config)
Creates a CfnTransitGatewayMulticastDomainAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayMulticastDomainAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-multicast-domain-builder scope id config)
Creates a CfnTransitGatewayMulticastDomain$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 `CfnTransitGatewayMulticastDomain$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-transit-gateway-multicast-domain-options-property-builder id config)
Creates a CfnTransitGatewayMulticastDomain$OptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayMulticastDomain$OptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-multicast-domain-props-builder id config)
Creates a CfnTransitGatewayMulticastDomainProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayMulticastDomainProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-multicast-group-member-builder scope id config)
Creates a CfnTransitGatewayMulticastGroupMember$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 `CfnTransitGatewayMulticastGroupMember$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-transit-gateway-multicast-group-member-props-builder id config)
Creates a CfnTransitGatewayMulticastGroupMemberProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayMulticastGroupMemberProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-multicast-group-source-builder scope id config)
Creates a CfnTransitGatewayMulticastGroupSource$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 `CfnTransitGatewayMulticastGroupSource$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-transit-gateway-multicast-group-source-props-builder id config)
Creates a CfnTransitGatewayMulticastGroupSourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayMulticastGroupSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-peering-attachment-builder scope id config)
Creates a CfnTransitGatewayPeeringAttachment$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 `CfnTransitGatewayPeeringAttachment$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-transit-gateway-peering-attachment-peering-attachment-status-property-builder
id
config)
Creates a CfnTransitGatewayPeeringAttachment$PeeringAttachmentStatusProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayPeeringAttachment$PeeringAttachmentStatusProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-peering-attachment-props-builder id config)
Creates a CfnTransitGatewayPeeringAttachmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayPeeringAttachmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-props-builder id config)
Creates a CfnTransitGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-route-builder scope id config)
Creates a CfnTransitGatewayRoute$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 `CfnTransitGatewayRoute$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-transit-gateway-route-props-builder id config)
Creates a CfnTransitGatewayRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-route-table-association-builder scope id config)
Creates a CfnTransitGatewayRouteTableAssociation$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 `CfnTransitGatewayRouteTableAssociation$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-transit-gateway-route-table-association-props-builder id config)
Creates a CfnTransitGatewayRouteTableAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayRouteTableAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-route-table-builder scope id config)
Creates a CfnTransitGatewayRouteTable$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 `CfnTransitGatewayRouteTable$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-transit-gateway-route-table-propagation-builder scope id config)
Creates a CfnTransitGatewayRouteTablePropagation$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 `CfnTransitGatewayRouteTablePropagation$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-transit-gateway-route-table-propagation-props-builder id config)
Creates a CfnTransitGatewayRouteTablePropagationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayRouteTablePropagationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-route-table-props-builder id config)
Creates a CfnTransitGatewayRouteTableProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayRouteTableProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-vpc-attachment-builder scope id config)
Creates a CfnTransitGatewayVpcAttachment$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 `CfnTransitGatewayVpcAttachment$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-transit-gateway-vpc-attachment-options-property-builder id config)
Creates a CfnTransitGatewayVpcAttachment$OptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayVpcAttachment$OptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-transit-gateway-vpc-attachment-props-builder id config)
Creates a CfnTransitGatewayVpcAttachmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTransitGatewayVpcAttachmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-endpoint-builder scope id config)
Creates a CfnVerifiedAccessEndpoint$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 `CfnVerifiedAccessEndpoint$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-verified-access-endpoint-load-balancer-options-property-builder id config)
Creates a CfnVerifiedAccessEndpoint$LoadBalancerOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessEndpoint$LoadBalancerOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-endpoint-network-interface-options-property-builder id
config)
Creates a CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessEndpoint$NetworkInterfaceOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-endpoint-props-builder id config)
Creates a CfnVerifiedAccessEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-endpoint-sse-specification-property-builder id config)
Creates a CfnVerifiedAccessEndpoint$SseSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessEndpoint$SseSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-group-builder scope id config)
Creates a CfnVerifiedAccessGroup$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 `CfnVerifiedAccessGroup$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-verified-access-group-props-builder id config)
Creates a CfnVerifiedAccessGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-group-sse-specification-property-builder id config)
Creates a CfnVerifiedAccessGroup$SseSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessGroup$SseSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-instance-builder scope id config)
Creates a CfnVerifiedAccessInstance$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 `CfnVerifiedAccessInstance$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-verified-access-instance-cloud-watch-logs-property-builder id config)
Creates a CfnVerifiedAccessInstance$CloudWatchLogsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessInstance$CloudWatchLogsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-instance-kinesis-data-firehose-property-builder id config)
Creates a CfnVerifiedAccessInstance$KinesisDataFirehoseProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessInstance$KinesisDataFirehoseProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-instance-props-builder id config)
Creates a CfnVerifiedAccessInstanceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-instance-s3-property-builder id config)
Creates a CfnVerifiedAccessInstance$S3Property$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessInstance$S3Property$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-instance-verified-access-logs-property-builder id config)
Creates a CfnVerifiedAccessInstance$VerifiedAccessLogsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessInstance$VerifiedAccessLogsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-instance-verified-access-trust-provider-property-builder
id
config)
Creates a CfnVerifiedAccessInstance$VerifiedAccessTrustProviderProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessInstance$VerifiedAccessTrustProviderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-trust-provider-builder scope id config)
Creates a CfnVerifiedAccessTrustProvider$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 `CfnVerifiedAccessTrustProvider$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-verified-access-trust-provider-device-options-property-builder id config)
Creates a CfnVerifiedAccessTrustProvider$DeviceOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessTrustProvider$DeviceOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-trust-provider-oidc-options-property-builder id config)
Creates a CfnVerifiedAccessTrustProvider$OidcOptionsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessTrustProvider$OidcOptionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-trust-provider-props-builder id config)
Creates a CfnVerifiedAccessTrustProviderProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessTrustProviderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-verified-access-trust-provider-sse-specification-property-builder id
config)
Creates a CfnVerifiedAccessTrustProvider$SseSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVerifiedAccessTrustProvider$SseSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-volume-attachment-builder scope id config)
Creates a CfnVolumeAttachment$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 `CfnVolumeAttachment$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-volume-attachment-props-builder id config)
Creates a CfnVolumeAttachmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVolumeAttachmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-volume-builder scope id config)
Creates a CfnVolume$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 `CfnVolume$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-volume-props-builder id config)
Creates a CfnVolumeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVolumeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-builder scope id config)
Creates a CfnVPC$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 `CfnVPC$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-vpc-cidr-block-builder scope id config)
Creates a CfnVPCCidrBlock$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 `CfnVPCCidrBlock$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-vpc-cidr-block-props-builder id config)
Creates a CfnVPCCidrBlockProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCCidrBlockProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-endpoint-builder scope id config)
Creates a CfnVPCEndpoint$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 `CfnVPCEndpoint$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-vpc-endpoint-connection-notification-builder scope id config)
Creates a CfnVPCEndpointConnectionNotification$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 `CfnVPCEndpointConnectionNotification$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-vpc-endpoint-connection-notification-props-builder id config)
Creates a CfnVPCEndpointConnectionNotificationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCEndpointConnectionNotificationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-endpoint-props-builder id config)
Creates a CfnVPCEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-endpoint-service-builder scope id config)
Creates a CfnVPCEndpointService$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 `CfnVPCEndpointService$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-vpc-endpoint-service-permissions-builder scope id config)
Creates a CfnVPCEndpointServicePermissions$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 `CfnVPCEndpointServicePermissions$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-vpc-endpoint-service-permissions-props-builder id config)
Creates a CfnVPCEndpointServicePermissionsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCEndpointServicePermissionsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-endpoint-service-props-builder id config)
Creates a CfnVPCEndpointServiceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCEndpointServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-gateway-attachment-builder scope id config)
Creates a CfnVPCGatewayAttachment$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 `CfnVPCGatewayAttachment$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-vpc-gateway-attachment-props-builder id config)
Creates a CfnVPCGatewayAttachmentProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCGatewayAttachmentProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-peering-connection-builder scope id config)
Creates a CfnVPCPeeringConnection$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 `CfnVPCPeeringConnection$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-vpc-peering-connection-props-builder id config)
Creates a CfnVPCPeeringConnectionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCPeeringConnectionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpc-props-builder id config)
Creates a CfnVPCProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpcdhcp-options-association-builder scope id config)
Creates a CfnVPCDHCPOptionsAssociation$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 `CfnVPCDHCPOptionsAssociation$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-vpcdhcp-options-association-props-builder id config)
Creates a CfnVPCDHCPOptionsAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPCDHCPOptionsAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpn-connection-builder scope id config)
Creates a CfnVPNConnection$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 `CfnVPNConnection$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-vpn-connection-props-builder id config)
Creates a CfnVPNConnectionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPNConnectionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpn-connection-route-builder scope id config)
Creates a CfnVPNConnectionRoute$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 `CfnVPNConnectionRoute$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-vpn-connection-route-props-builder id config)
Creates a CfnVPNConnectionRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPNConnectionRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpn-connection-vpn-tunnel-options-specification-property-builder id config)
Creates a CfnVPNConnection$VpnTunnelOptionsSpecificationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPNConnection$VpnTunnelOptionsSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpn-gateway-builder scope id config)
Creates a CfnVPNGateway$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 `CfnVPNGateway$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-vpn-gateway-props-builder id config)
Creates a CfnVPNGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPNGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-vpn-gateway-route-propagation-builder scope id config)
Creates a CfnVPNGatewayRoutePropagation$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 `CfnVPNGatewayRoutePropagation$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-vpn-gateway-route-propagation-props-builder id config)
Creates a CfnVPNGatewayRoutePropagationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnVPNGatewayRoutePropagationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-authorization-rule-builder scope id config)
Creates a ClientVpnAuthorizationRule$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 `ClientVpnAuthorizationRule$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 |
(client-vpn-authorization-rule-options-builder id config)
Creates a ClientVpnAuthorizationRuleOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ClientVpnAuthorizationRuleOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-authorization-rule-props-builder id config)
Creates a ClientVpnAuthorizationRuleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ClientVpnAuthorizationRuleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-endpoint-attributes-builder id config)
Creates a ClientVpnEndpointAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ClientVpnEndpointAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-endpoint-builder scope id config)
Creates a ClientVpnEndpoint$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 `ClientVpnEndpoint$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 |
(client-vpn-endpoint-options-builder id config)
Creates a ClientVpnEndpointOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ClientVpnEndpointOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-endpoint-props-builder id config)
Creates a ClientVpnEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ClientVpnEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-route-builder scope id config)
Creates a ClientVpnRoute$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 `ClientVpnRoute$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 |
(client-vpn-route-options-builder id config)
Creates a ClientVpnRouteOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ClientVpnRouteOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-route-props-builder id config)
Creates a ClientVpnRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ClientVpnRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(client-vpn-session-timeout config id item-key)
The client-vpn-session-timeout
function data interprets values in the provided config data into a
ClientVpnSessionTimeout
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ClientVpnSessionTimeout
- the value is returned.:eight-hours
- ClientVpnSessionTimeout/EIGHT_HOURS
is returned:twenty-four-hours
- ClientVpnSessionTimeout/TWENTY_FOUR_HOURS
is returned:twelve-hours
- ClientVpnSessionTimeout/TWELVE_HOURS
is returned:ten-hours
- ClientVpnSessionTimeout/TEN_HOURS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `client-vpn-session-timeout` function data interprets values in the provided config data into a `ClientVpnSessionTimeout` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ClientVpnSessionTimeout` - the value is returned. * is `:eight-hours` - `ClientVpnSessionTimeout/EIGHT_HOURS` is returned * is `:twenty-four-hours` - `ClientVpnSessionTimeout/TWENTY_FOUR_HOURS` is returned * is `:twelve-hours` - `ClientVpnSessionTimeout/TWELVE_HOURS` is returned * is `:ten-hours` - `ClientVpnSessionTimeout/TEN_HOURS` is returned If a value is not found or matches the above criteria, nil is returned.
(common-network-acl-entry-options-builder id config)
Creates a CommonNetworkAclEntryOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CommonNetworkAclEntryOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(config-set-props-builder id config)
Creates a ConfigSetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ConfigSetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(configure-nat-options-builder id config)
Creates a ConfigureNatOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ConfigureNatOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(connection-rule-builder id config)
Creates a ConnectionRule$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ConnectionRule$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(connections-builder id config)
Creates a Connections$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `Connections$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(connections-props-builder id config)
Creates a ConnectionsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ConnectionsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cpu-credits config id item-key)
The cpu-credits
function data interprets values in the provided config data into a
CpuCredits
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
CpuCredits
- the value is returned.:unlimited
- CpuCredits/UNLIMITED
is returned:standard
- CpuCredits/STANDARD
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `cpu-credits` function data interprets values in the provided config data into a `CpuCredits` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `CpuCredits` - the value is returned. * is `:unlimited` - `CpuCredits/UNLIMITED` is returned * is `:standard` - `CpuCredits/STANDARD` is returned If a value is not found or matches the above criteria, nil is returned.
(create-ipv6-cidr-blocks-request-builder id config)
Creates a CreateIpv6CidrBlocksRequest$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CreateIpv6CidrBlocksRequest$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(default-instance-tenancy config id item-key)
The default-instance-tenancy
function data interprets values in the provided config data into a
DefaultInstanceTenancy
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
DefaultInstanceTenancy
- the value is returned.:dedicated
- DefaultInstanceTenancy/DEDICATED
is returned:default
- DefaultInstanceTenancy/DEFAULT
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `default-instance-tenancy` function data interprets values in the provided config data into a `DefaultInstanceTenancy` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `DefaultInstanceTenancy` - the value is returned. * is `:dedicated` - `DefaultInstanceTenancy/DEDICATED` is returned * is `:default` - `DefaultInstanceTenancy/DEFAULT` is returned If a value is not found or matches the above criteria, nil is returned.
(destination-options-builder id config)
Creates a DestinationOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `DestinationOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(ebs-device-options-base-builder id config)
Creates a EbsDeviceOptionsBase$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `EbsDeviceOptionsBase$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(ebs-device-options-builder id config)
Creates a EbsDeviceOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `EbsDeviceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(ebs-device-props-builder id config)
Creates a EbsDeviceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `EbsDeviceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(ebs-device-snapshot-options-builder id config)
Creates a EbsDeviceSnapshotOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `EbsDeviceSnapshotOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(ebs-device-volume-type config id item-key)
The ebs-device-volume-type
function data interprets values in the provided config data into a
EbsDeviceVolumeType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
EbsDeviceVolumeType
- the value is returned.:io1
- EbsDeviceVolumeType/IO1
is returned:gp2
- EbsDeviceVolumeType/GP2
is returned:sc1
- EbsDeviceVolumeType/SC1
is returned:gp3
- EbsDeviceVolumeType/GP3
is returned:standard
- EbsDeviceVolumeType/STANDARD
is returned:st1
- EbsDeviceVolumeType/ST1
is returned:io2
- EbsDeviceVolumeType/IO2
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `ebs-device-volume-type` function data interprets values in the provided config data into a `EbsDeviceVolumeType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `EbsDeviceVolumeType` - the value is returned. * is `:io1` - `EbsDeviceVolumeType/IO1` is returned * is `:gp2` - `EbsDeviceVolumeType/GP2` is returned * is `:sc1` - `EbsDeviceVolumeType/SC1` is returned * is `:gp3` - `EbsDeviceVolumeType/GP3` is returned * is `:standard` - `EbsDeviceVolumeType/STANDARD` is returned * is `:st1` - `EbsDeviceVolumeType/ST1` is returned * is `:io2` - `EbsDeviceVolumeType/IO2` is returned If a value is not found or matches the above criteria, nil is returned.
(enable-vpn-gateway-options-builder id config)
Creates a EnableVpnGatewayOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `EnableVpnGatewayOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(execute-file-options-builder id config)
Creates a ExecuteFileOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `ExecuteFileOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(flow-log-builder scope id config)
Creates a FlowLog$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 `FlowLog$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 |
(flow-log-destination-config-builder id config)
Creates a FlowLogDestinationConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `FlowLogDestinationConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(flow-log-destination-type config id item-key)
The flow-log-destination-type
function data interprets values in the provided config data into a
FlowLogDestinationType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
FlowLogDestinationType
- the value is returned.:s3
- FlowLogDestinationType/S3
is returned:cloud-watch-logs
- FlowLogDestinationType/CLOUD_WATCH_LOGS
is returned:kinesis-data-firehose
- FlowLogDestinationType/KINESIS_DATA_FIREHOSE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `flow-log-destination-type` function data interprets values in the provided config data into a `FlowLogDestinationType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `FlowLogDestinationType` - the value is returned. * is `:s3` - `FlowLogDestinationType/S3` is returned * is `:cloud-watch-logs` - `FlowLogDestinationType/CLOUD_WATCH_LOGS` is returned * is `:kinesis-data-firehose` - `FlowLogDestinationType/KINESIS_DATA_FIREHOSE` is returned If a value is not found or matches the above criteria, nil is returned.
(flow-log-file-format config id item-key)
The flow-log-file-format
function data interprets values in the provided config data into a
FlowLogFileFormat
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
FlowLogFileFormat
- the value is returned.:parquet
- FlowLogFileFormat/PARQUET
is returned:plain-text
- FlowLogFileFormat/PLAIN_TEXT
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `flow-log-file-format` function data interprets values in the provided config data into a `FlowLogFileFormat` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `FlowLogFileFormat` - the value is returned. * is `:parquet` - `FlowLogFileFormat/PARQUET` is returned * is `:plain-text` - `FlowLogFileFormat/PLAIN_TEXT` is returned If a value is not found or matches the above criteria, nil is returned.
(flow-log-max-aggregation-interval config id item-key)
The flow-log-max-aggregation-interval
function data interprets values in the provided config data into a
FlowLogMaxAggregationInterval
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
FlowLogMaxAggregationInterval
- the value is returned.:ten-minutes
- FlowLogMaxAggregationInterval/TEN_MINUTES
is returned:one-minute
- FlowLogMaxAggregationInterval/ONE_MINUTE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `flow-log-max-aggregation-interval` function data interprets values in the provided config data into a `FlowLogMaxAggregationInterval` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `FlowLogMaxAggregationInterval` - the value is returned. * is `:ten-minutes` - `FlowLogMaxAggregationInterval/TEN_MINUTES` is returned * is `:one-minute` - `FlowLogMaxAggregationInterval/ONE_MINUTE` is returned If a value is not found or matches the above criteria, nil is returned.
(flow-log-options-builder id config)
Creates a FlowLogOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `FlowLogOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(flow-log-props-builder id config)
Creates a FlowLogProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `FlowLogProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(flow-log-traffic-type config id item-key)
The flow-log-traffic-type
function data interprets values in the provided config data into a
FlowLogTrafficType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
FlowLogTrafficType
- the value is returned.:all
- FlowLogTrafficType/ALL
is returned:reject
- FlowLogTrafficType/REJECT
is returned:accept
- FlowLogTrafficType/ACCEPT
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `flow-log-traffic-type` function data interprets values in the provided config data into a `FlowLogTrafficType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `FlowLogTrafficType` - the value is returned. * is `:all` - `FlowLogTrafficType/ALL` is returned * is `:reject` - `FlowLogTrafficType/REJECT` is returned * is `:accept` - `FlowLogTrafficType/ACCEPT` is returned If a value is not found or matches the above criteria, nil is returned.
(gateway-config-builder id config)
Creates a GatewayConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `GatewayConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(gateway-vpc-endpoint-builder scope id config)
Creates a GatewayVpcEndpoint$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 `GatewayVpcEndpoint$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 |
(gateway-vpc-endpoint-options-builder id config)
Creates a GatewayVpcEndpointOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `GatewayVpcEndpointOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(gateway-vpc-endpoint-props-builder id config)
Creates a GatewayVpcEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `GatewayVpcEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(generic-linux-image-builder ami-map id config)
Creates a GenericLinuxImage$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.util.Map] | Argument | DataType | Description | |---|---|---| | ami-map | java.util.Map | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `GenericLinuxImage$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.util.Map]___ | Argument | DataType | Description | |---|---|---| | ami-map | java.util.Map | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(generic-linux-image-props-builder id config)
Creates a GenericLinuxImageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `GenericLinuxImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(generic-windows-image-builder ami-map id config)
Creates a GenericWindowsImage$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.util.Map] | Argument | DataType | Description | |---|---|---| | ami-map | java.util.Map | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `GenericWindowsImage$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.util.Map]___ | Argument | DataType | Description | |---|---|---| | ami-map | java.util.Map | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(generic-windows-image-props-builder id config)
Creates a GenericWindowsImageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `GenericWindowsImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(init-command-options-builder id config)
Creates a InitCommandOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InitCommandOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(init-file-asset-options-builder id config)
Creates a InitFileAssetOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InitFileAssetOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(init-file-options-builder id config)
Creates a InitFileOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InitFileOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(init-service-options-builder id config)
Creates a InitServiceOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InitServiceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(init-source-asset-options-builder id config)
Creates a InitSourceAssetOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InitSourceAssetOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(init-source-options-builder id config)
Creates a InitSourceOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InitSourceOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(init-user-options-builder id config)
Creates a InitUserOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InitUserOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(instance-architecture config id item-key)
The instance-architecture
function data interprets values in the provided config data into a
InstanceArchitecture
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
InstanceArchitecture
- the value is returned.:x86-64
- InstanceArchitecture/X86_64
is returned:arm-64
- InstanceArchitecture/ARM_64
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `instance-architecture` function data interprets values in the provided config data into a `InstanceArchitecture` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `InstanceArchitecture` - the value is returned. * is `:x86-64` - `InstanceArchitecture/X86_64` is returned * is `:arm-64` - `InstanceArchitecture/ARM_64` is returned If a value is not found or matches the above criteria, nil is returned.
(instance-builder scope id config)
Creates a Instance$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 `Instance$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 |
(instance-class config id item-key)
The instance-class
function data interprets values in the provided config data into a
InstanceClass
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
InstanceClass
- the value is returned.:c5d
- InstanceClass/C5D
is returned:standard7-amd
- InstanceClass/STANDARD7_AMD
is returned:fpga1
- InstanceClass/FPGA1
is returned:standard7-graviton
- InstanceClass/STANDARD7_GRAVITON
is returned:r4
- InstanceClass/R4
is returned:p3dn
- InstanceClass/P3DN
is returned:memory5-amd
- InstanceClass/MEMORY5_AMD
is returned:memory-intensive-2-graviton2-nvme-drive
- InstanceClass/MEMORY_INTENSIVE_2_GRAVITON2_NVME_DRIVE
is returned:standard5
- InstanceClass/STANDARD5
is returned:memory5-high-performance
- InstanceClass/MEMORY5_HIGH_PERFORMANCE
is returned:standard6-amd
- InstanceClass/STANDARD6_AMD
is returned:standard5-high-compute
- InstanceClass/STANDARD5_HIGH_COMPUTE
is returned:memory6-intel-nvme-drive
- InstanceClass/MEMORY6_INTEL_NVME_DRIVE
is returned:high-memory-24tb-1
- InstanceClass/HIGH_MEMORY_24TB_1
is returned:i4g
- InstanceClass/I4G
is returned:m5n
- InstanceClass/M5N
is returned:c6i
- InstanceClass/C6I
is returned:dl1
- InstanceClass/DL1
is returned:memory5-ebs-optimized
- InstanceClass/MEMORY5_EBS_OPTIMIZED
is returned:compute5-amd
- InstanceClass/COMPUTE5_AMD
is returned:compute5
- InstanceClass/COMPUTE5
is returned:parallel2
- InstanceClass/PARALLEL2
is returned:m6in
- InstanceClass/M6IN
is returned:hpc6id
- InstanceClass/HPC6ID
is returned:r7g
- InstanceClass/R7G
is returned:trn1
- InstanceClass/TRN1
is returned:compute5-amd-nvme-drive
- InstanceClass/COMPUTE5_AMD_NVME_DRIVE
is returned:standard5-high-performance
- InstanceClass/STANDARD5_HIGH_PERFORMANCE
is returned:i4i
- InstanceClass/I4I
is returned:a1
- InstanceClass/A1
is returned:c6gn
- InstanceClass/C6GN
is returned:graphics4-nvme-drive-high-performance
- InstanceClass/GRAPHICS4_NVME_DRIVE_HIGH_PERFORMANCE
is returned:storage3
- InstanceClass/STORAGE3
is returned:storage4-graviton-network-storage-optimized
- InstanceClass/STORAGE4_GRAVITON_NETWORK_STORAGE_OPTIMIZED
is returned:c7g
- InstanceClass/C7G
is returned:high-memory-6tb-1
- InstanceClass/HIGH_MEMORY_6TB_1
is returned:compute6-intel-nvme-drive
- InstanceClass/COMPUTE6_INTEL_NVME_DRIVE
is returned:r5dn
- InstanceClass/R5DN
is returned:t3a
- InstanceClass/T3A
is returned:u-6tb1
- InstanceClass/U_6TB1
is returned:mac2-m2pro
- InstanceClass/MAC2_M2PRO
is returned:memory6-graviton2-nvme-drive
- InstanceClass/MEMORY6_GRAVITON2_NVME_DRIVE
is returned:x2iedn
- InstanceClass/X2IEDN
is returned:inference1
- InstanceClass/INFERENCE1
is returned:high-compute-memory1
- InstanceClass/HIGH_COMPUTE_MEMORY1
is returned:m6id
- InstanceClass/M6ID
is returned:memory7-intel
- InstanceClass/MEMORY7_INTEL
is returned:graphics5-graviton2
- InstanceClass/GRAPHICS5_GRAVITON2
is returned:parallel3
- InstanceClass/PARALLEL3
is returned:memory5-amd-nvme-drive
- InstanceClass/MEMORY5_AMD_NVME_DRIVE
is returned:r5a
- InstanceClass/R5A
is returned:m5d
- InstanceClass/M5D
is returned:m6gd
- InstanceClass/M6GD
is returned:r5d
- InstanceClass/R5D
is returned:trn1n
- InstanceClass/TRN1N
is returned:hpc7g
- InstanceClass/HPC7G
is returned:r7iz
- InstanceClass/R7IZ
is returned:compute7-graviton3
- InstanceClass/COMPUTE7_GRAVITON3
is returned:c7a
- InstanceClass/C7A
is returned:m3
- InstanceClass/M3
is returned:m5a
- InstanceClass/M5A
is returned:compute5-nvme-drive
- InstanceClass/COMPUTE5_NVME_DRIVE
is returned:memory7-intel-base
- InstanceClass/MEMORY7_INTEL_BASE
is returned:training-accelerator1-enhanced-network
- InstanceClass/TRAINING_ACCELERATOR1_ENHANCED_NETWORK
is returned:standard5-amd
- InstanceClass/STANDARD5_AMD
is returned:r6i
- InstanceClass/R6I
is returned:u-18tb1
- InstanceClass/U_18TB1
is returned:m7i
- InstanceClass/M7I
is returned:c6g
- InstanceClass/C6G
is returned:r6in
- InstanceClass/R6IN
is returned:parallel3-nvme-drive-high-performance
- InstanceClass/PARALLEL3_NVME_DRIVE_HIGH_PERFORMANCE
is returned:high-memory-12tb-1
- InstanceClass/HIGH_MEMORY_12TB_1
is returned:memory6-amd
- InstanceClass/MEMORY6_AMD
is returned:r6a
- InstanceClass/R6A
is returned:m4
- InstanceClass/M4
is returned:graphics3
- InstanceClass/GRAPHICS3
is returned:g5
- InstanceClass/G5
is returned:high-memory-18tb-1
- InstanceClass/HIGH_MEMORY_18TB_1
is returned:c5
- InstanceClass/C5
is returned:training-accelerator1
- InstanceClass/TRAINING_ACCELERATOR1
is returned:x1
- InstanceClass/X1
is returned:x2iezn
- InstanceClass/X2IEZN
is returned:i3en
- InstanceClass/I3EN
is returned:memory3
- InstanceClass/MEMORY3
is returned:m7gd
- InstanceClass/M7GD
is returned:x2g
- InstanceClass/X2G
is returned:io3-dense-nvme-drive
- InstanceClass/IO3_DENSE_NVME_DRIVE
is returned:standard6-intel-high-performance
- InstanceClass/STANDARD6_INTEL_HIGH_PERFORMANCE
is returned:r6gd
- InstanceClass/R6GD
is returned:video-transcoding1
- InstanceClass/VIDEO_TRANSCODING1
is returned:macintosh2-m1
- InstanceClass/MACINTOSH2_M1
is returned:m5dn
- InstanceClass/M5DN
is returned:storage4-graviton-network-optimized
- InstanceClass/STORAGE4_GRAVITON_NETWORK_OPTIMIZED
is returned:r5
- InstanceClass/R5
is returned:x2gd
- InstanceClass/X2GD
is returned:memory-intensive-1-extended
- InstanceClass/MEMORY_INTENSIVE_1_EXTENDED
is returned:c5ad
- InstanceClass/C5AD
is returned:parallel4
- InstanceClass/PARALLEL4
is returned:parallel4-nvme-drive-extended
- InstanceClass/PARALLEL4_NVME_DRIVE_EXTENDED
is returned:c6id
- InstanceClass/C6ID
is returned:m5ad
- InstanceClass/M5AD
is returned:c5n
- InstanceClass/C5N
is returned:macintosh1-intel
- InstanceClass/MACINTOSH1_INTEL
is returned:standard6-intel
- InstanceClass/STANDARD6_INTEL
is returned:memory-intensive-2-graviton2
- InstanceClass/MEMORY_INTENSIVE_2_GRAVITON2
is returned:inference2
- InstanceClass/INFERENCE2
is returned:compute6-intel-high-performance
- InstanceClass/COMPUTE6_INTEL_HIGH_PERFORMANCE
is returned:vt1
- InstanceClass/VT1
is returned:memory5-nvme-drive-high-performance
- InstanceClass/MEMORY5_NVME_DRIVE_HIGH_PERFORMANCE
is returned:standard6-intel-nvme-drive-high-performance
- InstanceClass/STANDARD6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE
is returned:storage2
- InstanceClass/STORAGE2
is returned:high-performance-computing6-amd
- InstanceClass/HIGH_PERFORMANCE_COMPUTING6_AMD
is returned:arm1
- InstanceClass/ARM1
is returned:x1e
- InstanceClass/X1E
is returned:inf1
- InstanceClass/INF1
is returned:hpc6a
- InstanceClass/HPC6A
is returned:memory6-graviton
- InstanceClass/MEMORY6_GRAVITON
is returned:c3
- InstanceClass/C3
is returned:macintosh2-m2-pro
- InstanceClass/MACINTOSH2_M2_PRO
is returned:c6in
- InstanceClass/C6IN
is returned:high-memory-3tb-1
- InstanceClass/HIGH_MEMORY_3TB_1
is returned:graphics4-amd-nvme-drive
- InstanceClass/GRAPHICS4_AMD_NVME_DRIVE
is returned:mac1
- InstanceClass/MAC1
is returned:standard5-nvme-drive
- InstanceClass/STANDARD5_NVME_DRIVE
is returned:memory6-intel-high-performance
- InstanceClass/MEMORY6_INTEL_HIGH_PERFORMANCE
is returned:m7g
- InstanceClass/M7G
is returned:hpc7a
- InstanceClass/HPC7A
is returned:compute7-graviton3-high-network-bandwidth
- InstanceClass/COMPUTE7_GRAVITON3_HIGH_NETWORK_BANDWIDTH
is returned:h1
- InstanceClass/H1
is returned:inf2
- InstanceClass/INF2
is returned:u-24tb1
- InstanceClass/U_24TB1
is returned:im4gn
- InstanceClass/IM4GN
is returned:m6idn
- InstanceClass/M6IDN
is returned:memory5
- InstanceClass/MEMORY5
is returned:standard5-nvme-drive-high-performance
- InstanceClass/STANDARD5_NVME_DRIVE_HIGH_PERFORMANCE
is returned:standard4
- InstanceClass/STANDARD4
is returned:r7gd
- InstanceClass/R7GD
is returned:r5ad
- InstanceClass/R5AD
is returned:c7gn
- InstanceClass/C7GN
is returned:p4d
- InstanceClass/P4D
is returned:f1
- InstanceClass/F1
is returned:io3
- InstanceClass/IO3
is returned:m7a
- InstanceClass/M7A
is returned:m6a
- InstanceClass/M6A
is returned:compute6-graviton2-nvme-drive
- InstanceClass/COMPUTE6_GRAVITON2_NVME_DRIVE
is returned:u-9tb1
- InstanceClass/U_9TB1
is returned:memory-intensive-1
- InstanceClass/MEMORY_INTENSIVE_1
is returned:storage4-graviton
- InstanceClass/STORAGE4_GRAVITON
is returned:standard6-graviton
- InstanceClass/STANDARD6_GRAVITON
is returned:m5
- InstanceClass/M5
is returned:standard6-intel-nvme-drive
- InstanceClass/STANDARD6_INTEL_NVME_DRIVE
is returned:i3
- InstanceClass/I3
is returned:burstable3
- InstanceClass/BURSTABLE3
is returned:r5n
- InstanceClass/R5N
is returned:storage-compute-1
- InstanceClass/STORAGE_COMPUTE_1
is returned:d3en
- InstanceClass/D3EN
is returned:standard7-graviton3-nvme-drive
- InstanceClass/STANDARD7_GRAVITON3_NVME_DRIVE
is returned:g5g
- InstanceClass/G5G
is returned:high-performance-computing6-intel-nvme-drive
- InstanceClass/HIGH_PERFORMANCE_COMPUTING6_INTEL_NVME_DRIVE
is returned:compute4
- InstanceClass/COMPUTE4
is returned:p3
- InstanceClass/P3
is returned:standard6-graviton2-nvme-drive
- InstanceClass/STANDARD6_GRAVITON2_NVME_DRIVE
is returned:g4ad
- InstanceClass/G4AD
is returned:p4de
- InstanceClass/P4DE
is returned:memory4
- InstanceClass/MEMORY4
is returned:parallel5
- InstanceClass/PARALLEL5
is returned:mac2
- InstanceClass/MAC2
is returned:t4g
- InstanceClass/T4G
is returned:compute7-amd
- InstanceClass/COMPUTE7_AMD
is returned:t2
- InstanceClass/T2
is returned:r6id
- InstanceClass/R6ID
is returned:c6a
- InstanceClass/C6A
is returned:u-3tb1
- InstanceClass/U_3TB1
is returned:deep-learning2-qualcomm
- InstanceClass/DEEP_LEARNING2_QUALCOMM
is returned:compute6-graviton2
- InstanceClass/COMPUTE6_GRAVITON2
is returned:standard7-intel-flex
- InstanceClass/STANDARD7_INTEL_FLEX
is returned:compute5-high-performance
- InstanceClass/COMPUTE5_HIGH_PERFORMANCE
is returned:mac2-m2
- InstanceClass/MAC2_M2
is returned:compute7-graviton3-nvme-drive
- InstanceClass/COMPUTE7_GRAVITON3_NVME_DRIVE
is returned:m6g
- InstanceClass/M6G
is returned:r5b
- InstanceClass/R5B
is returned:memory-intensive-2-intel
- InstanceClass/MEMORY_INTENSIVE_2_INTEL
is returned:burstable4-graviton
- InstanceClass/BURSTABLE4_GRAVITON
is returned:memory7-amd
- InstanceClass/MEMORY7_AMD
is returned:r3
- InstanceClass/R3
is returned:deep-learning1
- InstanceClass/DEEP_LEARNING1
is returned:m6i
- InstanceClass/M6I
is returned:standard5-amd-nvme-drive
- InstanceClass/STANDARD5_AMD_NVME_DRIVE
is returned:compute3
- InstanceClass/COMPUTE3
is returned:standard7-intel
- InstanceClass/STANDARD7_INTEL
is returned:c6gd
- InstanceClass/C6GD
is returned:memory-intensive-2-xt-intel
- InstanceClass/MEMORY_INTENSIVE_2_XT_INTEL
is returned:d2
- InstanceClass/D2
is returned:c7i
- InstanceClass/C7I
is returned:graphics5
- InstanceClass/GRAPHICS5
is returned:compute6-intel
- InstanceClass/COMPUTE6_INTEL
is returned:memory-intensive-2-xtz-intel
- InstanceClass/MEMORY_INTENSIVE_2_XTZ_INTEL
is returned:t3
- InstanceClass/T3
is returned:compute6-graviton2-high-network-bandwidth
- InstanceClass/COMPUTE6_GRAVITON2_HIGH_NETWORK_BANDWIDTH
is returned:storage3-enhanced-network
- InstanceClass/STORAGE3_ENHANCED_NETWORK
is returned:c7gd
- InstanceClass/C7GD
is returned:x2idn
- InstanceClass/X2IDN
is returned:c5a
- InstanceClass/C5A
is returned:memory6-intel-nvme-drive-high-performance
- InstanceClass/MEMORY6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE
is returned:high-performance-computing7-graviton
- InstanceClass/HIGH_PERFORMANCE_COMPUTING7_GRAVITON
is returned:graphics3-small
- InstanceClass/GRAPHICS3_SMALL
is returned:c4
- InstanceClass/C4
is returned:memory5-nvme-drive
- InstanceClass/MEMORY5_NVME_DRIVE
is returned:u-12tb1
- InstanceClass/U_12TB1
is returned:burstable2
- InstanceClass/BURSTABLE2
is returned:r6idn
- InstanceClass/R6IDN
is returned:m7i-flex
- InstanceClass/M7I_FLEX
is returned:high-performance-computing7-amd
- InstanceClass/HIGH_PERFORMANCE_COMPUTING7_AMD
is returned:burstable3-amd
- InstanceClass/BURSTABLE3_AMD
is returned:g3s
- InstanceClass/G3S
is returned:memory7-graviton
- InstanceClass/MEMORY7_GRAVITON
is returned:d3
- InstanceClass/D3
is returned:compute7-intel
- InstanceClass/COMPUTE7_INTEL
is returned:memory6-intel
- InstanceClass/MEMORY6_INTEL
is returned:g3
- InstanceClass/G3
is returned:m5zn
- InstanceClass/M5ZN
is returned:p5
- InstanceClass/P5
is returned:g4dn
- InstanceClass/G4DN
is returned:z1d
- InstanceClass/Z1D
is returned:r6g
- InstanceClass/R6G
is returned:r7a
- InstanceClass/R7A
is returned:memory7-graviton3-nvme-drive
- InstanceClass/MEMORY7_GRAVITON3_NVME_DRIVE
is returned:io4-intel
- InstanceClass/IO4_INTEL
is returned:is4gen
- InstanceClass/IS4GEN
is returned:compute6-amd
- InstanceClass/COMPUTE6_AMD
is returned:dl2q
- InstanceClass/DL2Q
is returned:macintosh2-m2
- InstanceClass/MACINTOSH2_M2
is returned:standard3
- InstanceClass/STANDARD3
is returned:r7i
- InstanceClass/R7I
is returned:p2
- InstanceClass/P2
is returned:high-memory-9tb-1
- InstanceClass/HIGH_MEMORY_9TB_1
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `instance-class` function data interprets values in the provided config data into a `InstanceClass` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `InstanceClass` - the value is returned. * is `:c5d` - `InstanceClass/C5D` is returned * is `:standard7-amd` - `InstanceClass/STANDARD7_AMD` is returned * is `:fpga1` - `InstanceClass/FPGA1` is returned * is `:standard7-graviton` - `InstanceClass/STANDARD7_GRAVITON` is returned * is `:r4` - `InstanceClass/R4` is returned * is `:p3dn` - `InstanceClass/P3DN` is returned * is `:memory5-amd` - `InstanceClass/MEMORY5_AMD` is returned * is `:memory-intensive-2-graviton2-nvme-drive` - `InstanceClass/MEMORY_INTENSIVE_2_GRAVITON2_NVME_DRIVE` is returned * is `:standard5` - `InstanceClass/STANDARD5` is returned * is `:memory5-high-performance` - `InstanceClass/MEMORY5_HIGH_PERFORMANCE` is returned * is `:standard6-amd` - `InstanceClass/STANDARD6_AMD` is returned * is `:standard5-high-compute` - `InstanceClass/STANDARD5_HIGH_COMPUTE` is returned * is `:memory6-intel-nvme-drive` - `InstanceClass/MEMORY6_INTEL_NVME_DRIVE` is returned * is `:high-memory-24tb-1` - `InstanceClass/HIGH_MEMORY_24TB_1` is returned * is `:i4g` - `InstanceClass/I4G` is returned * is `:m5n` - `InstanceClass/M5N` is returned * is `:c6i` - `InstanceClass/C6I` is returned * is `:dl1` - `InstanceClass/DL1` is returned * is `:memory5-ebs-optimized` - `InstanceClass/MEMORY5_EBS_OPTIMIZED` is returned * is `:compute5-amd` - `InstanceClass/COMPUTE5_AMD` is returned * is `:compute5` - `InstanceClass/COMPUTE5` is returned * is `:parallel2` - `InstanceClass/PARALLEL2` is returned * is `:m6in` - `InstanceClass/M6IN` is returned * is `:hpc6id` - `InstanceClass/HPC6ID` is returned * is `:r7g` - `InstanceClass/R7G` is returned * is `:trn1` - `InstanceClass/TRN1` is returned * is `:compute5-amd-nvme-drive` - `InstanceClass/COMPUTE5_AMD_NVME_DRIVE` is returned * is `:standard5-high-performance` - `InstanceClass/STANDARD5_HIGH_PERFORMANCE` is returned * is `:i4i` - `InstanceClass/I4I` is returned * is `:a1` - `InstanceClass/A1` is returned * is `:c6gn` - `InstanceClass/C6GN` is returned * is `:graphics4-nvme-drive-high-performance` - `InstanceClass/GRAPHICS4_NVME_DRIVE_HIGH_PERFORMANCE` is returned * is `:storage3` - `InstanceClass/STORAGE3` is returned * is `:storage4-graviton-network-storage-optimized` - `InstanceClass/STORAGE4_GRAVITON_NETWORK_STORAGE_OPTIMIZED` is returned * is `:c7g` - `InstanceClass/C7G` is returned * is `:high-memory-6tb-1` - `InstanceClass/HIGH_MEMORY_6TB_1` is returned * is `:compute6-intel-nvme-drive` - `InstanceClass/COMPUTE6_INTEL_NVME_DRIVE` is returned * is `:r5dn` - `InstanceClass/R5DN` is returned * is `:t3a` - `InstanceClass/T3A` is returned * is `:u-6tb1` - `InstanceClass/U_6TB1` is returned * is `:mac2-m2pro` - `InstanceClass/MAC2_M2PRO` is returned * is `:memory6-graviton2-nvme-drive` - `InstanceClass/MEMORY6_GRAVITON2_NVME_DRIVE` is returned * is `:x2iedn` - `InstanceClass/X2IEDN` is returned * is `:inference1` - `InstanceClass/INFERENCE1` is returned * is `:high-compute-memory1` - `InstanceClass/HIGH_COMPUTE_MEMORY1` is returned * is `:m6id` - `InstanceClass/M6ID` is returned * is `:memory7-intel` - `InstanceClass/MEMORY7_INTEL` is returned * is `:graphics5-graviton2` - `InstanceClass/GRAPHICS5_GRAVITON2` is returned * is `:parallel3` - `InstanceClass/PARALLEL3` is returned * is `:memory5-amd-nvme-drive` - `InstanceClass/MEMORY5_AMD_NVME_DRIVE` is returned * is `:r5a` - `InstanceClass/R5A` is returned * is `:m5d` - `InstanceClass/M5D` is returned * is `:m6gd` - `InstanceClass/M6GD` is returned * is `:r5d` - `InstanceClass/R5D` is returned * is `:trn1n` - `InstanceClass/TRN1N` is returned * is `:hpc7g` - `InstanceClass/HPC7G` is returned * is `:r7iz` - `InstanceClass/R7IZ` is returned * is `:compute7-graviton3` - `InstanceClass/COMPUTE7_GRAVITON3` is returned * is `:c7a` - `InstanceClass/C7A` is returned * is `:m3` - `InstanceClass/M3` is returned * is `:m5a` - `InstanceClass/M5A` is returned * is `:compute5-nvme-drive` - `InstanceClass/COMPUTE5_NVME_DRIVE` is returned * is `:memory7-intel-base` - `InstanceClass/MEMORY7_INTEL_BASE` is returned * is `:training-accelerator1-enhanced-network` - `InstanceClass/TRAINING_ACCELERATOR1_ENHANCED_NETWORK` is returned * is `:standard5-amd` - `InstanceClass/STANDARD5_AMD` is returned * is `:r6i` - `InstanceClass/R6I` is returned * is `:u-18tb1` - `InstanceClass/U_18TB1` is returned * is `:m7i` - `InstanceClass/M7I` is returned * is `:c6g` - `InstanceClass/C6G` is returned * is `:r6in` - `InstanceClass/R6IN` is returned * is `:parallel3-nvme-drive-high-performance` - `InstanceClass/PARALLEL3_NVME_DRIVE_HIGH_PERFORMANCE` is returned * is `:high-memory-12tb-1` - `InstanceClass/HIGH_MEMORY_12TB_1` is returned * is `:memory6-amd` - `InstanceClass/MEMORY6_AMD` is returned * is `:r6a` - `InstanceClass/R6A` is returned * is `:m4` - `InstanceClass/M4` is returned * is `:graphics3` - `InstanceClass/GRAPHICS3` is returned * is `:g5` - `InstanceClass/G5` is returned * is `:high-memory-18tb-1` - `InstanceClass/HIGH_MEMORY_18TB_1` is returned * is `:c5` - `InstanceClass/C5` is returned * is `:training-accelerator1` - `InstanceClass/TRAINING_ACCELERATOR1` is returned * is `:x1` - `InstanceClass/X1` is returned * is `:x2iezn` - `InstanceClass/X2IEZN` is returned * is `:i3en` - `InstanceClass/I3EN` is returned * is `:memory3` - `InstanceClass/MEMORY3` is returned * is `:m7gd` - `InstanceClass/M7GD` is returned * is `:x2g` - `InstanceClass/X2G` is returned * is `:io3-dense-nvme-drive` - `InstanceClass/IO3_DENSE_NVME_DRIVE` is returned * is `:standard6-intel-high-performance` - `InstanceClass/STANDARD6_INTEL_HIGH_PERFORMANCE` is returned * is `:r6gd` - `InstanceClass/R6GD` is returned * is `:video-transcoding1` - `InstanceClass/VIDEO_TRANSCODING1` is returned * is `:macintosh2-m1` - `InstanceClass/MACINTOSH2_M1` is returned * is `:m5dn` - `InstanceClass/M5DN` is returned * is `:storage4-graviton-network-optimized` - `InstanceClass/STORAGE4_GRAVITON_NETWORK_OPTIMIZED` is returned * is `:r5` - `InstanceClass/R5` is returned * is `:x2gd` - `InstanceClass/X2GD` is returned * is `:memory-intensive-1-extended` - `InstanceClass/MEMORY_INTENSIVE_1_EXTENDED` is returned * is `:c5ad` - `InstanceClass/C5AD` is returned * is `:parallel4` - `InstanceClass/PARALLEL4` is returned * is `:parallel4-nvme-drive-extended` - `InstanceClass/PARALLEL4_NVME_DRIVE_EXTENDED` is returned * is `:c6id` - `InstanceClass/C6ID` is returned * is `:m5ad` - `InstanceClass/M5AD` is returned * is `:c5n` - `InstanceClass/C5N` is returned * is `:macintosh1-intel` - `InstanceClass/MACINTOSH1_INTEL` is returned * is `:standard6-intel` - `InstanceClass/STANDARD6_INTEL` is returned * is `:memory-intensive-2-graviton2` - `InstanceClass/MEMORY_INTENSIVE_2_GRAVITON2` is returned * is `:inference2` - `InstanceClass/INFERENCE2` is returned * is `:compute6-intel-high-performance` - `InstanceClass/COMPUTE6_INTEL_HIGH_PERFORMANCE` is returned * is `:vt1` - `InstanceClass/VT1` is returned * is `:memory5-nvme-drive-high-performance` - `InstanceClass/MEMORY5_NVME_DRIVE_HIGH_PERFORMANCE` is returned * is `:standard6-intel-nvme-drive-high-performance` - `InstanceClass/STANDARD6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE` is returned * is `:storage2` - `InstanceClass/STORAGE2` is returned * is `:high-performance-computing6-amd` - `InstanceClass/HIGH_PERFORMANCE_COMPUTING6_AMD` is returned * is `:arm1` - `InstanceClass/ARM1` is returned * is `:x1e` - `InstanceClass/X1E` is returned * is `:inf1` - `InstanceClass/INF1` is returned * is `:hpc6a` - `InstanceClass/HPC6A` is returned * is `:memory6-graviton` - `InstanceClass/MEMORY6_GRAVITON` is returned * is `:c3` - `InstanceClass/C3` is returned * is `:macintosh2-m2-pro` - `InstanceClass/MACINTOSH2_M2_PRO` is returned * is `:c6in` - `InstanceClass/C6IN` is returned * is `:high-memory-3tb-1` - `InstanceClass/HIGH_MEMORY_3TB_1` is returned * is `:graphics4-amd-nvme-drive` - `InstanceClass/GRAPHICS4_AMD_NVME_DRIVE` is returned * is `:mac1` - `InstanceClass/MAC1` is returned * is `:standard5-nvme-drive` - `InstanceClass/STANDARD5_NVME_DRIVE` is returned * is `:memory6-intel-high-performance` - `InstanceClass/MEMORY6_INTEL_HIGH_PERFORMANCE` is returned * is `:m7g` - `InstanceClass/M7G` is returned * is `:hpc7a` - `InstanceClass/HPC7A` is returned * is `:compute7-graviton3-high-network-bandwidth` - `InstanceClass/COMPUTE7_GRAVITON3_HIGH_NETWORK_BANDWIDTH` is returned * is `:h1` - `InstanceClass/H1` is returned * is `:inf2` - `InstanceClass/INF2` is returned * is `:u-24tb1` - `InstanceClass/U_24TB1` is returned * is `:im4gn` - `InstanceClass/IM4GN` is returned * is `:m6idn` - `InstanceClass/M6IDN` is returned * is `:memory5` - `InstanceClass/MEMORY5` is returned * is `:standard5-nvme-drive-high-performance` - `InstanceClass/STANDARD5_NVME_DRIVE_HIGH_PERFORMANCE` is returned * is `:standard4` - `InstanceClass/STANDARD4` is returned * is `:r7gd` - `InstanceClass/R7GD` is returned * is `:r5ad` - `InstanceClass/R5AD` is returned * is `:c7gn` - `InstanceClass/C7GN` is returned * is `:p4d` - `InstanceClass/P4D` is returned * is `:f1` - `InstanceClass/F1` is returned * is `:io3` - `InstanceClass/IO3` is returned * is `:m7a` - `InstanceClass/M7A` is returned * is `:m6a` - `InstanceClass/M6A` is returned * is `:compute6-graviton2-nvme-drive` - `InstanceClass/COMPUTE6_GRAVITON2_NVME_DRIVE` is returned * is `:u-9tb1` - `InstanceClass/U_9TB1` is returned * is `:memory-intensive-1` - `InstanceClass/MEMORY_INTENSIVE_1` is returned * is `:storage4-graviton` - `InstanceClass/STORAGE4_GRAVITON` is returned * is `:standard6-graviton` - `InstanceClass/STANDARD6_GRAVITON` is returned * is `:m5` - `InstanceClass/M5` is returned * is `:standard6-intel-nvme-drive` - `InstanceClass/STANDARD6_INTEL_NVME_DRIVE` is returned * is `:i3` - `InstanceClass/I3` is returned * is `:burstable3` - `InstanceClass/BURSTABLE3` is returned * is `:r5n` - `InstanceClass/R5N` is returned * is `:storage-compute-1` - `InstanceClass/STORAGE_COMPUTE_1` is returned * is `:d3en` - `InstanceClass/D3EN` is returned * is `:standard7-graviton3-nvme-drive` - `InstanceClass/STANDARD7_GRAVITON3_NVME_DRIVE` is returned * is `:g5g` - `InstanceClass/G5G` is returned * is `:high-performance-computing6-intel-nvme-drive` - `InstanceClass/HIGH_PERFORMANCE_COMPUTING6_INTEL_NVME_DRIVE` is returned * is `:compute4` - `InstanceClass/COMPUTE4` is returned * is `:p3` - `InstanceClass/P3` is returned * is `:standard6-graviton2-nvme-drive` - `InstanceClass/STANDARD6_GRAVITON2_NVME_DRIVE` is returned * is `:g4ad` - `InstanceClass/G4AD` is returned * is `:p4de` - `InstanceClass/P4DE` is returned * is `:memory4` - `InstanceClass/MEMORY4` is returned * is `:parallel5` - `InstanceClass/PARALLEL5` is returned * is `:mac2` - `InstanceClass/MAC2` is returned * is `:t4g` - `InstanceClass/T4G` is returned * is `:compute7-amd` - `InstanceClass/COMPUTE7_AMD` is returned * is `:t2` - `InstanceClass/T2` is returned * is `:r6id` - `InstanceClass/R6ID` is returned * is `:c6a` - `InstanceClass/C6A` is returned * is `:u-3tb1` - `InstanceClass/U_3TB1` is returned * is `:deep-learning2-qualcomm` - `InstanceClass/DEEP_LEARNING2_QUALCOMM` is returned * is `:compute6-graviton2` - `InstanceClass/COMPUTE6_GRAVITON2` is returned * is `:standard7-intel-flex` - `InstanceClass/STANDARD7_INTEL_FLEX` is returned * is `:compute5-high-performance` - `InstanceClass/COMPUTE5_HIGH_PERFORMANCE` is returned * is `:mac2-m2` - `InstanceClass/MAC2_M2` is returned * is `:compute7-graviton3-nvme-drive` - `InstanceClass/COMPUTE7_GRAVITON3_NVME_DRIVE` is returned * is `:m6g` - `InstanceClass/M6G` is returned * is `:r5b` - `InstanceClass/R5B` is returned * is `:memory-intensive-2-intel` - `InstanceClass/MEMORY_INTENSIVE_2_INTEL` is returned * is `:burstable4-graviton` - `InstanceClass/BURSTABLE4_GRAVITON` is returned * is `:memory7-amd` - `InstanceClass/MEMORY7_AMD` is returned * is `:r3` - `InstanceClass/R3` is returned * is `:deep-learning1` - `InstanceClass/DEEP_LEARNING1` is returned * is `:m6i` - `InstanceClass/M6I` is returned * is `:standard5-amd-nvme-drive` - `InstanceClass/STANDARD5_AMD_NVME_DRIVE` is returned * is `:compute3` - `InstanceClass/COMPUTE3` is returned * is `:standard7-intel` - `InstanceClass/STANDARD7_INTEL` is returned * is `:c6gd` - `InstanceClass/C6GD` is returned * is `:memory-intensive-2-xt-intel` - `InstanceClass/MEMORY_INTENSIVE_2_XT_INTEL` is returned * is `:d2` - `InstanceClass/D2` is returned * is `:c7i` - `InstanceClass/C7I` is returned * is `:graphics5` - `InstanceClass/GRAPHICS5` is returned * is `:compute6-intel` - `InstanceClass/COMPUTE6_INTEL` is returned * is `:memory-intensive-2-xtz-intel` - `InstanceClass/MEMORY_INTENSIVE_2_XTZ_INTEL` is returned * is `:t3` - `InstanceClass/T3` is returned * is `:compute6-graviton2-high-network-bandwidth` - `InstanceClass/COMPUTE6_GRAVITON2_HIGH_NETWORK_BANDWIDTH` is returned * is `:storage3-enhanced-network` - `InstanceClass/STORAGE3_ENHANCED_NETWORK` is returned * is `:c7gd` - `InstanceClass/C7GD` is returned * is `:x2idn` - `InstanceClass/X2IDN` is returned * is `:c5a` - `InstanceClass/C5A` is returned * is `:memory6-intel-nvme-drive-high-performance` - `InstanceClass/MEMORY6_INTEL_NVME_DRIVE_HIGH_PERFORMANCE` is returned * is `:high-performance-computing7-graviton` - `InstanceClass/HIGH_PERFORMANCE_COMPUTING7_GRAVITON` is returned * is `:graphics3-small` - `InstanceClass/GRAPHICS3_SMALL` is returned * is `:c4` - `InstanceClass/C4` is returned * is `:memory5-nvme-drive` - `InstanceClass/MEMORY5_NVME_DRIVE` is returned * is `:u-12tb1` - `InstanceClass/U_12TB1` is returned * is `:burstable2` - `InstanceClass/BURSTABLE2` is returned * is `:r6idn` - `InstanceClass/R6IDN` is returned * is `:m7i-flex` - `InstanceClass/M7I_FLEX` is returned * is `:high-performance-computing7-amd` - `InstanceClass/HIGH_PERFORMANCE_COMPUTING7_AMD` is returned * is `:burstable3-amd` - `InstanceClass/BURSTABLE3_AMD` is returned * is `:g3s` - `InstanceClass/G3S` is returned * is `:memory7-graviton` - `InstanceClass/MEMORY7_GRAVITON` is returned * is `:d3` - `InstanceClass/D3` is returned * is `:compute7-intel` - `InstanceClass/COMPUTE7_INTEL` is returned * is `:memory6-intel` - `InstanceClass/MEMORY6_INTEL` is returned * is `:g3` - `InstanceClass/G3` is returned * is `:m5zn` - `InstanceClass/M5ZN` is returned * is `:p5` - `InstanceClass/P5` is returned * is `:g4dn` - `InstanceClass/G4DN` is returned * is `:z1d` - `InstanceClass/Z1D` is returned * is `:r6g` - `InstanceClass/R6G` is returned * is `:r7a` - `InstanceClass/R7A` is returned * is `:memory7-graviton3-nvme-drive` - `InstanceClass/MEMORY7_GRAVITON3_NVME_DRIVE` is returned * is `:io4-intel` - `InstanceClass/IO4_INTEL` is returned * is `:is4gen` - `InstanceClass/IS4GEN` is returned * is `:compute6-amd` - `InstanceClass/COMPUTE6_AMD` is returned * is `:dl2q` - `InstanceClass/DL2Q` is returned * is `:macintosh2-m2` - `InstanceClass/MACINTOSH2_M2` is returned * is `:standard3` - `InstanceClass/STANDARD3` is returned * is `:r7i` - `InstanceClass/R7I` is returned * is `:p2` - `InstanceClass/P2` is returned * is `:high-memory-9tb-1` - `InstanceClass/HIGH_MEMORY_9TB_1` is returned If a value is not found or matches the above criteria, nil is returned.
(instance-initiated-shutdown-behavior config id item-key)
The instance-initiated-shutdown-behavior
function data interprets values in the provided config data into a
InstanceInitiatedShutdownBehavior
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
InstanceInitiatedShutdownBehavior
- the value is returned.:stop
- InstanceInitiatedShutdownBehavior/STOP
is returned:terminate
- InstanceInitiatedShutdownBehavior/TERMINATE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `instance-initiated-shutdown-behavior` function data interprets values in the provided config data into a `InstanceInitiatedShutdownBehavior` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `InstanceInitiatedShutdownBehavior` - the value is returned. * is `:stop` - `InstanceInitiatedShutdownBehavior/STOP` is returned * is `:terminate` - `InstanceInitiatedShutdownBehavior/TERMINATE` is returned If a value is not found or matches the above criteria, nil is returned.
(instance-props-builder id config)
Creates a InstanceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(instance-require-imdsv2-aspect-builder id config)
Creates a InstanceRequireImdsv2Aspect$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `InstanceRequireImdsv2Aspect$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(instance-require-imdsv2-aspect-props-builder id config)
Creates a InstanceRequireImdsv2AspectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InstanceRequireImdsv2AspectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(instance-size config id item-key)
The instance-size
function data interprets values in the provided config data into a
InstanceSize
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
InstanceSize
- the value is returned.:small
- InstanceSize/SMALL
is returned:xlarge6
- InstanceSize/XLARGE6
is returned:large
- InstanceSize/LARGE
is returned:metal
- InstanceSize/METAL
is returned:xlarge48
- InstanceSize/XLARGE48
is returned:xlarge9
- InstanceSize/XLARGE9
is returned:xlarge24metal
- InstanceSize/XLARGE24METAL
is returned:xlarge48metal
- InstanceSize/XLARGE48METAL
is returned:xlarge112
- InstanceSize/XLARGE112
is returned:xlarge16metal
- InstanceSize/XLARGE16METAL
is returned:xlarge18
- InstanceSize/XLARGE18
is returned:xlarge8
- InstanceSize/XLARGE8
is returned:medium
- InstanceSize/MEDIUM
is returned:nano
- InstanceSize/NANO
is returned:xlarge16
- InstanceSize/XLARGE16
is returned:xlarge12
- InstanceSize/XLARGE12
is returned:xlarge3
- InstanceSize/XLARGE3
is returned:micro
- InstanceSize/MICRO
is returned:xlarge32
- InstanceSize/XLARGE32
is returned:xlarge10
- InstanceSize/XLARGE10
is returned:xlarge24
- InstanceSize/XLARGE24
is returned:xlarge56
- InstanceSize/XLARGE56
is returned:xlarge4
- InstanceSize/XLARGE4
is returned:xlarge32metal
- InstanceSize/XLARGE32METAL
is returned:xlarge2
- InstanceSize/XLARGE2
is returned:xlarge
- InstanceSize/XLARGE
is returned:xlarge96
- InstanceSize/XLARGE96
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `instance-size` function data interprets values in the provided config data into a `InstanceSize` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `InstanceSize` - the value is returned. * is `:small` - `InstanceSize/SMALL` is returned * is `:xlarge6` - `InstanceSize/XLARGE6` is returned * is `:large` - `InstanceSize/LARGE` is returned * is `:metal` - `InstanceSize/METAL` is returned * is `:xlarge48` - `InstanceSize/XLARGE48` is returned * is `:xlarge9` - `InstanceSize/XLARGE9` is returned * is `:xlarge24metal` - `InstanceSize/XLARGE24METAL` is returned * is `:xlarge48metal` - `InstanceSize/XLARGE48METAL` is returned * is `:xlarge112` - `InstanceSize/XLARGE112` is returned * is `:xlarge16metal` - `InstanceSize/XLARGE16METAL` is returned * is `:xlarge18` - `InstanceSize/XLARGE18` is returned * is `:xlarge8` - `InstanceSize/XLARGE8` is returned * is `:medium` - `InstanceSize/MEDIUM` is returned * is `:nano` - `InstanceSize/NANO` is returned * is `:xlarge16` - `InstanceSize/XLARGE16` is returned * is `:xlarge12` - `InstanceSize/XLARGE12` is returned * is `:xlarge3` - `InstanceSize/XLARGE3` is returned * is `:micro` - `InstanceSize/MICRO` is returned * is `:xlarge32` - `InstanceSize/XLARGE32` is returned * is `:xlarge10` - `InstanceSize/XLARGE10` is returned * is `:xlarge24` - `InstanceSize/XLARGE24` is returned * is `:xlarge56` - `InstanceSize/XLARGE56` is returned * is `:xlarge4` - `InstanceSize/XLARGE4` is returned * is `:xlarge32metal` - `InstanceSize/XLARGE32METAL` is returned * is `:xlarge2` - `InstanceSize/XLARGE2` is returned * is `:xlarge` - `InstanceSize/XLARGE` is returned * is `:xlarge96` - `InstanceSize/XLARGE96` is returned If a value is not found or matches the above criteria, nil is returned.
(interface-vpc-endpoint-attributes-builder id config)
Creates a InterfaceVpcEndpointAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InterfaceVpcEndpointAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(interface-vpc-endpoint-aws-service-builder service-name id config)
(interface-vpc-endpoint-aws-service-builder service-name prefix id config)
(interface-vpc-endpoint-aws-service-builder service-name prefix port id config)
Creates a InterfaceVpcEndpointAwsService$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | service-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Create Form: _[java.lang.String java.lang.String] | Argument | DataType | Description | |---|---|---| | service-name | java.lang.String | | | prefix | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Create Form: _[java.lang.String java.lang.String java.lang.Number] | Argument | DataType | Description | |---|---|---| | service-name | java.lang.String | | | prefix | java.lang.String | | | port | java.lang.Number | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `InterfaceVpcEndpointAwsService$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String]___ | Argument | DataType | Description | |---|---|---| | service-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration | __Create Form:__ ____[java.lang.String java.lang.String]___ | Argument | DataType | Description | |---|---|---| | service-name | java.lang.String | | | prefix | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration | __Create Form:__ ____[java.lang.String java.lang.String java.lang.Number]___ | Argument | DataType | Description | |---|---|---| | service-name | java.lang.String | | | prefix | java.lang.String | | | port | java.lang.Number | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(interface-vpc-endpoint-aws-service-props-builder id config)
Creates a InterfaceVpcEndpointAwsServiceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InterfaceVpcEndpointAwsServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(interface-vpc-endpoint-builder scope id config)
Creates a InterfaceVpcEndpoint$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 `InterfaceVpcEndpoint$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 |
(interface-vpc-endpoint-options-builder id config)
Creates a InterfaceVpcEndpointOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InterfaceVpcEndpointOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(interface-vpc-endpoint-props-builder id config)
Creates a InterfaceVpcEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `InterfaceVpcEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(ip-protocol config id item-key)
The ip-protocol
function data interprets values in the provided config data into a
IpProtocol
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
IpProtocol
- the value is returned.:ipv4-only
- IpProtocol/IPV4_ONLY
is returned:dual-stack
- IpProtocol/DUAL_STACK
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `ip-protocol` function data interprets values in the provided config data into a `IpProtocol` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `IpProtocol` - the value is returned. * is `:ipv4-only` - `IpProtocol/IPV4_ONLY` is returned * is `:dual-stack` - `IpProtocol/DUAL_STACK` is returned If a value is not found or matches the above criteria, nil is returned.
(key-pair-attributes-builder id config)
Creates a KeyPairAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `KeyPairAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(key-pair-builder scope id config)
Creates a KeyPair$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 `KeyPair$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 |
(key-pair-format config id item-key)
The key-pair-format
function data interprets values in the provided config data into a
KeyPairFormat
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
KeyPairFormat
- the value is returned.:ppk
- KeyPairFormat/PPK
is returned:pem
- KeyPairFormat/PEM
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `key-pair-format` function data interprets values in the provided config data into a `KeyPairFormat` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `KeyPairFormat` - the value is returned. * is `:ppk` - `KeyPairFormat/PPK` is returned * is `:pem` - `KeyPairFormat/PEM` is returned If a value is not found or matches the above criteria, nil is returned.
(key-pair-props-builder id config)
Creates a KeyPairProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `KeyPairProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(key-pair-type config id item-key)
The key-pair-type
function data interprets values in the provided config data into a
KeyPairType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
KeyPairType
- the value is returned.:ed25519
- KeyPairType/ED25519
is returned:rsa
- KeyPairType/RSA
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `key-pair-type` function data interprets values in the provided config data into a `KeyPairType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `KeyPairType` - the value is returned. * is `:ed25519` - `KeyPairType/ED25519` is returned * is `:rsa` - `KeyPairType/RSA` is returned If a value is not found or matches the above criteria, nil is returned.
(launch-template-attributes-builder id config)
Creates a LaunchTemplateAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LaunchTemplateAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(launch-template-builder scope id config)
Creates a LaunchTemplate$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 `LaunchTemplate$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 |
(launch-template-http-tokens config id item-key)
The launch-template-http-tokens
function data interprets values in the provided config data into a
LaunchTemplateHttpTokens
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
LaunchTemplateHttpTokens
- the value is returned.:optional
- LaunchTemplateHttpTokens/OPTIONAL
is returned:required
- LaunchTemplateHttpTokens/REQUIRED
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `launch-template-http-tokens` function data interprets values in the provided config data into a `LaunchTemplateHttpTokens` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `LaunchTemplateHttpTokens` - the value is returned. * is `:optional` - `LaunchTemplateHttpTokens/OPTIONAL` is returned * is `:required` - `LaunchTemplateHttpTokens/REQUIRED` is returned If a value is not found or matches the above criteria, nil is returned.
(launch-template-props-builder id config)
Creates a LaunchTemplateProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LaunchTemplateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(launch-template-require-imdsv2-aspect-builder id config)
Creates a LaunchTemplateRequireImdsv2Aspect$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `LaunchTemplateRequireImdsv2Aspect$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(launch-template-require-imdsv2-aspect-props-builder id config)
Creates a LaunchTemplateRequireImdsv2AspectProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LaunchTemplateRequireImdsv2AspectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(launch-template-spot-options-builder id config)
Creates a LaunchTemplateSpotOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LaunchTemplateSpotOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(linux-user-data-options-builder id config)
Creates a LinuxUserDataOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LinuxUserDataOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(location-package-options-builder id config)
Creates a LocationPackageOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LocationPackageOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(lookup-machine-image-builder id config)
Creates a LookupMachineImage$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `LookupMachineImage$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(lookup-machine-image-props-builder id config)
Creates a LookupMachineImageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LookupMachineImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(machine-image-config-builder id config)
Creates a MachineImageConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `MachineImageConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(multipart-body-options-builder id config)
Creates a MultipartBodyOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `MultipartBodyOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(multipart-user-data-builder id config)
Creates a MultipartUserData$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `MultipartUserData$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(multipart-user-data-options-builder id config)
Creates a MultipartUserDataOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `MultipartUserDataOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(named-package-options-builder id config)
Creates a NamedPackageOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `NamedPackageOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(nat-gateway-props-builder id config)
Creates a NatGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `NatGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(nat-instance-props-builder id config)
Creates a NatInstanceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `NatInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(nat-instance-provider-v2-builder id config)
Creates a NatInstanceProviderV2$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `NatInstanceProviderV2$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(nat-traffic-direction config id item-key)
The nat-traffic-direction
function data interprets values in the provided config data into a
NatTrafficDirection
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
NatTrafficDirection
- the value is returned.:outbound-only
- NatTrafficDirection/OUTBOUND_ONLY
is returned:inbound-and-outbound
- NatTrafficDirection/INBOUND_AND_OUTBOUND
is returned:none
- NatTrafficDirection/NONE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `nat-traffic-direction` function data interprets values in the provided config data into a `NatTrafficDirection` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `NatTrafficDirection` - the value is returned. * is `:outbound-only` - `NatTrafficDirection/OUTBOUND_ONLY` is returned * is `:inbound-and-outbound` - `NatTrafficDirection/INBOUND_AND_OUTBOUND` is returned * is `:none` - `NatTrafficDirection/NONE` is returned If a value is not found or matches the above criteria, nil is returned.
(network-acl-builder scope id config)
Creates a NetworkAcl$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 `NetworkAcl$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 |
(network-acl-entry-builder scope id config)
Creates a NetworkAclEntry$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 `NetworkAclEntry$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 |
(network-acl-entry-props-builder id config)
Creates a NetworkAclEntryProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `NetworkAclEntryProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(network-acl-props-builder id config)
Creates a NetworkAclProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `NetworkAclProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(operating-system-type config id item-key)
The operating-system-type
function data interprets values in the provided config data into a
OperatingSystemType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
OperatingSystemType
- the value is returned.:windows
- OperatingSystemType/WINDOWS
is returned:linux
- OperatingSystemType/LINUX
is returned:unknown
- OperatingSystemType/UNKNOWN
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `operating-system-type` function data interprets values in the provided config data into a `OperatingSystemType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `OperatingSystemType` - the value is returned. * is `:windows` - `OperatingSystemType/WINDOWS` is returned * is `:linux` - `OperatingSystemType/LINUX` is returned * is `:unknown` - `OperatingSystemType/UNKNOWN` is returned If a value is not found or matches the above criteria, nil is returned.
(placement-group-builder scope id config)
Creates a PlacementGroup$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 `PlacementGroup$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 |
(placement-group-props-builder id config)
Creates a PlacementGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PlacementGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(placement-group-spread-level config id item-key)
The placement-group-spread-level
function data interprets values in the provided config data into a
PlacementGroupSpreadLevel
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
PlacementGroupSpreadLevel
- the value is returned.:rack
- PlacementGroupSpreadLevel/RACK
is returned:host
- PlacementGroupSpreadLevel/HOST
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `placement-group-spread-level` function data interprets values in the provided config data into a `PlacementGroupSpreadLevel` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `PlacementGroupSpreadLevel` - the value is returned. * is `:rack` - `PlacementGroupSpreadLevel/RACK` is returned * is `:host` - `PlacementGroupSpreadLevel/HOST` is returned If a value is not found or matches the above criteria, nil is returned.
(placement-group-strategy config id item-key)
The placement-group-strategy
function data interprets values in the provided config data into a
PlacementGroupStrategy
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
PlacementGroupStrategy
- the value is returned.:partition
- PlacementGroupStrategy/PARTITION
is returned:spread
- PlacementGroupStrategy/SPREAD
is returned:cluster
- PlacementGroupStrategy/CLUSTER
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `placement-group-strategy` function data interprets values in the provided config data into a `PlacementGroupStrategy` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `PlacementGroupStrategy` - the value is returned. * is `:partition` - `PlacementGroupStrategy/PARTITION` is returned * is `:spread` - `PlacementGroupStrategy/SPREAD` is returned * is `:cluster` - `PlacementGroupStrategy/CLUSTER` is returned If a value is not found or matches the above criteria, nil is returned.
(port-builder id config)
Creates a Port$Builder
instance using a no-argument create, applies the data configuration, then builds it. Takes the following 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 `Port$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(port-props-builder id config)
Creates a PortProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PortProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(prefix-list-builder scope id config)
Creates a PrefixList$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 `PrefixList$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 |
(prefix-list-options-builder id config)
Creates a PrefixListOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PrefixListOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(prefix-list-props-builder id config)
Creates a PrefixListProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PrefixListProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(private-subnet-attributes-builder id config)
Creates a PrivateSubnetAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PrivateSubnetAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(private-subnet-builder scope id config)
Creates a PrivateSubnet$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 `PrivateSubnet$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 |
(private-subnet-props-builder id config)
Creates a PrivateSubnetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PrivateSubnetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(protocol config id item-key)
The protocol
function data interprets values in the provided config data into a
Protocol
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
Protocol
- the value is returned.:tpplusplus
- Protocol/TPPLUSPLUS
is returned:netblt
- Protocol/NETBLT
is returned:ipv6-frag
- Protocol/IPV6_FRAG
is returned:sscopmce
- Protocol/SSCOPMCE
is returned:pup
- Protocol/PUP
is returned:tcf
- Protocol/TCF
is returned:ggp
- Protocol/GGP
is returned:mobile
- Protocol/MOBILE
is returned:iptm
- Protocol/IPTM
is returned:igp
- Protocol/IGP
is returned:cftp
- Protocol/CFTP
is returned:snp
- Protocol/SNP
is returned:qnx
- Protocol/QNX
is returned:sps
- Protocol/SPS
is returned:wb-mon
- Protocol/WB_MON
is returned:ttp
- Protocol/TTP
is returned:smp
- Protocol/SMP
is returned:uti
- Protocol/UTI
is returned:narp
- Protocol/NARP
is returned:fc
- Protocol/FC
is returned:chaos
- Protocol/CHAOS
is returned:ifmp
- Protocol/IFMP
is returned:tcp
- Protocol/TCP
is returned:ipv6-route
- Protocol/IPV6_ROUTE
is returned:experiment-2
- Protocol/EXPERIMENT_2
is returned:srp
- Protocol/SRP
is returned:ipv6
- Protocol/IPV6
is returned:micp
- Protocol/MICP
is returned:stp
- Protocol/STP
is returned:i-nlsp
- Protocol/I_NLSP
is returned:mfe-nsp
- Protocol/MFE_NSP
is returned:sat-mon
- Protocol/SAT_MON
is returned:il
- Protocol/IL
is returned:l2-t-p
- Protocol/L2_T_P
is returned:reserved
- Protocol/RESERVED
is returned:gre
- Protocol/GRE
is returned:experiment-1
- Protocol/EXPERIMENT_1
is returned:trunk-1
- Protocol/TRUNK_1
is returned:icmp
- Protocol/ICMP
is returned:gmtp
- Protocol/GMTP
is returned:aris
- Protocol/ARIS
is returned:swipe
- Protocol/SWIPE
is returned:emcon
- Protocol/EMCON
is returned:eigrp
- Protocol/EIGRP
is returned:merit-inp
- Protocol/MERIT_INP
is returned:etherip
- Protocol/ETHERIP
is returned:ddx
- Protocol/DDX
is returned:vines
- Protocol/VINES
is returned:fire
- Protocol/FIRE
is returned:wb-expak
- Protocol/WB_EXPAK
is returned:idpr-cmtp
- Protocol/IDPR_CMTP
is returned:ipv6-opts
- Protocol/IPV6_OPTS
is returned:iso-ip
- Protocol/ISO_IP
is returned:vmtp
- Protocol/VMTP
is returned:any-dfs
- Protocol/ANY_DFS
is returned:st
- Protocol/ST
is returned:encap
- Protocol/ENCAP
is returned:bna
- Protocol/BNA
is returned:iplt
- Protocol/IPLT
is returned:any-0-hop
- Protocol/ANY_0_HOP
is returned:sm
- Protocol/SM
is returned:pgm
- Protocol/PGM
is returned:ptp
- Protocol/PTP
is returned:tlsp
- Protocol/TLSP
is returned:iso-tp4
- Protocol/ISO_TP4
is returned:crtp
- Protocol/CRTP
is returned:udp
- Protocol/UDP
is returned:trunk-2
- Protocol/TRUNK_2
is returned:sun-nd
- Protocol/SUN_ND
is returned:ipv6-nonxt
- Protocol/IPV6_NONXT
is returned:dccp
- Protocol/DCCP
is returned:nvp-ii
- Protocol/NVP_II
is returned:dcn-meas
- Protocol/DCN_MEAS
is returned:rdp
- Protocol/RDP
is returned:xnet
- Protocol/XNET
is returned:ipx-in-ip
- Protocol/IPX_IN_IP
is returned:esp
- Protocol/ESP
is returned:crudp
- Protocol/CRUDP
is returned:shim6
- Protocol/SHIM6
is returned:br-sat-mon
- Protocol/BR_SAT_MON
is returned:hip
- Protocol/HIP
is returned:sdrp
- Protocol/SDRP
is returned:larp
- Protocol/LARP
is returned:rsvp
- Protocol/RSVP
is returned:ah
- Protocol/AH
is returned:hopopt
- Protocol/HOPOPT
is returned:isis-ipv4
- Protocol/ISIS_IPV4
is returned:rohc
- Protocol/ROHC
is returned:mtp
- Protocol/MTP
is returned:nsfnet-igp
- Protocol/NSFNET_IGP
is returned:vrrp
- Protocol/VRRP
is returned:a-n
- Protocol/A_N
is returned:rsvp-e2e-ignore
- Protocol/RSVP_E2E_IGNORE
is returned:sctp
- Protocol/SCTP
is returned:kryptolan
- Protocol/KRYPTOLAN
is returned:ethernet
- Protocol/ETHERNET
is returned:mpls-in-ip
- Protocol/MPLS_IN_IP
is returned:ippc
- Protocol/IPPC
is returned:ipv4
- Protocol/IPV4
is returned:any-enc
- Protocol/ANY_ENC
is returned:xtp
- Protocol/XTP
is returned:scc-sp
- Protocol/SCC_SP
is returned:manet
- Protocol/MANET
is returned:pnni
- Protocol/PNNI
is returned:pim
- Protocol/PIM
is returned:igmp
- Protocol/IGMP
is returned:cbt
- Protocol/CBT
is returned:ipcomp
- Protocol/IPCOMP
is returned:prm
- Protocol/PRM
is returned:irtp
- Protocol/IRTP
is returned:pvp
- Protocol/PVP
is returned:sat-expak
- Protocol/SAT_EXPAK
is returned:mobility-header
- Protocol/MOBILITY_HEADER
is returned:icmpv6
- Protocol/ICMPV6
is returned:leaf-2
- Protocol/LEAF_2
is returned:compaq-peer
- Protocol/COMPAQ_PEER
is returned:cphb
- Protocol/CPHB
is returned:cpnx
- Protocol/CPNX
is returned:egp
- Protocol/EGP
is returned:xns-idp
- Protocol/XNS_IDP
is returned:mux
- Protocol/MUX
is returned:bbn-rcc-mon
- Protocol/BBN_RCC_MON
is returned:dsr
- Protocol/DSR
is returned:udplite
- Protocol/UDPLITE
is returned:dgp
- Protocol/DGP
is returned:secure-vmtp
- Protocol/SECURE_VMTP
is returned:idrp
- Protocol/IDRP
is returned:ipcv
- Protocol/IPCV
is returned:leaf-1
- Protocol/LEAF_1
is returned:idpr
- Protocol/IDPR
is returned:ipip
- Protocol/IPIP
is returned:rvd
- Protocol/RVD
is returned:hmp
- Protocol/HMP
is returned:iatp
- Protocol/IATP
is returned:skip
- Protocol/SKIP
is returned:threepc
- Protocol/THREEPC
is returned:scps
- Protocol/SCPS
is returned:sprite-rpc
- Protocol/SPRITE_RPC
is returned:visa
- Protocol/VISA
is returned:ax-25
- Protocol/AX_25
is returned:ospfigp
- Protocol/OSPFIGP
is returned:wsn
- Protocol/WSN
is returned:pipe
- Protocol/PIPE
is returned:ddp
- Protocol/DDP
is returned:wesp
- Protocol/WESP
is returned:all
- Protocol/ALL
is returned:any-local
- Protocol/ANY_LOCAL
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `protocol` function data interprets values in the provided config data into a `Protocol` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `Protocol` - the value is returned. * is `:tpplusplus` - `Protocol/TPPLUSPLUS` is returned * is `:netblt` - `Protocol/NETBLT` is returned * is `:ipv6-frag` - `Protocol/IPV6_FRAG` is returned * is `:sscopmce` - `Protocol/SSCOPMCE` is returned * is `:pup` - `Protocol/PUP` is returned * is `:tcf` - `Protocol/TCF` is returned * is `:ggp` - `Protocol/GGP` is returned * is `:mobile` - `Protocol/MOBILE` is returned * is `:iptm` - `Protocol/IPTM` is returned * is `:igp` - `Protocol/IGP` is returned * is `:cftp` - `Protocol/CFTP` is returned * is `:snp` - `Protocol/SNP` is returned * is `:qnx` - `Protocol/QNX` is returned * is `:sps` - `Protocol/SPS` is returned * is `:wb-mon` - `Protocol/WB_MON` is returned * is `:ttp` - `Protocol/TTP` is returned * is `:smp` - `Protocol/SMP` is returned * is `:uti` - `Protocol/UTI` is returned * is `:narp` - `Protocol/NARP` is returned * is `:fc` - `Protocol/FC` is returned * is `:chaos` - `Protocol/CHAOS` is returned * is `:ifmp` - `Protocol/IFMP` is returned * is `:tcp` - `Protocol/TCP` is returned * is `:ipv6-route` - `Protocol/IPV6_ROUTE` is returned * is `:experiment-2` - `Protocol/EXPERIMENT_2` is returned * is `:srp` - `Protocol/SRP` is returned * is `:ipv6` - `Protocol/IPV6` is returned * is `:micp` - `Protocol/MICP` is returned * is `:stp` - `Protocol/STP` is returned * is `:i-nlsp` - `Protocol/I_NLSP` is returned * is `:mfe-nsp` - `Protocol/MFE_NSP` is returned * is `:sat-mon` - `Protocol/SAT_MON` is returned * is `:il` - `Protocol/IL` is returned * is `:l2-t-p` - `Protocol/L2_T_P` is returned * is `:reserved` - `Protocol/RESERVED` is returned * is `:gre` - `Protocol/GRE` is returned * is `:experiment-1` - `Protocol/EXPERIMENT_1` is returned * is `:trunk-1` - `Protocol/TRUNK_1` is returned * is `:icmp` - `Protocol/ICMP` is returned * is `:gmtp` - `Protocol/GMTP` is returned * is `:aris` - `Protocol/ARIS` is returned * is `:swipe` - `Protocol/SWIPE` is returned * is `:emcon` - `Protocol/EMCON` is returned * is `:eigrp` - `Protocol/EIGRP` is returned * is `:merit-inp` - `Protocol/MERIT_INP` is returned * is `:etherip` - `Protocol/ETHERIP` is returned * is `:ddx` - `Protocol/DDX` is returned * is `:vines` - `Protocol/VINES` is returned * is `:fire` - `Protocol/FIRE` is returned * is `:wb-expak` - `Protocol/WB_EXPAK` is returned * is `:idpr-cmtp` - `Protocol/IDPR_CMTP` is returned * is `:ipv6-opts` - `Protocol/IPV6_OPTS` is returned * is `:iso-ip` - `Protocol/ISO_IP` is returned * is `:vmtp` - `Protocol/VMTP` is returned * is `:any-dfs` - `Protocol/ANY_DFS` is returned * is `:st` - `Protocol/ST` is returned * is `:encap` - `Protocol/ENCAP` is returned * is `:bna` - `Protocol/BNA` is returned * is `:iplt` - `Protocol/IPLT` is returned * is `:any-0-hop` - `Protocol/ANY_0_HOP` is returned * is `:sm` - `Protocol/SM` is returned * is `:pgm` - `Protocol/PGM` is returned * is `:ptp` - `Protocol/PTP` is returned * is `:tlsp` - `Protocol/TLSP` is returned * is `:iso-tp4` - `Protocol/ISO_TP4` is returned * is `:crtp` - `Protocol/CRTP` is returned * is `:udp` - `Protocol/UDP` is returned * is `:trunk-2` - `Protocol/TRUNK_2` is returned * is `:sun-nd` - `Protocol/SUN_ND` is returned * is `:ipv6-nonxt` - `Protocol/IPV6_NONXT` is returned * is `:dccp` - `Protocol/DCCP` is returned * is `:nvp-ii` - `Protocol/NVP_II` is returned * is `:dcn-meas` - `Protocol/DCN_MEAS` is returned * is `:rdp` - `Protocol/RDP` is returned * is `:xnet` - `Protocol/XNET` is returned * is `:ipx-in-ip` - `Protocol/IPX_IN_IP` is returned * is `:esp` - `Protocol/ESP` is returned * is `:crudp` - `Protocol/CRUDP` is returned * is `:shim6` - `Protocol/SHIM6` is returned * is `:br-sat-mon` - `Protocol/BR_SAT_MON` is returned * is `:hip` - `Protocol/HIP` is returned * is `:sdrp` - `Protocol/SDRP` is returned * is `:larp` - `Protocol/LARP` is returned * is `:rsvp` - `Protocol/RSVP` is returned * is `:ah` - `Protocol/AH` is returned * is `:hopopt` - `Protocol/HOPOPT` is returned * is `:isis-ipv4` - `Protocol/ISIS_IPV4` is returned * is `:rohc` - `Protocol/ROHC` is returned * is `:mtp` - `Protocol/MTP` is returned * is `:nsfnet-igp` - `Protocol/NSFNET_IGP` is returned * is `:vrrp` - `Protocol/VRRP` is returned * is `:a-n` - `Protocol/A_N` is returned * is `:rsvp-e2e-ignore` - `Protocol/RSVP_E2E_IGNORE` is returned * is `:sctp` - `Protocol/SCTP` is returned * is `:kryptolan` - `Protocol/KRYPTOLAN` is returned * is `:ethernet` - `Protocol/ETHERNET` is returned * is `:mpls-in-ip` - `Protocol/MPLS_IN_IP` is returned * is `:ippc` - `Protocol/IPPC` is returned * is `:ipv4` - `Protocol/IPV4` is returned * is `:any-enc` - `Protocol/ANY_ENC` is returned * is `:xtp` - `Protocol/XTP` is returned * is `:scc-sp` - `Protocol/SCC_SP` is returned * is `:manet` - `Protocol/MANET` is returned * is `:pnni` - `Protocol/PNNI` is returned * is `:pim` - `Protocol/PIM` is returned * is `:igmp` - `Protocol/IGMP` is returned * is `:cbt` - `Protocol/CBT` is returned * is `:ipcomp` - `Protocol/IPCOMP` is returned * is `:prm` - `Protocol/PRM` is returned * is `:irtp` - `Protocol/IRTP` is returned * is `:pvp` - `Protocol/PVP` is returned * is `:sat-expak` - `Protocol/SAT_EXPAK` is returned * is `:mobility-header` - `Protocol/MOBILITY_HEADER` is returned * is `:icmpv6` - `Protocol/ICMPV6` is returned * is `:leaf-2` - `Protocol/LEAF_2` is returned * is `:compaq-peer` - `Protocol/COMPAQ_PEER` is returned * is `:cphb` - `Protocol/CPHB` is returned * is `:cpnx` - `Protocol/CPNX` is returned * is `:egp` - `Protocol/EGP` is returned * is `:xns-idp` - `Protocol/XNS_IDP` is returned * is `:mux` - `Protocol/MUX` is returned * is `:bbn-rcc-mon` - `Protocol/BBN_RCC_MON` is returned * is `:dsr` - `Protocol/DSR` is returned * is `:udplite` - `Protocol/UDPLITE` is returned * is `:dgp` - `Protocol/DGP` is returned * is `:secure-vmtp` - `Protocol/SECURE_VMTP` is returned * is `:idrp` - `Protocol/IDRP` is returned * is `:ipcv` - `Protocol/IPCV` is returned * is `:leaf-1` - `Protocol/LEAF_1` is returned * is `:idpr` - `Protocol/IDPR` is returned * is `:ipip` - `Protocol/IPIP` is returned * is `:rvd` - `Protocol/RVD` is returned * is `:hmp` - `Protocol/HMP` is returned * is `:iatp` - `Protocol/IATP` is returned * is `:skip` - `Protocol/SKIP` is returned * is `:threepc` - `Protocol/THREEPC` is returned * is `:scps` - `Protocol/SCPS` is returned * is `:sprite-rpc` - `Protocol/SPRITE_RPC` is returned * is `:visa` - `Protocol/VISA` is returned * is `:ax-25` - `Protocol/AX_25` is returned * is `:ospfigp` - `Protocol/OSPFIGP` is returned * is `:wsn` - `Protocol/WSN` is returned * is `:pipe` - `Protocol/PIPE` is returned * is `:ddp` - `Protocol/DDP` is returned * is `:wesp` - `Protocol/WESP` is returned * is `:all` - `Protocol/ALL` is returned * is `:any-local` - `Protocol/ANY_LOCAL` is returned If a value is not found or matches the above criteria, nil is returned.
(public-subnet-attributes-builder id config)
Creates a PublicSubnetAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PublicSubnetAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(public-subnet-builder scope id config)
Creates a PublicSubnet$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 `PublicSubnet$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 |
(public-subnet-props-builder id config)
Creates a PublicSubnetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `PublicSubnetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(requested-subnet-builder id config)
Creates a RequestedSubnet$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `RequestedSubnet$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(resolve-ssm-parameter-at-launch-image-builder parameter-name id config)
Creates a ResolveSsmParameterAtLaunchImage$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | parameter-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `ResolveSsmParameterAtLaunchImage$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String]___ | Argument | DataType | Description | |---|---|---| | parameter-name | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(router-type config id item-key)
The router-type
function data interprets values in the provided config data into a
RouterType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
RouterType
- the value is returned.:nat-gateway
- RouterType/NAT_GATEWAY
is returned:carrier-gateway
- RouterType/CARRIER_GATEWAY
is returned:transit-gateway
- RouterType/TRANSIT_GATEWAY
is returned:network-interface
- RouterType/NETWORK_INTERFACE
is returned:egress-only-internet-gateway
- RouterType/EGRESS_ONLY_INTERNET_GATEWAY
is returned:instance
- RouterType/INSTANCE
is returned:gateway
- RouterType/GATEWAY
is returned:vpc-peering-connection
- RouterType/VPC_PEERING_CONNECTION
is returned:vpc-endpoint
- RouterType/VPC_ENDPOINT
is returned:local-gateway
- RouterType/LOCAL_GATEWAY
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `router-type` function data interprets values in the provided config data into a `RouterType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `RouterType` - the value is returned. * is `:nat-gateway` - `RouterType/NAT_GATEWAY` is returned * is `:carrier-gateway` - `RouterType/CARRIER_GATEWAY` is returned * is `:transit-gateway` - `RouterType/TRANSIT_GATEWAY` is returned * is `:network-interface` - `RouterType/NETWORK_INTERFACE` is returned * is `:egress-only-internet-gateway` - `RouterType/EGRESS_ONLY_INTERNET_GATEWAY` is returned * is `:instance` - `RouterType/INSTANCE` is returned * is `:gateway` - `RouterType/GATEWAY` is returned * is `:vpc-peering-connection` - `RouterType/VPC_PEERING_CONNECTION` is returned * is `:vpc-endpoint` - `RouterType/VPC_ENDPOINT` is returned * is `:local-gateway` - `RouterType/LOCAL_GATEWAY` is returned If a value is not found or matches the above criteria, nil is returned.
(rule-scope-builder id config)
Creates a RuleScope$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `RuleScope$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-destination-options-builder id config)
Creates a S3DestinationOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `S3DestinationOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-download-options-builder id config)
Creates a S3DownloadOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `S3DownloadOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(security-group-builder scope id config)
Creates a SecurityGroup$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 `SecurityGroup$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 |
(security-group-import-options-builder id config)
Creates a SecurityGroupImportOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SecurityGroupImportOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(security-group-props-builder id config)
Creates a SecurityGroupProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SecurityGroupProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(selected-subnets-builder id config)
Creates a SelectedSubnets$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SelectedSubnets$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(service-manager config id item-key)
The service-manager
function data interprets values in the provided config data into a
ServiceManager
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
ServiceManager
- the value is returned.:sysvinit
- ServiceManager/SYSVINIT
is returned:windows
- ServiceManager/WINDOWS
is returned:systemd
- ServiceManager/SYSTEMD
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `service-manager` function data interprets values in the provided config data into a `ServiceManager` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `ServiceManager` - the value is returned. * is `:sysvinit` - `ServiceManager/SYSVINIT` is returned * is `:windows` - `ServiceManager/WINDOWS` is returned * is `:systemd` - `ServiceManager/SYSTEMD` is returned If a value is not found or matches the above criteria, nil is returned.
(spot-instance-interruption config id item-key)
The spot-instance-interruption
function data interprets values in the provided config data into a
SpotInstanceInterruption
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
SpotInstanceInterruption
- the value is returned.:terminate
- SpotInstanceInterruption/TERMINATE
is returned:hibernate
- SpotInstanceInterruption/HIBERNATE
is returned:stop
- SpotInstanceInterruption/STOP
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `spot-instance-interruption` function data interprets values in the provided config data into a `SpotInstanceInterruption` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `SpotInstanceInterruption` - the value is returned. * is `:terminate` - `SpotInstanceInterruption/TERMINATE` is returned * is `:hibernate` - `SpotInstanceInterruption/HIBERNATE` is returned * is `:stop` - `SpotInstanceInterruption/STOP` is returned If a value is not found or matches the above criteria, nil is returned.
(spot-request-type config id item-key)
The spot-request-type
function data interprets values in the provided config data into a
SpotRequestType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
SpotRequestType
- the value is returned.:one-time
- SpotRequestType/ONE_TIME
is returned:persistent
- SpotRequestType/PERSISTENT
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `spot-request-type` function data interprets values in the provided config data into a `SpotRequestType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `SpotRequestType` - the value is returned. * is `:one-time` - `SpotRequestType/ONE_TIME` is returned * is `:persistent` - `SpotRequestType/PERSISTENT` is returned If a value is not found or matches the above criteria, nil is returned.
(ssm-parameter-image-options-builder id config)
Creates a SsmParameterImageOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SsmParameterImageOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(subnet-attributes-builder id config)
Creates a SubnetAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SubnetAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(subnet-builder scope id config)
Creates a Subnet$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 `Subnet$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 |
(subnet-configuration-builder id config)
Creates a SubnetConfiguration$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SubnetConfiguration$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(subnet-ipam-options-builder id config)
Creates a SubnetIpamOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SubnetIpamOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(subnet-network-acl-association-builder scope id config)
Creates a SubnetNetworkAclAssociation$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 `SubnetNetworkAclAssociation$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 |
(subnet-network-acl-association-props-builder id config)
Creates a SubnetNetworkAclAssociationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SubnetNetworkAclAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(subnet-props-builder id config)
Creates a SubnetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SubnetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(subnet-selection-builder id config)
Creates a SubnetSelection$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SubnetSelection$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(subnet-type config id item-key)
The subnet-type
function data interprets values in the provided config data into a
SubnetType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
SubnetType
- the value is returned.:private-with-egress
- SubnetType/PRIVATE_WITH_EGRESS
is returned:public
- SubnetType/PUBLIC
is returned:private-isolated
- SubnetType/PRIVATE_ISOLATED
is returned:private-with-nat
- SubnetType/PRIVATE_WITH_NAT
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `subnet-type` function data interprets values in the provided config data into a `SubnetType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `SubnetType` - the value is returned. * is `:private-with-egress` - `SubnetType/PRIVATE_WITH_EGRESS` is returned * is `:public` - `SubnetType/PUBLIC` is returned * is `:private-isolated` - `SubnetType/PRIVATE_ISOLATED` is returned * is `:private-with-nat` - `SubnetType/PRIVATE_WITH_NAT` is returned If a value is not found or matches the above criteria, nil is returned.
(systemd-config-file-options-builder id config)
Creates a SystemdConfigFileOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SystemdConfigFileOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(traffic-direction config id item-key)
The traffic-direction
function data interprets values in the provided config data into a
TrafficDirection
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
TrafficDirection
- the value is returned.:egress
- TrafficDirection/EGRESS
is returned:ingress
- TrafficDirection/INGRESS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `traffic-direction` function data interprets values in the provided config data into a `TrafficDirection` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `TrafficDirection` - the value is returned. * is `:egress` - `TrafficDirection/EGRESS` is returned * is `:ingress` - `TrafficDirection/INGRESS` is returned If a value is not found or matches the above criteria, nil is returned.
(transport-protocol config id item-key)
The transport-protocol
function data interprets values in the provided config data into a
TransportProtocol
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
TransportProtocol
- the value is returned.:udp
- TransportProtocol/UDP
is returned:tcp
- TransportProtocol/TCP
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `transport-protocol` function data interprets values in the provided config data into a `TransportProtocol` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `TransportProtocol` - the value is returned. * is `:udp` - `TransportProtocol/UDP` is returned * is `:tcp` - `TransportProtocol/TCP` is returned If a value is not found or matches the above criteria, nil is returned.
(volume-attributes-builder id config)
Creates a VolumeAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VolumeAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(volume-builder scope id config)
Creates a Volume$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 `Volume$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 |
(volume-props-builder id config)
Creates a VolumeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VolumeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpc-attributes-builder id config)
Creates a VpcAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpcAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpc-builder scope id config)
Creates a Vpc$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 `Vpc$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 |
(vpc-endpoint-service-builder scope id config)
Creates a VpcEndpointService$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 `VpcEndpointService$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 |
(vpc-endpoint-service-props-builder id config)
Creates a VpcEndpointServiceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpcEndpointServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpc-endpoint-type config id item-key)
The vpc-endpoint-type
function data interprets values in the provided config data into a
VpcEndpointType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
VpcEndpointType
- the value is returned.:gateway
- VpcEndpointType/GATEWAY
is returned:interface
- VpcEndpointType/INTERFACE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `vpc-endpoint-type` function data interprets values in the provided config data into a `VpcEndpointType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `VpcEndpointType` - the value is returned. * is `:gateway` - `VpcEndpointType/GATEWAY` is returned * is `:interface` - `VpcEndpointType/INTERFACE` is returned If a value is not found or matches the above criteria, nil is returned.
(vpc-ipam-options-builder id config)
Creates a VpcIpamOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpcIpamOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpc-lookup-options-builder id config)
Creates a VpcLookupOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpcLookupOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpc-props-builder id config)
Creates a VpcProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpcProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpn-connection-attributes-builder id config)
Creates a VpnConnectionAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpnConnectionAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpn-connection-builder scope id config)
Creates a VpnConnection$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 `VpnConnection$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 |
(vpn-connection-options-builder id config)
Creates a VpnConnectionOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpnConnectionOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpn-connection-props-builder id config)
Creates a VpnConnectionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpnConnectionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpn-connection-type config id item-key)
The vpn-connection-type
function data interprets values in the provided config data into a
VpnConnectionType
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
VpnConnectionType
- the value is returned.:dummy
- VpnConnectionType/DUMMY
is returned:ipsec-1
- VpnConnectionType/IPSEC_1
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `vpn-connection-type` function data interprets values in the provided config data into a `VpnConnectionType` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `VpnConnectionType` - the value is returned. * is `:dummy` - `VpnConnectionType/DUMMY` is returned * is `:ipsec-1` - `VpnConnectionType/IPSEC_1` is returned If a value is not found or matches the above criteria, nil is returned.
(vpn-gateway-builder scope id config)
Creates a VpnGateway$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 `VpnGateway$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 |
(vpn-gateway-props-builder id config)
Creates a VpnGatewayProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpnGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(vpn-port config id item-key)
The vpn-port
function data interprets values in the provided config data into a
VpnPort
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
VpnPort
- the value is returned.:openvpn
- VpnPort/OPENVPN
is returned:https
- VpnPort/HTTPS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `vpn-port` function data interprets values in the provided config data into a `VpnPort` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `VpnPort` - the value is returned. * is `:openvpn` - `VpnPort/OPENVPN` is returned * is `:https` - `VpnPort/HTTPS` is returned If a value is not found or matches the above criteria, nil is returned.
(vpn-tunnel-option-builder id config)
Creates a VpnTunnelOption$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `VpnTunnelOption$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(windows-image-builder windows-version id config)
Creates a WindowsImage$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[software.amazon.awscdk.services.ec2.WindowsVersion] | Argument | DataType | Description | |---|---|---| | windows-version | software.amazon.awscdk.services.ec2.WindowsVersion | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `WindowsImage$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[software.amazon.awscdk.services.ec2.WindowsVersion]___ | Argument | DataType | Description | |---|---|---| | windows-version | software.amazon.awscdk.services.ec2.WindowsVersion | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(windows-image-props-builder id config)
Creates a WindowsImageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `WindowsImageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(windows-user-data-options-builder id config)
Creates a WindowsUserDataOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `WindowsUserDataOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(windows-version config id item-key)
The windows-version
function data interprets values in the provided config data into a
WindowsVersion
instance. This simplifies the use of keywords in place of actual enum values in
the configuration provided to builders. The value is found using the cdk.support/lookup-entry
function on the data with the provided namespace id and item-key. The found value is interpretted as follows:
WindowsVersion
- the value is returned.:windows-server-2019-english-full-hyperv
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_HYPERV
is returned:windows-server-2022-english-full-eks-optimized-1-25
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_25
is returned:windows-server-2016-czech-full-base
- WindowsVersion/WINDOWS_SERVER_2016_CZECH_FULL_BASE
is returned:windows-server-2016-english-full-sql-2016-sp2-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_WEB
is returned:windows-server-2019-chinese-traditional-full-base
- WindowsVersion/WINDOWS_SERVER_2019_CHINESE_TRADITIONAL_FULL_BASE
is returned:windows-server-2016-english-full-sql-2017-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_WEB
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_EXPRESS
is returned:windows-server-2016-english-full-containers
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_CONTAINERS
is returned:windows-server-2019-japanese-full-sql-2017-web
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_WEB
is returned:windows-server-2019-japanese-full-sql-2019-standard
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_STANDARD
is returned:windows-server-2012-r2-rtm-german-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_GERMAN_64BIT_BASE
is returned:windows-server-2016-chinese-simplified-full-base
- WindowsVersion/WINDOWS_SERVER_2016_CHINESE_SIMPLIFIED_FULL_BASE
is returned:windows-server-2016-turkish-full-base
- WindowsVersion/WINDOWS_SERVER_2016_TURKISH_FULL_BASE
is returned:windows-server-2012-rtm-japanese-64bit-sql-2014-sp2-web
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_WEB
is returned:windows-server-2016-japanese-full-sql-2017-web
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_WEB
is returned:windows-server-2012-rtm-japanese-64bit-sql-2014-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_STANDARD
is returned:windows-server-2016-polish-full-base
- WindowsVersion/WINDOWS_SERVER_2016_POLISH_FULL_BASE
is returned:windows-server-2016-japanese-full-sql-2016-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_STANDARD
is returned:windows-server-2008-r2-sp1-korean-64bit-base
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_KOREAN_64BIT_BASE
is returned:windows-server-2019-english-stig-core
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_STIG_CORE
is returned:windows-server-2012-rtm-english-full-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_FULL_BASE
is returned:windows-server-2019-english-full-sql-2016-sp2-web
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_WEB
is returned:windows-server-2022-japanese-full-sql-2019-web
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_WEB
is returned:windows-server-2012-rtm-portuguese-brazil-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_PORTUGUESE_BRAZIL_64BIT_BASE
is returned:windows-server-2016-japanese-full-sql-2016-sp1-standard
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_STANDARD
is returned:windows-server-2022-english-full-sql-2019-standard
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_STANDARD
is returned:windows-server-2022-czech-full-base
- WindowsVersion/WINDOWS_SERVER_2022_CZECH_FULL_BASE
is returned:windows-server-2022-english-full-sql-2019-express
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_EXPRESS
is returned:windows-server-2008-r2-sp1-portuguese-brazil-64bit-base
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_PORTUGUESE_BRAZIL_64BIT_BASE
is returned:windows-server-2016-japanese-full-sql-2019-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_ENTERPRISE
is returned:windows-server-2019-english-full-sql-2016-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_STANDARD
is returned:windows-server-2012-r2-rtm-italian-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ITALIAN_64BIT_BASE
is returned:windows-server-2016-swedish-full-base
- WindowsVersion/WINDOWS_SERVER_2016_SWEDISH_FULL_BASE
is returned:windows-server-2016-english-core-sql-2016-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_ENTERPRISE
is returned:windows-server-2022-hungarian-full-base
- WindowsVersion/WINDOWS_SERVER_2022_HUNGARIAN_FULL_BASE
is returned:windows-server-2016-english-full-sql-2019-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_STANDARD
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_STANDARD
is returned:windows-server-2016-english-full-sql-2016-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_ENTERPRISE
is returned:windows-server-2019-english-core-ecs-optimized
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_ECS_OPTIMIZED
is returned:windows-server-2008-sp2-english-64bit-sql-2008-sp4-express
- WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_SQL_2008_SP4_EXPRESS
is returned:windows-server-2003-r2-sp2-english-64bit-base
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_BASE
is returned:windows-server-2022-japanese-full-sql-2022-standard
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_STANDARD
is returned:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-web
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_WEB
is returned:windows-server-2016-portuguese-portugal-full-base
- WindowsVersion/WINDOWS_SERVER_2016_PORTUGUESE_PORTUGAL_FULL_BASE
is returned:windows-server-2008-r2-sp1-japanese-64bit-sql-2008-r2-sp3-web
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_WEB
is returned:windows-server-2012-rtm-portuguese-portugal-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE
is returned:windows-server-2012-rtm-english-64bit-sql-2014-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP3_EXPRESS
is returned:windows-server-2012-rtm-french-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_FRENCH_64BIT_BASE
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_STANDARD
is returned:windows-server-2016-english-core-sql-2016-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_STANDARD
is returned:windows-server-2016-english-full-sql-2016-sp1-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_WEB
is returned:windows-server-2012-r2-rtm-french-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_FRENCH_64BIT_BASE
is returned:windows-server-2019-english-full-sql-2016-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_ENTERPRISE
is returned:windows-server-2012-rtm-english-64bit-sql-2008-r2-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2008_R2_SP3_EXPRESS
is returned:windows-server-2022-dutch-full-base
- WindowsVersion/WINDOWS_SERVER_2022_DUTCH_FULL_BASE
is returned:windows-server-2022-english-full-eks-optimized-1-28
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_28
is returned:windows-server-2016-japanese-full-base
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_BASE
is returned:windows-server-1809-english-core-base
- WindowsVersion/WINDOWS_SERVER_1809_ENGLISH_CORE_BASE
is returned:windows-server-2012-rtm-russian-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_RUSSIAN_64BIT_BASE
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_EXPRESS
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_STANDARD
is returned:windows-server-2016-italian-full-base
- WindowsVersion/WINDOWS_SERVER_2016_ITALIAN_FULL_BASE
is returned:windows-server-2003-r2-sp2-language-packs-64bit-sql-2005-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_SQL_2005_SP4_STANDARD
is returned:windows-server-2012-rtm-english-64bit-sql-2012-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_STANDARD
is returned:windows-server-2022-french-full-base
- WindowsVersion/WINDOWS_SERVER_2022_FRENCH_FULL_BASE
is returned:windows-server-2016-english-full-sql-2016-sp3-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_EXPRESS
is returned:windows-server-2019-portuguese-portugal-full-base
- WindowsVersion/WINDOWS_SERVER_2019_PORTUGUESE_PORTUGAL_FULL_BASE
is returned:windows-server-2008-r2-sp1-english-64bit-core
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_CORE
is returned:windows-server-2012-rtm-italian-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ITALIAN_64BIT_BASE
is returned:windows-server-2008-sp2-english-32bit-base
- WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_32BIT_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_WEB
is returned:windows-server-2012-rtm-japanese-64bit-sql-2008-r2-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2008_R2_SP3_EXPRESS
is returned:windows-server-2016-japanese-full-sql-2016-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_ENTERPRISE
is returned:windows-server-2016-english-full-sql-2016-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_STANDARD
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp2-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_WEB
is returned:windows-server-2012-r2-rtm-english-p3
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_P3
is returned:windows-server-2008-r2-sp1-english-64bit-sql-2008-r2-sp3-express
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_EXPRESS
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_WEB
is returned:windows-server-2019-english-core-eks-optimized-1-27
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_27
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_ENTERPRISE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_STANDARD
is returned:windows-server-2016-japanese-full-sql-2019-standard
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_STANDARD
is returned:windows-server-2003-r2-sp2-language-packs-64bit-sql-2005-sp4-express
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_SQL_2005_SP4_EXPRESS
is returned:windows-server-2016-english-core-sql-2016-sp1-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_ENTERPRISE
is returned:windows-server-2022-english-full-sql-2019-enterprise
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_ENTERPRISE
is returned:windows-server-2016-portuguese-brazil-full-base
- WindowsVersion/WINDOWS_SERVER_2016_PORTUGUESE_BRAZIL_FULL_BASE
is returned:windows-server-2019-english-full-sql-2019-express
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_EXPRESS
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_ENTERPRISE
is returned:windows-server-2012-rtm-chinese-traditional-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_CHINESE_TRADITIONAL_64BIT_BASE
is returned:windows-server-2016-english-full-sql-2016-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_ENTERPRISE
is returned:windows-server-2012-rtm-czech-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_CZECH_64BIT_BASE
is returned:windows-server-2022-german-full-base
- WindowsVersion/WINDOWS_SERVER_2022_GERMAN_FULL_BASE
is returned:windows-server-1709-english-core-base
- WindowsVersion/WINDOWS_SERVER_1709_ENGLISH_CORE_BASE
is returned:windows-server-2012-rtm-chinese-simplified-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_CHINESE_SIMPLIFIED_64BIT_BASE
is returned:windows-server-2012-rtm-english-64bit-sql-2014-sp2-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_EXPRESS
is returned:windows-server-2016-english-core-sql-2016-sp3-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_EXPRESS
is returned:windows-server-2022-turkish-full-base
- WindowsVersion/WINDOWS_SERVER_2022_TURKISH_FULL_BASE
is returned:windows-server-2012-rtm-english-64bit-2014-sp3-web
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_2014_SP3_WEB
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_WEB
is returned:windows-server-2022-english-full-containerslatest
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_CONTAINERSLATEST
is returned:windows-server-2007-r2-sp1-language-packs-64bit-base
- WindowsVersion/WINDOWS_SERVER_2007_R2_SP1_LANGUAGE_PACKS_64BIT_BASE
is returned:windows-server-2012-rtm-english-64bit-sql-2012-sp4-web
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_WEB
is returned:windows-server-1709-english-core-containerslatest
- WindowsVersion/WINDOWS_SERVER_1709_ENGLISH_CORE_CONTAINERSLATEST
is returned:windows-server-2012-rtm-english-64bit-sql-2014-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP3_STANDARD
is returned:windows-server-2016-english-full-sql-2016-sp1-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_ENTERPRISE
is returned:windows-server-2022-english-full-eks-optimized-1-24
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_24
is returned:windows-server-2019-japanese-full-sql-2019-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_ENTERPRISE
is returned:windows-server-2008-r2-sp1-english-64bit-base
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_BASE
is returned:windows-server-2016-japanese-full-sql-2016-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_ENTERPRISE
is returned:windows-server-2008-r2-sp1-japanese-64bit-sql-2008-r2-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_STANDARD
is returned:windows-server-2022-chinese-simplified-full-base
- WindowsVersion/WINDOWS_SERVER_2022_CHINESE_SIMPLIFIED_FULL_BASE
is returned:windows-server-2022-english-full-sql-2019-web
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_WEB
is returned:windows-server-2012-r2-rtm-portuguese-portugal-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE
is returned:windows-server-2022-english-full-eks-optimized-1-23
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_23
is returned:windows-server-2012-rtm-english-64bit-sql-2012-sp4-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_EXPRESS
is returned:windows-server-2022-italian-full-base
- WindowsVersion/WINDOWS_SERVER_2022_ITALIAN_FULL_BASE
is returned:windows-server-2022-portuguese-portugal-full-base
- WindowsVersion/WINDOWS_SERVER_2022_PORTUGUESE_PORTUGAL_FULL_BASE
is returned:windows-server-2008-r2-sp1-japanese-64bit-base
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_BASE
is returned:windows-server-2016-english-deep-learning
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_DEEP_LEARNING
is returned:windows-server-2019-english-full-containerslatest
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_CONTAINERSLATEST
is returned:windows-server-2022-english-core-base
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_BASE
is returned:windows-server-2022-english-full-sql-2017-standard
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_STANDARD
is returned:windows-server-2012-rtm-english-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_BASE
is returned:windows-server-2016-japanese-full-sql-2017-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_ENTERPRISE
is returned:windows-server-2019-japanese-full-base
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_BASE
is returned:windows-server-2019-english-core-eks-optimized-1-25
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_25
is returned:windows-server-2008-r2-sp1-english-64bit-core-sql-2012-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_CORE_SQL_2012_SP4_STANDARD
is returned:windows-server-2019-czech-full-base
- WindowsVersion/WINDOWS_SERVER_2019_CZECH_FULL_BASE
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP3_STANDARD
is returned:windows-server-2016-russian-full-base
- WindowsVersion/WINDOWS_SERVER_2016_RUSSIAN_FULL_BASE
is returned:windows-server-2019-german-full-base
- WindowsVersion/WINDOWS_SERVER_2019_GERMAN_FULL_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_EXPRESS
is returned:windows-server-2016-english-core-sql-2016-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_ENTERPRISE
is returned:windows-server-2016-english-tesla
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_TESLA
is returned:windows-server-2008-r2-sp1-english-61bit-sql-2012-rtm-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_61BIT_SQL_2012_RTM_SP2_ENTERPRISE
is returned:windows-server-2019-english-full-sql-2022-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_ENTERPRISE
is returned:windows-server-2016-english-core-sql-2016-sp1-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_WEB
is returned:windows-server-2022-japanese-full-sql-2022-enterprise
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_ENTERPRISE
is returned:windows-server-2022-english-stig-full
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_STIG_FULL
is returned:windows-server-2019-english-full-eks-optimized-1-24
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_24
is returned:windows-server-2022-russian-full-base
- WindowsVersion/WINDOWS_SERVER_2022_RUSSIAN_FULL_BASE
is returned:windows-server-1809-english-core-containerslatest
- WindowsVersion/WINDOWS_SERVER_1809_ENGLISH_CORE_CONTAINERSLATEST
is returned:windows-server-2019-english-full-sql-2016-sp2-express
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_EXPRESS
is returned:windows-server-2003-r2-sp2-language-packs-64bit-base
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_BASE
is returned:windows-server-2012-r2-rtm-russian-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_RUSSIAN_64BIT_BASE
is returned:windows-server-2022-chinese-traditional-full-base
- WindowsVersion/WINDOWS_SERVER_2022_CHINESE_TRADITIONAL_FULL_BASE
is returned:windows-server-2016-japanese-full-fql-2016-sp2-web
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_FQL_2016_SP2_WEB
is returned:windows-server-2016-english-full-sql-2017-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_ENTERPRISE
is returned:windows-server-2012-rtm-japanese-64bit-sql-2008-r2-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2008_R2_SP3_STANDARD
is returned:windows-server-2019-english-full-sql-2016-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_STANDARD
is returned:windows-server-2016-english-core-sql-2016-sp1-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_STANDARD
is returned:windows-server-2016-english-core-sql-2016-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_STANDARD
is returned:windows-server-2008-sp2-english-64bit-base
- WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_BASE
is returned:windows-server-2019-japanese-full-sql-2017-standard
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_STANDARD
is returned:windows-server-2022-korean-full-base
- WindowsVersion/WINDOWS_SERVER_2022_KOREAN_FULL_BASE
is returned:windows-server-2003-r2-sp2-english-32bit-base
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_32BIT_BASE
is returned:windows-server-2019-english-full-base
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_ENTERPRISE
is returned:windows-server-2008-r2-sp1-japanese-64bit-sql-2012-sp4-express
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2012_SP4_EXPRESS
is returned:windows-server-2016-english-full-sql-2014-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2014_SP3_STANDARD
is returned:windows-server-2012-rtm-turkish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_TURKISH_64BIT_BASE
is returned:windows-server-2022-portuguese-brazil-full-base
- WindowsVersion/WINDOWS_SERVER_2022_PORTUGUESE_BRAZIL_FULL_BASE
is returned:windows-server-2022-japanese-full-sql-2022-web
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_WEB
is returned:windows-server-2022-english-full-base
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_BASE
is returned:windows-server-2022-english-full-sql-2017-enterprise
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_ENTERPRISE
is returned:windows-server-2016-english-full-sql-2016-sp1-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_STANDARD
is returned:windows-server-2022-english-stig-core
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_STIG_CORE
is returned:windows-server-2003-r2-sp2-english-64bit-sql-2005-sp4-express
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_SQL_2005_SP4_EXPRESS
is returned:windows-server-2012-r2-rtm-czech-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CZECH_64BIT_BASE
is returned:windows-server-2016-english-core-containers
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_CONTAINERS
is returned:windows-server-2012-rtm-polish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_POLISH_64BIT_BASE
is returned:windows-server-2008-r2-sp1-chinese-prc-64bit-base
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_CHINESE_PRC_64BIT_BASE
is returned:windows-server-2019-japanese-full-sql-2022-standard
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_STANDARD
is returned:windows-server-2012-rtm-dutch-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_DUTCH_64BIT_BASE
is returned:windows-server-2016-english-full-sql-2019-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_ENTERPRISE
is returned:windows-server-2019-english-full-sql-2022-standard
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_STANDARD
is returned:windows-server-2019-japanese-full-sql-2022-web
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_WEB
is returned:windows-server-2016-english-full-hyperv
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_HYPERV
is returned:windows-server-2019-english-full-eks-optimized-1-27
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_27
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_ENTERPRISE
is returned:windows-server-2016-spanish-full-base
- WindowsVersion/WINDOWS_SERVER_2016_SPANISH_FULL_BASE
is returned:windows-server-2019-chinese-simplified-full-base
- WindowsVersion/WINDOWS_SERVER_2019_CHINESE_SIMPLIFIED_FULL_BASE
is returned:windows-server-2022-japanese-full-sql-2017-standard
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_STANDARD
is returned:windows-server-2019-hungarian-full-base
- WindowsVersion/WINDOWS_SERVER_2019_HUNGARIAN_FULL_BASE
is returned:windows-server-2012-r2-sp1-portuguese-brazil-64bit-core
- WindowsVersion/WINDOWS_SERVER_2012_R2_SP1_PORTUGUESE_BRAZIL_64BIT_CORE
is returned:windows-server-2016-french-full-base
- WindowsVersion/WINDOWS_SERVER_2016_FRENCH_FULL_BASE
is returned:windows-server-2012-rtm-japanese-64bit-sql-2014-sp3-web
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_WEB
is returned:windows-server-2016-korean-full-sql-2016-sp1-standard
- WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP1_STANDARD
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_EXPRESS
is returned:windows-server-2019-dutch-full-base
- WindowsVersion/WINDOWS_SERVER_2019_DUTCH_FULL_BASE
is returned:windows-server-2016-japanese-full-sql-2016-sp1-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_ENTERPRISE
is returned:windows-server-2016-hungarian-full-base
- WindowsVersion/WINDOWS_SERVER_2016_HUNGARIAN_FULL_BASE
is returned:windows-server-2019-english-core-eks-optimized-1-26
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_26
is returned:windows-server-2022-english-core-eks-optimized-1-28
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_28
is returned:windows-server-2016-english-full-base
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_BASE
is returned:windows-server-2012-rtm-japanese-64bit-sql-2012-sp4-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2012_SP4_EXPRESS
is returned:windows-server-2016-english-full-sql-2016-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_STANDARD
is returned:windows-server-2019-polish-full-base
- WindowsVersion/WINDOWS_SERVER_2019_POLISH_FULL_BASE
is returned:windows-server-2022-japanese-full-base
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_BASE
is returned:windows-server-2022-english-full-sql-2017-express
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_EXPRESS
is returned:windows-server-2008-sp2-english-64bit-sql-2008-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_SQL_2008_SP4_STANDARD
is returned:windows-server-2019-english-deep-learning
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_DEEP_LEARNING
is returned:windows-server-2016-english-full-sql-2017-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_EXPRESS
is returned:windows-server-2022-polish-full-base
- WindowsVersion/WINDOWS_SERVER_2022_POLISH_FULL_BASE
is returned:windows-server-2019-english-full-sql-2017-standard
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_STANDARD
is returned:windows-server-2008-r2-sp1-language-packs-64bit-sql-2008-r2-sp3-express
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_LANGUAGE_PACKS_64BIT_SQL_2008_R2_SP3_EXPRESS
is returned:windows-server-2012-rtm-japanese-64bit-sql-2014-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_EXPRESS
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_WEB
is returned:windows-server-1803-english-core-base
- WindowsVersion/WINDOWS_SERVER_1803_ENGLISH_CORE_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_EXPRESS
is returned:windows-server-2022-english-full-sql-2022-standard
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_STANDARD
is returned:windows-server-2012-r2-rtm-polish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_POLISH_64BIT_BASE
is returned:windows-server-2022-swedish-full-base
- WindowsVersion/WINDOWS_SERVER_2022_SWEDISH_FULL_BASE
is returned:windows-server-2016-japanese-full-sql-2016-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_STANDARD
is returned:windows-server-2016-chinese-traditional-full-base
- WindowsVersion/WINDOWS_SERVER_2016_CHINESE_TRADITIONAL_FULL_BASE
is returned:windows-server-2022-spanish-full-base
- WindowsVersion/WINDOWS_SERVER_2022_SPANISH_FULL_BASE
is returned:windows-server-2022-english-full-sql-2017-web
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_WEB
is returned:windows-server-2019-english-core-eks-optimized-1-28
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_28
is returned:windows-server-2019-japanese-full-sql-2019-web
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_WEB
is returned:windows-server-2022-english-full-sql-2022-express
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_EXPRESS
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_STANDARD
is returned:windows-server-2016-english-core-sql-2016-sp2-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_EXPRESS
is returned:windows-server-2022-english-core-eks-optimized-1-24
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_24
is returned:windows-server-2012-rtm-english-64bit-sql-2007-r2-sp3-web
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2007_R2_SP3_WEB
is returned:windows-server-2019-italian-full-base
- WindowsVersion/WINDOWS_SERVER_2019_ITALIAN_FULL_BASE
is returned:windows-server-2022-english-core-eks-optimized-1-25
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_25
is returned:windows-server-2019-english-full-sql-2019-standard
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_STANDARD
is returned:windows-server-2019-english-full-eks-optimized-1-25
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_25
is returned:windows-server-2022-english-full-eks-optimized-1-26
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_26
is returned:windows-server-2016-english-full-ecs-optimized
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_ECS_OPTIMIZED
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_ENTERPRISE
is returned:windows-server-2008-r2-sp1-japanese-64bit-sql-2012-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2012_SP4_STANDARD
is returned:windows-server-2022-japanese-full-sql-2019-standard
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_STANDARD
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_WEB
is returned:windows-server-2016-japanese-full-sql-2017-standard
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_STANDARD
is returned:windows-server-2016-english-full-sql-2014-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2014_SP3_ENTERPRISE
is returned:windows-server-2019-russian-full-base
- WindowsVersion/WINDOWS_SERVER_2019_RUSSIAN_FULL_BASE
is returned:windows-server-2012-rtm-hungarian-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_HUNGARIAN_64BIT_BASE
is returned:windows-server-2016-english-full-sql-2019-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_EXPRESS
is returned:windows-server-2019-english-core-containerslatest
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_CONTAINERSLATEST
is returned:windows-server-2008-sp2-portuguese-brazil-32bit-base
- WindowsVersion/WINDOWS_SERVER_2008_SP2_PORTUGUESE_BRAZIL_32BIT_BASE
is returned:windows-server-2022-english-core-containerslatest
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_CONTAINERSLATEST
is returned:windows-server-2019-japanese-full-sql-2022-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_ENTERPRISE
is returned:windows-server-2016-japanese-full-sql-2016-sp3-web
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_WEB
is returned:windows-server-2019-english-full-sql-2016-sp3-express
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_EXPRESS
is returned:windows-server-2019-english-full-sql-2022-web
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_WEB
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_WEB
is returned:windows-server-2022-english-full-sql-2022-enterprise
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_ENTERPRISE
is returned:windows-server-2019-english-full-ecs-optimized
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_ECS_OPTIMIZED
is returned:windows-server-2019-portuguese-brazil-full-base
- WindowsVersion/WINDOWS_SERVER_2019_PORTUGUESE_BRAZIL_FULL_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_ENTERPRISE
is returned:windows-server-2019-turkish-full-base
- WindowsVersion/WINDOWS_SERVER_2019_TURKISH_FULL_BASE
is returned:windows-server-2012-r2-rtm-english-deep-learning
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_DEEP_LEARNING
is returned:windows-server-2016-english-full-sql-2017-standard
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_STANDARD
is returned:windows-server-2019-english-full-eks-optimized-1-28
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_28
is returned:windows-server-2012-r2-rtm-chinese-traditional-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CHINESE_TRADITIONAL_64BIT_BASE
is returned:windows-server-2022-english-full-eks-optimized-1-27
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_27
is returned:windows-server-2022-english-core-eks-optimized-1-27
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_27
is returned:windows-server-2019-english-full-eks-optimized-1-23
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_23
is returned:windows-server-2012-r2-rtm-swedish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_SWEDISH_64BIT_BASE
is returned:windows-server-2012-rtm-chinese-traditional-hong-kong-sar-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_CHINESE_TRADITIONAL_HONG_KONG_SAR_64BIT_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_EXPRESS
is returned:windows-server-2019-english-full-sql-2016-sp2-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_ENTERPRISE
is returned:windows-server-2016-japanese-full-sql-2019-web
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_WEB
is returned:windows-server-2019-english-core-base
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_BASE
is returned:windows-server-2019-swedish-full-base
- WindowsVersion/WINDOWS_SERVER_2019_SWEDISH_FULL_BASE
is returned:windows-server-2016-dutch-full-base
- WindowsVersion/WINDOWS_SERVER_2016_DUTCH_FULL_BASE
is returned:windows-server-2012-r2-rtm-portuguese-brazil-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_BRAZIL_64BIT_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-hyperv
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_HYPERV
is returned:windows-server-2008-r2-sp1-language-packs-64bit-sql-2008-r2-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_LANGUAGE_PACKS_64BIT_SQL_2008_R2_SP3_STANDARD
is returned:windows-server-2016-english-core-sql-2016-sp3-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_WEB
is returned:windows-server-2016-english-64bit-sql-2012-sp4-enterprise
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp3-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP3_EXPRESS
is returned:windows-server-2012-r2-rtm-turkish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_TURKISH_64BIT_BASE
is returned:windows-server-2016-english-core-base
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_BASE
is returned:windows-server-2019-english-core-eks-optimized-1-22
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_22
is returned:windows-server-2012-r2-rtm-english-full-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_FULL_BASE
is returned:windows-server-2012-rtm-english-64bit-sql-2008-r2-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2008_R2_SP3_STANDARD
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp2-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP2_EXPRESS
is returned:windows-server-2019-english-full-sql-2019-web
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_WEB
is returned:windows-server-2022-japanese-full-sql-2019-enterprise
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_ENTERPRISE
is returned:windows-server-2019-english-stig-full
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_STIG_FULL
is returned:windows-server-2012-sp2-portuguese-brazil-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_SP2_PORTUGUESE_BRAZIL_64BIT_BASE
is returned:windows-server-2012-rtm-japanese-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_BASE
is returned:windows-server-2012-rtm-japanese-64bit-sql-2016-sp2-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2016_SP2_EXPRESS
is returned:windows-server-2012-r2-rtm-korean-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_KOREAN_64BIT_BASE
is returned:windows-server-2016-korean-full-sql-2016-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP3_STANDARD
is returned:windows-server-2019-english-core-eks-optimized-1-24
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_24
is returned:windows-server-2008-r2-sp1-english-64bit-sharepoint-2010-sp2-foundation
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SHAREPOINT_2010_SP2_FOUNDATION
is returned:windows-server-1803-english-core-containerslatest
- WindowsVersion/WINDOWS_SERVER_1803_ENGLISH_CORE_CONTAINERSLATEST
is returned:windows-server-2022-english-full-ecs-optimized
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_ECS_OPTIMIZED
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2012-sp4-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE
is returned:windows-server-2016-english-full-sql-2016-sp2-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_EXPRESS
is returned:windows-server-2019-spanish-full-base
- WindowsVersion/WINDOWS_SERVER_2019_SPANISH_FULL_BASE
is returned:windows-server-2012-r2-english-stig-full
- WindowsVersion/WINDOWS_SERVER_2012_R2_ENGLISH_STIG_FULL
is returned:windows-server-2012-r2-rtm-dutch-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_DUTCH_64BIT_BASE
is returned:windows-server-2012-r2-rtm-hungarian-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_HUNGARIAN_64BIT_BASE
is returned:windows-server-2022-japanese-full-sql-2017-web
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_WEB
is returned:windows-server-2016-english-full-sql-2016-sp1-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_EXPRESS
is returned:windows-server-2016-english-core-sql-2016-sp1-express
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_EXPRESS
is returned:windows-server-2016-japanese-full-sql-2016-sp3-express
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_EXPRESS
is returned:windows-server-2016-english-full-sql-2019-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_WEB
is returned:windows-server-2019-english-core-eks-optimized-1-23
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_23
is returned:windows-server-2019-english-full-sql-2016-sp3-web
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_WEB
is returned:windows-server-2016-english-stig-core
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_STIG_CORE
is returned:windows-server-2008-r2-sp1-english-64bit-sql-2008-r2-sp3-web
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_WEB
is returned:windows-server-2016-korean-full-sql-2016-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP2_STANDARD
is returned:windows-server-2012-r2-rtm-japanese-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_BASE
is returned:windows-server-2016-japanese-full-sql-2016-sp1-web
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_WEB
is returned:windows-server-2019-english-full-sql-2022-express
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_EXPRESS
is returned:windows-server-2003-r2-sp2-english-64bit-sql-2005-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_SQL_2005_SP4_STANDARD
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-express
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_EXPRESS
is returned:windows-server-2012-rtm-japanese-64bit-sql-2014-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_STANDARD
is returned:windows-server-2016-english-core-sql-2016-sp2-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_WEB
is returned:windows-server-2012-rtm-japanese-64bit-sql-2012-sp4-web
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2012_SP4_WEB
is returned:windows-server-2022-english-core-eks-optimized-1-26
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_26
is returned:windows-server-2012-r2-rtm-chinese-traditional-hong-kong-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CHINESE_TRADITIONAL_HONG_KONG_64BIT_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_BASE
is returned:windows-server-2012-rtm-spanish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_SPANISH_64BIT_BASE
is returned:windows-server-2003-r2-sp2-language-packs-32bit-base
- WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_32BIT_BASE
is returned:windows-server-2019-english-full-sql-2017-web
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_WEB
is returned:windows-server-2022-english-full-sql-2022-web
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_WEB
is returned:windows-server-2012-rtm-german-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_GERMAN_64BIT_BASE
is returned:windows-server-2008-r2-sp1-english-64bit-sql-2008-r2-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_STANDARD
is returned:windows-server-2016-english-stig-full
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_STIG_FULL
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_STANDARD
is returned:windows-server-2012-r2-rtm-chinese-simplified-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CHINESE_SIMPLIFIED_64BIT_BASE
is returned:windows-server-2019-french-full-base
- WindowsVersion/WINDOWS_SERVER_2019_FRENCH_FULL_BASE
is returned:windows-server-2012-r2-rtm-spanish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_SPANISH_64BIT_BASE
is returned:windows-server-2012-r2-english-stig-core
- WindowsVersion/WINDOWS_SERVER_2012_R2_ENGLISH_STIG_CORE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_ENTERPRISE
is returned:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-express
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_EXPRESS
is returned:windows-server-2019-english-full-eks-optimized-1-22
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_22
is returned:windows-server-2012-r2-rtm-english-64bit-core
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_CORE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-web
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_WEB
is returned:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_STANDARD
is returned:windows-server-2016-english-full-sql-2016-sp3-web
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_WEB
is returned:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-enterprise
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE
is returned:windows-server-2019-english-full-sql-2019-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_ENTERPRISE
is returned:windows-server-2008-r2-sp1-japanese-64bit-sql-2008-r2-sp3-express
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_EXPRESS
is returned:windows-server-2022-english-core-eks-optimized-1-23
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_23
is returned:windows-server-2012-rtm-english-64bit-sql-2014-sp2-web
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_WEB
is returned:windows-server-2016-japanese-full-sql-2016-sp2-express
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_EXPRESS
is returned:windows-server-2016-english-p3
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_P3
is returned:windows-server-2012-rtm-swedish-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_SWEDISH_64BIT_BASE
is returned:windows-server-2019-japanese-full-sql-2017-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_ENTERPRISE
is returned:windows-server-2022-japanese-full-sql-2017-enterprise
- WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_ENTERPRISE
is returned:windows-server-2016-english-core-containerslatest
- WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_CONTAINERSLATEST
is returned:windows-server-2012-rtm-english-64bit-sql-2014-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_STANDARD
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-enterprise
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_ENTERPRISE
is returned:windows-server-2008-r2-sp1-chinese-hong-kong-sar-64bit-base
- WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_CHINESE_HONG_KONG_SAR_64BIT_BASE
is returned:windows-server-2019-korean-full-base
- WindowsVersion/WINDOWS_SERVER_2019_KOREAN_FULL_BASE
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_STANDARD
is returned:windows-server-2019-english-full-sql-2017-express
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_EXPRESS
is returned:windows-server-2019-english-tesla
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_TESLA
is returned:windows-server-2019-english-full-sql-2017-enterprise
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_ENTERPRISE
is returned:windows-server-2016-german-full-base
- WindowsVersion/WINDOWS_SERVER_2016_GERMAN_FULL_BASE
is returned:windows-server-2012-rtm-korean-64bit-base
- WindowsVersion/WINDOWS_SERVER_2012_RTM_KOREAN_64BIT_BASE
is returned:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_STANDARD
is returned:windows-server-2019-english-full-eks-optimized-1-26
- WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_26
is returned:windows-server-2016-japanese-full-sql-2016-sp1-express
- WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_EXPRESS
is returned:windows-server-2022-english-core-ecs-optimized
- WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_ECS_OPTIMIZED
is returned:windows-server-2012-rtm-japanese-64bit-2012-sp4-standard
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_2012_SP4_STANDARD
is returned:windows-server-2016-korean-full-base
- WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_BASE
is returned:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp2-standard
- WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP2_STANDARD
is returned:windows-server-2012-rtm-japanese-64bit-sql-2014-sp2-express
- WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_EXPRESS
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `windows-version` function data interprets values in the provided config data into a `WindowsVersion` instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the `cdk.support/lookup-entry` function on the data with the provided namespace id and item-key. The found value is interpretted as follows: * instance of `WindowsVersion` - the value is returned. * is `:windows-server-2019-english-full-hyperv` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_HYPERV` is returned * is `:windows-server-2022-english-full-eks-optimized-1-25` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_25` is returned * is `:windows-server-2016-czech-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_CZECH_FULL_BASE` is returned * is `:windows-server-2016-english-full-sql-2016-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_WEB` is returned * is `:windows-server-2019-chinese-traditional-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_CHINESE_TRADITIONAL_FULL_BASE` is returned * is `:windows-server-2016-english-full-sql-2017-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_WEB` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_EXPRESS` is returned * is `:windows-server-2016-english-full-containers` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_CONTAINERS` is returned * is `:windows-server-2019-japanese-full-sql-2017-web` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_WEB` is returned * is `:windows-server-2019-japanese-full-sql-2019-standard` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_STANDARD` is returned * is `:windows-server-2012-r2-rtm-german-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_GERMAN_64BIT_BASE` is returned * is `:windows-server-2016-chinese-simplified-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_CHINESE_SIMPLIFIED_FULL_BASE` is returned * is `:windows-server-2016-turkish-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_TURKISH_FULL_BASE` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2014-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_WEB` is returned * is `:windows-server-2016-japanese-full-sql-2017-web` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_WEB` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2014-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_STANDARD` is returned * is `:windows-server-2016-polish-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_POLISH_FULL_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_STANDARD` is returned * is `:windows-server-2008-r2-sp1-korean-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_KOREAN_64BIT_BASE` is returned * is `:windows-server-2019-english-stig-core` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_STIG_CORE` is returned * is `:windows-server-2012-rtm-english-full-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_FULL_BASE` is returned * is `:windows-server-2019-english-full-sql-2016-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_WEB` is returned * is `:windows-server-2022-japanese-full-sql-2019-web` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_WEB` is returned * is `:windows-server-2012-rtm-portuguese-brazil-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_PORTUGUESE_BRAZIL_64BIT_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp1-standard` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_STANDARD` is returned * is `:windows-server-2022-english-full-sql-2019-standard` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_STANDARD` is returned * is `:windows-server-2022-czech-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_CZECH_FULL_BASE` is returned * is `:windows-server-2022-english-full-sql-2019-express` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_EXPRESS` is returned * is `:windows-server-2008-r2-sp1-portuguese-brazil-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_PORTUGUESE_BRAZIL_64BIT_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2019-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_ENTERPRISE` is returned * is `:windows-server-2019-english-full-sql-2016-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_STANDARD` is returned * is `:windows-server-2012-r2-rtm-italian-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ITALIAN_64BIT_BASE` is returned * is `:windows-server-2016-swedish-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_SWEDISH_FULL_BASE` is returned * is `:windows-server-2016-english-core-sql-2016-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_ENTERPRISE` is returned * is `:windows-server-2022-hungarian-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_HUNGARIAN_FULL_BASE` is returned * is `:windows-server-2016-english-full-sql-2019-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_STANDARD` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_STANDARD` is returned * is `:windows-server-2016-english-full-sql-2016-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_ENTERPRISE` is returned * is `:windows-server-2019-english-core-ecs-optimized` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_ECS_OPTIMIZED` is returned * is `:windows-server-2008-sp2-english-64bit-sql-2008-sp4-express` - `WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_SQL_2008_SP4_EXPRESS` is returned * is `:windows-server-2003-r2-sp2-english-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_BASE` is returned * is `:windows-server-2022-japanese-full-sql-2022-standard` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_STANDARD` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-web` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_WEB` is returned * is `:windows-server-2016-portuguese-portugal-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_PORTUGUESE_PORTUGAL_FULL_BASE` is returned * is `:windows-server-2008-r2-sp1-japanese-64bit-sql-2008-r2-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_WEB` is returned * is `:windows-server-2012-rtm-portuguese-portugal-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2014-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP3_EXPRESS` is returned * is `:windows-server-2012-rtm-french-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_FRENCH_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_STANDARD` is returned * is `:windows-server-2016-english-core-sql-2016-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_STANDARD` is returned * is `:windows-server-2016-english-full-sql-2016-sp1-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_WEB` is returned * is `:windows-server-2012-r2-rtm-french-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_FRENCH_64BIT_BASE` is returned * is `:windows-server-2019-english-full-sql-2016-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_ENTERPRISE` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2008-r2-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2008_R2_SP3_EXPRESS` is returned * is `:windows-server-2022-dutch-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_DUTCH_FULL_BASE` is returned * is `:windows-server-2022-english-full-eks-optimized-1-28` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_28` is returned * is `:windows-server-2016-japanese-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_BASE` is returned * is `:windows-server-1809-english-core-base` - `WindowsVersion/WINDOWS_SERVER_1809_ENGLISH_CORE_BASE` is returned * is `:windows-server-2012-rtm-russian-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_RUSSIAN_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_STANDARD` is returned * is `:windows-server-2016-italian-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_ITALIAN_FULL_BASE` is returned * is `:windows-server-2003-r2-sp2-language-packs-64bit-sql-2005-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_SQL_2005_SP4_STANDARD` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2012-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_STANDARD` is returned * is `:windows-server-2022-french-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_FRENCH_FULL_BASE` is returned * is `:windows-server-2016-english-full-sql-2016-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_EXPRESS` is returned * is `:windows-server-2019-portuguese-portugal-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_PORTUGUESE_PORTUGAL_FULL_BASE` is returned * is `:windows-server-2008-r2-sp1-english-64bit-core` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_CORE` is returned * is `:windows-server-2012-rtm-italian-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ITALIAN_64BIT_BASE` is returned * is `:windows-server-2008-sp2-english-32bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_32BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_WEB` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2008-r2-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2008_R2_SP3_EXPRESS` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_ENTERPRISE` is returned * is `:windows-server-2016-english-full-sql-2016-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_STANDARD` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_WEB` is returned * is `:windows-server-2012-r2-rtm-english-p3` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_P3` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sql-2008-r2-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_WEB` is returned * is `:windows-server-2019-english-core-eks-optimized-1-27` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_27` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_ENTERPRISE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_STANDARD` is returned * is `:windows-server-2016-japanese-full-sql-2019-standard` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_STANDARD` is returned * is `:windows-server-2003-r2-sp2-language-packs-64bit-sql-2005-sp4-express` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_SQL_2005_SP4_EXPRESS` is returned * is `:windows-server-2016-english-core-sql-2016-sp1-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_ENTERPRISE` is returned * is `:windows-server-2022-english-full-sql-2019-enterprise` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_ENTERPRISE` is returned * is `:windows-server-2016-portuguese-brazil-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_PORTUGUESE_BRAZIL_FULL_BASE` is returned * is `:windows-server-2019-english-full-sql-2019-express` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_ENTERPRISE` is returned * is `:windows-server-2012-rtm-chinese-traditional-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_CHINESE_TRADITIONAL_64BIT_BASE` is returned * is `:windows-server-2016-english-full-sql-2016-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_ENTERPRISE` is returned * is `:windows-server-2012-rtm-czech-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_CZECH_64BIT_BASE` is returned * is `:windows-server-2022-german-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_GERMAN_FULL_BASE` is returned * is `:windows-server-1709-english-core-base` - `WindowsVersion/WINDOWS_SERVER_1709_ENGLISH_CORE_BASE` is returned * is `:windows-server-2012-rtm-chinese-simplified-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_CHINESE_SIMPLIFIED_64BIT_BASE` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2014-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_EXPRESS` is returned * is `:windows-server-2016-english-core-sql-2016-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_EXPRESS` is returned * is `:windows-server-2022-turkish-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_TURKISH_FULL_BASE` is returned * is `:windows-server-2012-rtm-english-64bit-2014-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_2014_SP3_WEB` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_WEB` is returned * is `:windows-server-2022-english-full-containerslatest` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_CONTAINERSLATEST` is returned * is `:windows-server-2007-r2-sp1-language-packs-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2007_R2_SP1_LANGUAGE_PACKS_64BIT_BASE` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2012-sp4-web` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_WEB` is returned * is `:windows-server-1709-english-core-containerslatest` - `WindowsVersion/WINDOWS_SERVER_1709_ENGLISH_CORE_CONTAINERSLATEST` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2014-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP3_STANDARD` is returned * is `:windows-server-2016-english-full-sql-2016-sp1-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_ENTERPRISE` is returned * is `:windows-server-2022-english-full-eks-optimized-1-24` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_24` is returned * is `:windows-server-2019-japanese-full-sql-2019-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_ENTERPRISE` is returned * is `:windows-server-2008-r2-sp1-english-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_ENTERPRISE` is returned * is `:windows-server-2008-r2-sp1-japanese-64bit-sql-2008-r2-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_STANDARD` is returned * is `:windows-server-2022-chinese-simplified-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_CHINESE_SIMPLIFIED_FULL_BASE` is returned * is `:windows-server-2022-english-full-sql-2019-web` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2019_WEB` is returned * is `:windows-server-2012-r2-rtm-portuguese-portugal-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_PORTUGAL_64BIT_BASE` is returned * is `:windows-server-2022-english-full-eks-optimized-1-23` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_23` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2012-sp4-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2012_SP4_EXPRESS` is returned * is `:windows-server-2022-italian-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_ITALIAN_FULL_BASE` is returned * is `:windows-server-2022-portuguese-portugal-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_PORTUGUESE_PORTUGAL_FULL_BASE` is returned * is `:windows-server-2008-r2-sp1-japanese-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_BASE` is returned * is `:windows-server-2016-english-deep-learning` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_DEEP_LEARNING` is returned * is `:windows-server-2019-english-full-containerslatest` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_CONTAINERSLATEST` is returned * is `:windows-server-2022-english-core-base` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_BASE` is returned * is `:windows-server-2022-english-full-sql-2017-standard` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_STANDARD` is returned * is `:windows-server-2012-rtm-english-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2017-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_ENTERPRISE` is returned * is `:windows-server-2019-japanese-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_BASE` is returned * is `:windows-server-2019-english-core-eks-optimized-1-25` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_25` is returned * is `:windows-server-2008-r2-sp1-english-64bit-core-sql-2012-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_CORE_SQL_2012_SP4_STANDARD` is returned * is `:windows-server-2019-czech-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_CZECH_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP3_STANDARD` is returned * is `:windows-server-2016-russian-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_RUSSIAN_FULL_BASE` is returned * is `:windows-server-2019-german-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_GERMAN_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_EXPRESS` is returned * is `:windows-server-2016-english-core-sql-2016-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_ENTERPRISE` is returned * is `:windows-server-2016-english-tesla` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_TESLA` is returned * is `:windows-server-2008-r2-sp1-english-61bit-sql-2012-rtm-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_61BIT_SQL_2012_RTM_SP2_ENTERPRISE` is returned * is `:windows-server-2019-english-full-sql-2022-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_ENTERPRISE` is returned * is `:windows-server-2016-english-core-sql-2016-sp1-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_WEB` is returned * is `:windows-server-2022-japanese-full-sql-2022-enterprise` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_ENTERPRISE` is returned * is `:windows-server-2022-english-stig-full` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_STIG_FULL` is returned * is `:windows-server-2019-english-full-eks-optimized-1-24` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_24` is returned * is `:windows-server-2022-russian-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_RUSSIAN_FULL_BASE` is returned * is `:windows-server-1809-english-core-containerslatest` - `WindowsVersion/WINDOWS_SERVER_1809_ENGLISH_CORE_CONTAINERSLATEST` is returned * is `:windows-server-2019-english-full-sql-2016-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_EXPRESS` is returned * is `:windows-server-2003-r2-sp2-language-packs-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-russian-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_RUSSIAN_64BIT_BASE` is returned * is `:windows-server-2022-chinese-traditional-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_CHINESE_TRADITIONAL_FULL_BASE` is returned * is `:windows-server-2016-japanese-full-fql-2016-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_FQL_2016_SP2_WEB` is returned * is `:windows-server-2016-english-full-sql-2017-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_ENTERPRISE` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2008-r2-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2008_R2_SP3_STANDARD` is returned * is `:windows-server-2019-english-full-sql-2016-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_STANDARD` is returned * is `:windows-server-2016-english-core-sql-2016-sp1-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_STANDARD` is returned * is `:windows-server-2016-english-core-sql-2016-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_STANDARD` is returned * is `:windows-server-2008-sp2-english-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_BASE` is returned * is `:windows-server-2019-japanese-full-sql-2017-standard` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_STANDARD` is returned * is `:windows-server-2022-korean-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_KOREAN_FULL_BASE` is returned * is `:windows-server-2003-r2-sp2-english-32bit-base` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_32BIT_BASE` is returned * is `:windows-server-2019-english-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_ENTERPRISE` is returned * is `:windows-server-2008-r2-sp1-japanese-64bit-sql-2012-sp4-express` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2012_SP4_EXPRESS` is returned * is `:windows-server-2016-english-full-sql-2014-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2014_SP3_STANDARD` is returned * is `:windows-server-2012-rtm-turkish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_TURKISH_64BIT_BASE` is returned * is `:windows-server-2022-portuguese-brazil-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_PORTUGUESE_BRAZIL_FULL_BASE` is returned * is `:windows-server-2022-japanese-full-sql-2022-web` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2022_WEB` is returned * is `:windows-server-2022-english-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_BASE` is returned * is `:windows-server-2022-english-full-sql-2017-enterprise` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_ENTERPRISE` is returned * is `:windows-server-2016-english-full-sql-2016-sp1-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_STANDARD` is returned * is `:windows-server-2022-english-stig-core` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_STIG_CORE` is returned * is `:windows-server-2003-r2-sp2-english-64bit-sql-2005-sp4-express` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_SQL_2005_SP4_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-czech-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CZECH_64BIT_BASE` is returned * is `:windows-server-2016-english-core-containers` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_CONTAINERS` is returned * is `:windows-server-2012-rtm-polish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_POLISH_64BIT_BASE` is returned * is `:windows-server-2008-r2-sp1-chinese-prc-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_CHINESE_PRC_64BIT_BASE` is returned * is `:windows-server-2019-japanese-full-sql-2022-standard` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_STANDARD` is returned * is `:windows-server-2012-rtm-dutch-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_DUTCH_64BIT_BASE` is returned * is `:windows-server-2016-english-full-sql-2019-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_ENTERPRISE` is returned * is `:windows-server-2019-english-full-sql-2022-standard` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_STANDARD` is returned * is `:windows-server-2019-japanese-full-sql-2022-web` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_WEB` is returned * is `:windows-server-2016-english-full-hyperv` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_HYPERV` is returned * is `:windows-server-2019-english-full-eks-optimized-1-27` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_27` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_ENTERPRISE` is returned * is `:windows-server-2016-spanish-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_SPANISH_FULL_BASE` is returned * is `:windows-server-2019-chinese-simplified-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_CHINESE_SIMPLIFIED_FULL_BASE` is returned * is `:windows-server-2022-japanese-full-sql-2017-standard` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_STANDARD` is returned * is `:windows-server-2019-hungarian-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_HUNGARIAN_FULL_BASE` is returned * is `:windows-server-2012-r2-sp1-portuguese-brazil-64bit-core` - `WindowsVersion/WINDOWS_SERVER_2012_R2_SP1_PORTUGUESE_BRAZIL_64BIT_CORE` is returned * is `:windows-server-2016-french-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_FRENCH_FULL_BASE` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2014-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_WEB` is returned * is `:windows-server-2016-korean-full-sql-2016-sp1-standard` - `WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP1_STANDARD` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_EXPRESS` is returned * is `:windows-server-2019-dutch-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_DUTCH_FULL_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp1-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_ENTERPRISE` is returned * is `:windows-server-2016-hungarian-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_HUNGARIAN_FULL_BASE` is returned * is `:windows-server-2019-english-core-eks-optimized-1-26` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_26` is returned * is `:windows-server-2022-english-core-eks-optimized-1-28` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_28` is returned * is `:windows-server-2016-english-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_BASE` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2012-sp4-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2012_SP4_EXPRESS` is returned * is `:windows-server-2016-english-full-sql-2016-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_STANDARD` is returned * is `:windows-server-2019-polish-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_POLISH_FULL_BASE` is returned * is `:windows-server-2022-japanese-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_BASE` is returned * is `:windows-server-2022-english-full-sql-2017-express` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_EXPRESS` is returned * is `:windows-server-2008-sp2-english-64bit-sql-2008-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2008_SP2_ENGLISH_64BIT_SQL_2008_SP4_STANDARD` is returned * is `:windows-server-2019-english-deep-learning` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_DEEP_LEARNING` is returned * is `:windows-server-2016-english-full-sql-2017-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_EXPRESS` is returned * is `:windows-server-2022-polish-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_POLISH_FULL_BASE` is returned * is `:windows-server-2019-english-full-sql-2017-standard` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_STANDARD` is returned * is `:windows-server-2008-r2-sp1-language-packs-64bit-sql-2008-r2-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_LANGUAGE_PACKS_64BIT_SQL_2008_R2_SP3_EXPRESS` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2014-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_WEB` is returned * is `:windows-server-1803-english-core-base` - `WindowsVersion/WINDOWS_SERVER_1803_ENGLISH_CORE_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_EXPRESS` is returned * is `:windows-server-2022-english-full-sql-2022-standard` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_STANDARD` is returned * is `:windows-server-2012-r2-rtm-polish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_POLISH_64BIT_BASE` is returned * is `:windows-server-2022-swedish-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_SWEDISH_FULL_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_STANDARD` is returned * is `:windows-server-2016-chinese-traditional-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_CHINESE_TRADITIONAL_FULL_BASE` is returned * is `:windows-server-2022-spanish-full-base` - `WindowsVersion/WINDOWS_SERVER_2022_SPANISH_FULL_BASE` is returned * is `:windows-server-2022-english-full-sql-2017-web` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2017_WEB` is returned * is `:windows-server-2019-english-core-eks-optimized-1-28` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_28` is returned * is `:windows-server-2019-japanese-full-sql-2019-web` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2019_WEB` is returned * is `:windows-server-2022-english-full-sql-2022-express` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_STANDARD` is returned * is `:windows-server-2016-english-core-sql-2016-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_EXPRESS` is returned * is `:windows-server-2022-english-core-eks-optimized-1-24` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_24` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2007-r2-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2007_R2_SP3_WEB` is returned * is `:windows-server-2019-italian-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_ITALIAN_FULL_BASE` is returned * is `:windows-server-2022-english-core-eks-optimized-1-25` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_25` is returned * is `:windows-server-2019-english-full-sql-2019-standard` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_STANDARD` is returned * is `:windows-server-2019-english-full-eks-optimized-1-25` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_25` is returned * is `:windows-server-2022-english-full-eks-optimized-1-26` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_26` is returned * is `:windows-server-2016-english-full-ecs-optimized` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_ECS_OPTIMIZED` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP2_ENTERPRISE` is returned * is `:windows-server-2008-r2-sp1-japanese-64bit-sql-2012-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2012_SP4_STANDARD` is returned * is `:windows-server-2022-japanese-full-sql-2019-standard` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_STANDARD` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP3_WEB` is returned * is `:windows-server-2016-japanese-full-sql-2017-standard` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2017_STANDARD` is returned * is `:windows-server-2016-english-full-sql-2014-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2014_SP3_ENTERPRISE` is returned * is `:windows-server-2019-russian-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_RUSSIAN_FULL_BASE` is returned * is `:windows-server-2012-rtm-hungarian-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_HUNGARIAN_64BIT_BASE` is returned * is `:windows-server-2016-english-full-sql-2019-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_EXPRESS` is returned * is `:windows-server-2019-english-core-containerslatest` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_CONTAINERSLATEST` is returned * is `:windows-server-2008-sp2-portuguese-brazil-32bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_SP2_PORTUGUESE_BRAZIL_32BIT_BASE` is returned * is `:windows-server-2022-english-core-containerslatest` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_CONTAINERSLATEST` is returned * is `:windows-server-2019-japanese-full-sql-2022-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2022_ENTERPRISE` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_WEB` is returned * is `:windows-server-2019-english-full-sql-2016-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_EXPRESS` is returned * is `:windows-server-2019-english-full-sql-2022-web` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_WEB` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_WEB` is returned * is `:windows-server-2022-english-full-sql-2022-enterprise` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_ENTERPRISE` is returned * is `:windows-server-2019-english-full-ecs-optimized` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_ECS_OPTIMIZED` is returned * is `:windows-server-2019-portuguese-brazil-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_PORTUGUESE_BRAZIL_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP2_ENTERPRISE` is returned * is `:windows-server-2019-turkish-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_TURKISH_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-english-deep-learning` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_DEEP_LEARNING` is returned * is `:windows-server-2016-english-full-sql-2017-standard` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2017_STANDARD` is returned * is `:windows-server-2019-english-full-eks-optimized-1-28` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_28` is returned * is `:windows-server-2012-r2-rtm-chinese-traditional-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CHINESE_TRADITIONAL_64BIT_BASE` is returned * is `:windows-server-2022-english-full-eks-optimized-1-27` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_EKS_OPTIMIZED_1_27` is returned * is `:windows-server-2022-english-core-eks-optimized-1-27` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_27` is returned * is `:windows-server-2019-english-full-eks-optimized-1-23` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_23` is returned * is `:windows-server-2012-r2-rtm-swedish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_SWEDISH_64BIT_BASE` is returned * is `:windows-server-2012-rtm-chinese-traditional-hong-kong-sar-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_CHINESE_TRADITIONAL_HONG_KONG_SAR_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2014-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2014_SP2_EXPRESS` is returned * is `:windows-server-2019-english-full-sql-2016-sp2-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP2_ENTERPRISE` is returned * is `:windows-server-2016-japanese-full-sql-2019-web` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2019_WEB` is returned * is `:windows-server-2019-english-core-base` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_BASE` is returned * is `:windows-server-2019-swedish-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_SWEDISH_FULL_BASE` is returned * is `:windows-server-2016-dutch-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_DUTCH_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-portuguese-brazil-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_PORTUGUESE_BRAZIL_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-hyperv` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_HYPERV` is returned * is `:windows-server-2008-r2-sp1-language-packs-64bit-sql-2008-r2-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_LANGUAGE_PACKS_64BIT_SQL_2008_R2_SP3_STANDARD` is returned * is `:windows-server-2016-english-core-sql-2016-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP3_WEB` is returned * is `:windows-server-2016-english-64bit-sql-2012-sp4-enterprise` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP3_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-turkish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_TURKISH_64BIT_BASE` is returned * is `:windows-server-2016-english-core-base` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_BASE` is returned * is `:windows-server-2019-english-core-eks-optimized-1-22` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_22` is returned * is `:windows-server-2012-r2-rtm-english-full-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_FULL_BASE` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2008-r2-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2008_R2_SP3_STANDARD` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP2_EXPRESS` is returned * is `:windows-server-2019-english-full-sql-2019-web` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_WEB` is returned * is `:windows-server-2022-japanese-full-sql-2019-enterprise` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2019_ENTERPRISE` is returned * is `:windows-server-2019-english-stig-full` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_STIG_FULL` is returned * is `:windows-server-2012-sp2-portuguese-brazil-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_SP2_PORTUGUESE_BRAZIL_64BIT_BASE` is returned * is `:windows-server-2012-rtm-japanese-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_BASE` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2016-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2016_SP2_EXPRESS` is returned * is `:windows-server-2012-r2-rtm-korean-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_KOREAN_64BIT_BASE` is returned * is `:windows-server-2016-korean-full-sql-2016-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP3_STANDARD` is returned * is `:windows-server-2019-english-core-eks-optimized-1-24` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_24` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sharepoint-2010-sp2-foundation` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SHAREPOINT_2010_SP2_FOUNDATION` is returned * is `:windows-server-1803-english-core-containerslatest` - `WindowsVersion/WINDOWS_SERVER_1803_ENGLISH_CORE_CONTAINERSLATEST` is returned * is `:windows-server-2022-english-full-ecs-optimized` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_ECS_OPTIMIZED` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2012-sp4-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE` is returned * is `:windows-server-2016-english-full-sql-2016-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP2_EXPRESS` is returned * is `:windows-server-2019-spanish-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_SPANISH_FULL_BASE` is returned * is `:windows-server-2012-r2-english-stig-full` - `WindowsVersion/WINDOWS_SERVER_2012_R2_ENGLISH_STIG_FULL` is returned * is `:windows-server-2012-r2-rtm-dutch-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_DUTCH_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-hungarian-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_HUNGARIAN_64BIT_BASE` is returned * is `:windows-server-2022-japanese-full-sql-2017-web` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_WEB` is returned * is `:windows-server-2016-english-full-sql-2016-sp1-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP1_EXPRESS` is returned * is `:windows-server-2016-english-core-sql-2016-sp1-express` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP1_EXPRESS` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP3_EXPRESS` is returned * is `:windows-server-2016-english-full-sql-2019-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2019_WEB` is returned * is `:windows-server-2019-english-core-eks-optimized-1-23` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_CORE_EKS_OPTIMIZED_1_23` is returned * is `:windows-server-2019-english-full-sql-2016-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2016_SP3_WEB` is returned * is `:windows-server-2016-english-stig-core` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_STIG_CORE` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sql-2008-r2-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_WEB` is returned * is `:windows-server-2016-korean-full-sql-2016-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_SQL_2016_SP2_STANDARD` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_BASE` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp1-web` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_WEB` is returned * is `:windows-server-2019-english-full-sql-2022-express` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2022_EXPRESS` is returned * is `:windows-server-2003-r2-sp2-english-64bit-sql-2005-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_ENGLISH_64BIT_SQL_2005_SP4_STANDARD` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-express` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_EXPRESS` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2014-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP3_STANDARD` is returned * is `:windows-server-2016-english-core-sql-2016-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_SQL_2016_SP2_WEB` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2012-sp4-web` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2012_SP4_WEB` is returned * is `:windows-server-2022-english-core-eks-optimized-1-26` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_26` is returned * is `:windows-server-2012-r2-rtm-chinese-traditional-hong-kong-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CHINESE_TRADITIONAL_HONG_KONG_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_BASE` is returned * is `:windows-server-2012-rtm-spanish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_SPANISH_64BIT_BASE` is returned * is `:windows-server-2003-r2-sp2-language-packs-32bit-base` - `WindowsVersion/WINDOWS_SERVER_2003_R2_SP2_LANGUAGE_PACKS_32BIT_BASE` is returned * is `:windows-server-2019-english-full-sql-2017-web` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_WEB` is returned * is `:windows-server-2022-english-full-sql-2022-web` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_FULL_SQL_2022_WEB` is returned * is `:windows-server-2012-rtm-german-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_GERMAN_64BIT_BASE` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sql-2008-r2-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2008_R2_SP3_STANDARD` is returned * is `:windows-server-2016-english-stig-full` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_STIG_FULL` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp1-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP1_STANDARD` is returned * is `:windows-server-2012-r2-rtm-chinese-simplified-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_CHINESE_SIMPLIFIED_64BIT_BASE` is returned * is `:windows-server-2019-french-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_FRENCH_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-spanish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_SPANISH_64BIT_BASE` is returned * is `:windows-server-2012-r2-english-stig-core` - `WindowsVersion/WINDOWS_SERVER_2012_R2_ENGLISH_STIG_CORE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP3_ENTERPRISE` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-express` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_EXPRESS` is returned * is `:windows-server-2019-english-full-eks-optimized-1-22` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_22` is returned * is `:windows-server-2012-r2-rtm-english-64bit-core` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_CORE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-web` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_WEB` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_STANDARD` is returned * is `:windows-server-2016-english-full-sql-2016-sp3-web` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_FULL_SQL_2016_SP3_WEB` is returned * is `:windows-server-2008-r2-sp1-english-64bit-sql-2012-sp4-enterprise` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_ENGLISH_64BIT_SQL_2012_SP4_ENTERPRISE` is returned * is `:windows-server-2019-english-full-sql-2019-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2019_ENTERPRISE` is returned * is `:windows-server-2008-r2-sp1-japanese-64bit-sql-2008-r2-sp3-express` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_JAPANESE_64BIT_SQL_2008_R2_SP3_EXPRESS` is returned * is `:windows-server-2022-english-core-eks-optimized-1-23` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_EKS_OPTIMIZED_1_23` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2014-sp2-web` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_WEB` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP2_EXPRESS` is returned * is `:windows-server-2016-english-p3` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_P3` is returned * is `:windows-server-2012-rtm-swedish-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_SWEDISH_64BIT_BASE` is returned * is `:windows-server-2019-japanese-full-sql-2017-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_JAPANESE_FULL_SQL_2017_ENTERPRISE` is returned * is `:windows-server-2022-japanese-full-sql-2017-enterprise` - `WindowsVersion/WINDOWS_SERVER_2022_JAPANESE_FULL_SQL_2017_ENTERPRISE` is returned * is `:windows-server-2016-english-core-containerslatest` - `WindowsVersion/WINDOWS_SERVER_2016_ENGLISH_CORE_CONTAINERSLATEST` is returned * is `:windows-server-2012-rtm-english-64bit-sql-2014-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_ENGLISH_64BIT_SQL_2014_SP2_STANDARD` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-enterprise` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_ENTERPRISE` is returned * is `:windows-server-2008-r2-sp1-chinese-hong-kong-sar-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2008_R2_SP1_CHINESE_HONG_KONG_SAR_64BIT_BASE` is returned * is `:windows-server-2019-korean-full-base` - `WindowsVersion/WINDOWS_SERVER_2019_KOREAN_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2016-sp3-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2016_SP3_STANDARD` is returned * is `:windows-server-2019-english-full-sql-2017-express` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_EXPRESS` is returned * is `:windows-server-2019-english-tesla` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_TESLA` is returned * is `:windows-server-2019-english-full-sql-2017-enterprise` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_SQL_2017_ENTERPRISE` is returned * is `:windows-server-2016-german-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_GERMAN_FULL_BASE` is returned * is `:windows-server-2012-rtm-korean-64bit-base` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_KOREAN_64BIT_BASE` is returned * is `:windows-server-2012-r2-rtm-english-64bit-sql-2016-sp1-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_ENGLISH_64BIT_SQL_2016_SP1_STANDARD` is returned * is `:windows-server-2019-english-full-eks-optimized-1-26` - `WindowsVersion/WINDOWS_SERVER_2019_ENGLISH_FULL_EKS_OPTIMIZED_1_26` is returned * is `:windows-server-2016-japanese-full-sql-2016-sp1-express` - `WindowsVersion/WINDOWS_SERVER_2016_JAPANESE_FULL_SQL_2016_SP1_EXPRESS` is returned * is `:windows-server-2022-english-core-ecs-optimized` - `WindowsVersion/WINDOWS_SERVER_2022_ENGLISH_CORE_ECS_OPTIMIZED` is returned * is `:windows-server-2012-rtm-japanese-64bit-2012-sp4-standard` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_2012_SP4_STANDARD` is returned * is `:windows-server-2016-korean-full-base` - `WindowsVersion/WINDOWS_SERVER_2016_KOREAN_FULL_BASE` is returned * is `:windows-server-2012-r2-rtm-japanese-64bit-sql-2014-sp2-standard` - `WindowsVersion/WINDOWS_SERVER_2012_R2_RTM_JAPANESE_64BIT_SQL_2014_SP2_STANDARD` is returned * is `:windows-server-2012-rtm-japanese-64bit-sql-2014-sp2-express` - `WindowsVersion/WINDOWS_SERVER_2012_RTM_JAPANESE_64BIT_SQL_2014_SP2_EXPRESS` is returned If a value is not found or matches the above criteria, nil is returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close