Show / Hide Table of Contents

Class CfnBucket.EncryptionConfigurationProperty

Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.

Inheritance
System.Object
CfnBucket.EncryptionConfigurationProperty
Implements
CfnBucket.IEncryptionConfigurationProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class EncryptionConfigurationProperty : Object, CfnBucket.IEncryptionConfigurationProperty
Syntax (vb)
Public Class EncryptionConfigurationProperty
    Inherits Object
    Implements CfnBucket.IEncryptionConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-encryptionconfiguration.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.S3;

EncryptionConfigurationProperty encryptionConfigurationProperty = new EncryptionConfigurationProperty {
    ReplicaKmsKeyId = "replicaKmsKeyId"
};

Synopsis

Constructors

EncryptionConfigurationProperty()

Properties

ReplicaKmsKeyId

Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket.

Constructors

EncryptionConfigurationProperty()

public EncryptionConfigurationProperty()

Properties

ReplicaKmsKeyId

Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket.

public string ReplicaKmsKeyId { get; set; }
Property Value

System.String

Remarks

Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric, customer managed KMS keys. For more information, see Using symmetric and asymmetric keys in the AWS Key Management Service Developer Guide .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-encryptionconfiguration.html#cfn-s3-bucket-encryptionconfiguration-replicakmskeyid

Implements

CfnBucket.IEncryptionConfigurationProperty
Back to top Generated by DocFX