Class CfnVPCBlockPublicAccessOptionsMixinProps
Properties for CfnVPCBlockPublicAccessOptionsPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVPCBlockPublicAccessOptionsMixinProps : ICfnVPCBlockPublicAccessOptionsMixinProps
Syntax (vb)
Public Class CfnVPCBlockPublicAccessOptionsMixinProps Implements ICfnVPCBlockPublicAccessOptionsMixinProps
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnVPCBlockPublicAccessOptionsMixinProps = new CfnVPCBlockPublicAccessOptionsMixinProps {
InternetGatewayBlockMode = "internetGatewayBlockMode"
};
Synopsis
Constructors
| CfnVPCBlockPublicAccessOptionsMixinProps() | Properties for CfnVPCBlockPublicAccessOptionsPropsMixin. |
Properties
| InternetGatewayBlockMode | The desired VPC Block Public Access mode for internet gateways in your account. |
Constructors
CfnVPCBlockPublicAccessOptionsMixinProps()
Properties for CfnVPCBlockPublicAccessOptionsPropsMixin.
public CfnVPCBlockPublicAccessOptionsMixinProps()
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnVPCBlockPublicAccessOptionsMixinProps = new CfnVPCBlockPublicAccessOptionsMixinProps {
InternetGatewayBlockMode = "internetGatewayBlockMode"
};
Properties
InternetGatewayBlockMode
The desired VPC Block Public Access mode for internet gateways in your account.
public string? InternetGatewayBlockMode { get; set; }
Property Value
Remarks
We do not allow you to create this resource type in an "off" mode since off is the default value.