Class CfnPolicyStorePropsMixin.EncryptionStateProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.VerifiedPermissions.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPolicyStorePropsMixin.EncryptionStateProperty : CfnPolicyStorePropsMixin.IEncryptionStateProperty
Syntax (vb)
Public Class CfnPolicyStorePropsMixin.EncryptionStateProperty Implements CfnPolicyStorePropsMixin.IEncryptionStateProperty
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.VerifiedPermissions.Mixins;
var default_;
var encryptionStateProperty = new EncryptionStateProperty {
Default = default_,
KmsEncryptionState = new KmsEncryptionStateProperty {
EncryptionContext = new Dictionary<string, string> {
{ "encryptionContextKey", "encryptionContext" }
},
Key = "key"
}
};
Synopsis
Constructors
| EncryptionStateProperty() |
Properties
| Default | |
| KmsEncryptionState |
Constructors
EncryptionStateProperty()
public EncryptionStateProperty()
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.VerifiedPermissions.Mixins;
var default_;
var encryptionStateProperty = new EncryptionStateProperty {
Default = default_,
KmsEncryptionState = new KmsEncryptionStateProperty {
EncryptionContext = new Dictionary<string, string> {
{ "encryptionContextKey", "encryptionContext" }
},
Key = "key"
}
};
Properties
Default
public object? Default { get; set; }
Property Value
Remarks
KmsEncryptionState
public object? KmsEncryptionState { get; set; }