Show / Hide Table of Contents

Class CfnVPCBlockPublicAccessOptionsMixinProps

Properties for CfnVPCBlockPublicAccessOptionsPropsMixin.

Inheritance
object
CfnVPCBlockPublicAccessOptionsMixinProps
Implements
ICfnVPCBlockPublicAccessOptionsMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcblockpublicaccessoptions.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcblockpublicaccessoptions.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.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

string

Remarks

We do not allow you to create this resource type in an "off" mode since off is the default value.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcblockpublicaccessoptions.html#cfn-ec2-vpcblockpublicaccessoptions-internetgatewayblockmode

    Implements

    ICfnVPCBlockPublicAccessOptionsMixinProps
    Back to top Generated by DocFX