public static interface CfnDeliveryStream.KMSEncryptionConfigProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kinesisfirehose.*; KMSEncryptionConfigProperty kMSEncryptionConfigProperty = KMSEncryptionConfigProperty.builder() .awskmsKeyArn("awskmsKeyArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeliveryStream.KMSEncryptionConfigProperty.Builder
A builder for
CfnDeliveryStream.KMSEncryptionConfigProperty |
static class |
CfnDeliveryStream.KMSEncryptionConfigProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.KMSEncryptionConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDeliveryStream.KMSEncryptionConfigProperty.Builder |
builder() |
java.lang.String |
getAwskmsKeyArn()
The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream.
|
java.lang.String getAwskmsKeyArn()
The key must belong to the same region as the destination S3 bucket.
static CfnDeliveryStream.KMSEncryptionConfigProperty.Builder builder()