@Stability(value=Stable)
public static interface CfnDeliveryStream.KMSEncryptionConfigProperty
extends software.amazon.jsii.JsiiSerializable
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() |
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.
|
@Stability(value=Stable) @NotNull String getAwskmsKeyArn()
The key must belong to the same region as the destination S3 bucket.
@Stability(value=Stable) static CfnDeliveryStream.KMSEncryptionConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.