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.BuilderCfnResourceGateway.Builder.ipAddressType(String ipAddressType) The type of IP address used by the resource gateway.CfnResourceGateway.Builder.ipv4AddressesPerEni(Number ipv4AddressesPerEni) The number of IPv4 addresses in each ENI for the resource gateway.The name of the resource gateway.CfnResourceGateway.Builder.securityGroupIds(List<? extends Object> 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.