VpcBlockPublicAccessOptionsArgs

data class VpcBlockPublicAccessOptionsArgs(val internetGatewayBlockMode: Output<VpcBlockPublicAccessOptionsInternetGatewayBlockMode>? = null) : ConvertibleToJava<VpcBlockPublicAccessOptionsArgs>

Resource Type definition for AWS::EC2::VPCBlockPublicAccessOptions

Constructors

Link copied to clipboard
constructor(internetGatewayBlockMode: Output<VpcBlockPublicAccessOptionsInternetGatewayBlockMode>? = null)

Properties

Link copied to clipboard

The desired Block Public Access mode for Internet Gateways in your account. We do not allow to create in a off mode as this is the default value

Functions

Link copied to clipboard
open override fun toJava(): VpcBlockPublicAccessOptionsArgs