Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnResourceGatewayPropsMixin.Builder
Packages that use CfnResourceGatewayPropsMixin.Builder
-
Uses of CfnResourceGatewayPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.vpclattice
Methods in software.amazon.awscdk.cfnpropertymixins.services.vpclattice that return CfnResourceGatewayPropsMixin.BuilderModifier and TypeMethodDescriptionCfnResourceGatewayPropsMixin.Builder.create()CfnResourceGatewayPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnResourceGatewayPropsMixin.Builder.ipAddressType(String ipAddressType) The type of IP address used by the resource gateway.CfnResourceGatewayPropsMixin.Builder.ipv4AddressesPerEni(Number ipv4AddressesPerEni) The number of IPv4 addresses in each ENI for the resource gateway.The name of the resource gateway.CfnResourceGatewayPropsMixin.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.CfnResourceGatewayPropsMixin.Builder.vpcIdentifier(String vpcIdentifier) The ID of the VPC for the resource gateway.