@Stability(value=Stable)
public static interface CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
DeliveryStreamEncryptionConfigurationInputProperty deliveryStreamEncryptionConfigurationInputProperty = DeliveryStreamEncryptionConfigurationInputProperty.builder()
.keyType("keyType")
// the properties below are optional
.keyArn("keyArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder
|
static class |
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder |
builder() |
default String |
getKeyArn()
`CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.KeyARN`.
|
String |
getKeyType()
`CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.KeyType`.
|
@Stability(value=Stable) @Nullable default String getKeyArn()
@Stability(value=Stable) @NotNull String getKeyType()
@Stability(value=Stable) static CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder builder()
Copyright © 2021. All rights reserved.