Show / Hide Table of Contents

Class CfnVPC.VpcEncryptionControlExclusionProperty

Inheritance
object
CfnVPC.VpcEncryptionControlExclusionProperty
Implements
CfnVPC.IVpcEncryptionControlExclusionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVPC.VpcEncryptionControlExclusionProperty : CfnVPC.IVpcEncryptionControlExclusionProperty
Syntax (vb)
Public Class CfnVPC.VpcEncryptionControlExclusionProperty Implements CfnVPC.IVpcEncryptionControlExclusionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpc-vpcencryptioncontrolexclusion.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 vpcEncryptionControlExclusionProperty = new VpcEncryptionControlExclusionProperty {
                 State = "state",
                 StateMessage = "stateMessage"
             };

Synopsis

Constructors

VpcEncryptionControlExclusionProperty()

Properties

State

The exclusion state of the resource type.

StateMessage

A message describing the exclusion state of the resource type.

Constructors

VpcEncryptionControlExclusionProperty()

public VpcEncryptionControlExclusionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpc-vpcencryptioncontrolexclusion.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 vpcEncryptionControlExclusionProperty = new VpcEncryptionControlExclusionProperty {
                 State = "state",
                 StateMessage = "stateMessage"
             };

Properties

State

The exclusion state of the resource type.

public string? State { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpc-vpcencryptioncontrolexclusion.html#cfn-ec2-vpc-vpcencryptioncontrolexclusion-state

StateMessage

A message describing the exclusion state of the resource type.

public string? StateMessage { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpc-vpcencryptioncontrolexclusion.html#cfn-ec2-vpc-vpcencryptioncontrolexclusion-statemessage

Implements

CfnVPC.IVpcEncryptionControlExclusionProperty
Back to top Generated by DocFX