Show / Hide Table of Contents

Interface CfnSubnet.IBlockPublicAccessStatesProperty

Specifies the state of VPC Block Public Access (BPA).

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSubnet.IBlockPublicAccessStatesProperty
Syntax (vb)
Public Interface CfnSubnet.IBlockPublicAccessStatesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-subnet-blockpublicaccessstates.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var blockPublicAccessStatesProperty = new BlockPublicAccessStatesProperty {
                 InternetGatewayBlockMode = "internetGatewayBlockMode"
             };

Synopsis

Properties

InternetGatewayBlockMode

The mode of VPC BPA.

Properties

InternetGatewayBlockMode

The mode of VPC BPA.

string? InternetGatewayBlockMode { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-subnet-blockpublicaccessstates.html#cfn-ec2-subnet-blockpublicaccessstates-internetgatewayblockmode

    Back to top Generated by DocFX