Uses of Enum
software.amazon.awscdk.services.apprunner.alpha.IpAddressType
Packages that use IpAddressType
Package
Description
AWS::AppRunner Construct Library
-
Uses of IpAddressType in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return IpAddressTypeModifier and TypeMethodDescriptiondefault IpAddressTypeServiceProps.getIpAddressType()(experimental) The IP address type for your incoming public network configuration.final IpAddressTypeServiceProps.Jsii$Proxy.getIpAddressType()static IpAddressTypeReturns the enum constant of this type with the specified name.static IpAddressType[]IpAddressType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.apprunner.alpha with parameters of type IpAddressTypeModifier and TypeMethodDescriptionService.Builder.ipAddressType(IpAddressType ipAddressType) (experimental) The IP address type for your incoming public network configuration.ServiceProps.Builder.ipAddressType(IpAddressType ipAddressType) Sets the value ofServiceProps.getIpAddressType()