@Stability(value=Stable) @Internal public static final class CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder, CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getKeyArn()
If you set `KeyType` to `CUSTOMER_MANAGED_CMK` , you must specify the Amazon Resource Name (ARN) of the CMK.
|
String |
getKeyType()
Indicates the type of customer master key (CMK) to use for encryption.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder builder)
CfnDeliveryStream.AmazonopensearchserviceBufferingHintsProperty.Builder.public final String getKeyType()
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
The default setting is AWS_OWNED_CMK . For more information about CMKs, see Customer Master Keys (CMKs) .
You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.
To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see About Symmetric and Asymmetric CMKs in the AWS Key Management Service developer guide.
getKeyType in interface CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputPropertypublic final String getKeyArn()
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
If you set KeyType to AWS _OWNED_CMK , Kinesis Data Firehose uses a service-account CMK.
getKeyArn in interface CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.