Show / Hide Table of Contents

Class CfnPolicyStorePropsMixin.EncryptionStateProperty

Inheritance
object
CfnPolicyStorePropsMixin.EncryptionStateProperty
Implements
CfnPolicyStorePropsMixin.IEncryptionStateProperty
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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-verifiedpermissions-policystore-encryptionstate.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-verifiedpermissions-policystore-encryptionstate.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.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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-verifiedpermissions-policystore-encryptionstate.html#cfn-verifiedpermissions-policystore-encryptionstate-default

KmsEncryptionState

public object? KmsEncryptionState { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-verifiedpermissions-policystore-encryptionstate.html#cfn-verifiedpermissions-policystore-encryptionstate-kmsencryptionstate

Type union: either IResolvable or CfnPolicyStorePropsMixin.IKmsEncryptionStateProperty

Implements

CfnPolicyStorePropsMixin.IEncryptionStateProperty
Back to top Generated by DocFX