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
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; }