Class CfnVPC.VpcEncryptionControlExclusionProperty
Implements
Inherited Members
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
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
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
Remarks
StateMessage
A message describing the exclusion state of the resource type.
public string? StateMessage { get; set; }