Class CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
An implementation for
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder, CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringIf you setKeyTypetoCUSTOMER_MANAGED_CMK, you must specify the Amazon Resource Name (ARN) of the CMK.final StringIndicates the type of customer master key (CMK) to use for encryption.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty.Builder.
-
-
Method Details
-
getKeyType
Description copied from interface:CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputPropertyIndicates the type of customer master key (CMK) to use for encryption.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.
- Specified by:
getKeyTypein interfaceCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty- See Also:
-
getKeyArn
Description copied from interface:CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputPropertyIf you setKeyTypetoCUSTOMER_MANAGED_CMK, you must specify the Amazon Resource Name (ARN) of the CMK.If you set
KeyTypetoAWS _OWNED_CMK, Firehose uses a service-account CMK.- Specified by:
getKeyArnin interfaceCfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-