Show / Hide Table of Contents

Interface CfnBucket.ISseKmsEncryptedObjectsProperty

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBucket.ISseKmsEncryptedObjectsProperty
Syntax (vb)
Public Interface CfnBucket.ISseKmsEncryptedObjectsProperty
Remarks

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

             var sseKmsEncryptedObjectsProperty = new SseKmsEncryptedObjectsProperty {
                 Status = "status"
             };

Synopsis

Properties

Status

Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.

Properties

Status

Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.

string Status { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ssekmsencryptedobjects.html#cfn-s3-bucket-ssekmsencryptedobjects-status

Back to top Generated by DocFX