Uses of Class
software.amazon.awscdk.services.vpclattice.CfnResourceGateway.Builder
Packages that use CfnResourceGateway.Builder
-
Uses of CfnResourceGateway.Builder in software.amazon.awscdk.services.vpclattice
Methods in software.amazon.awscdk.services.vpclattice that return CfnResourceGateway.BuilderModifier and TypeMethodDescriptionstatic CfnResourceGateway.Builder
CfnResourceGateway.Builder.ipAddressType
(String ipAddressType) The type of IP address used by the resource gateway.CfnResourceGateway.Builder.ipv4AddressesPerEni
(Number ipv4AddressesPerEni) The number of IPv4 addresses to allocate per ENI for the resource gateway.The name of the resource gateway.CfnResourceGateway.Builder.securityGroupIds
(List<String> securityGroupIds) The IDs of the security groups applied to the resource gateway.The IDs of the VPC subnets for the resource gateway.The tags for the resource gateway.CfnResourceGateway.Builder.vpcIdentifier
(String vpcIdentifier) The ID of the VPC for the resource gateway.