| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryStreamEncryptionConfiguration |
DeliveryStreamEncryptionConfiguration.clone() |
DeliveryStreamEncryptionConfiguration |
DeliveryStreamDescription.getDeliveryStreamEncryptionConfiguration()
Indicates the server-side encryption (SSE) status for the delivery stream.
|
DeliveryStreamEncryptionConfiguration |
DeliveryStreamEncryptionConfiguration.withFailureDescription(FailureDescription failureDescription)
Provides details in case one of the following operations fails due to an error related to KMS:
CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption,
StopDeliveryStreamEncryption.
|
DeliveryStreamEncryptionConfiguration |
DeliveryStreamEncryptionConfiguration.withKeyARN(String keyARN)
If
KeyType is CUSTOMER_MANAGED_CMK, this field contains the ARN of the customer managed
CMK. |
DeliveryStreamEncryptionConfiguration |
DeliveryStreamEncryptionConfiguration.withKeyType(KeyType keyType)
Indicates the type of customer master key (CMK) that is used for encryption.
|
DeliveryStreamEncryptionConfiguration |
DeliveryStreamEncryptionConfiguration.withKeyType(String keyType)
Indicates the type of customer master key (CMK) that is used for encryption.
|
DeliveryStreamEncryptionConfiguration |
DeliveryStreamEncryptionConfiguration.withStatus(DeliveryStreamEncryptionStatus status)
This is the server-side encryption (SSE) status for the delivery stream.
|
DeliveryStreamEncryptionConfiguration |
DeliveryStreamEncryptionConfiguration.withStatus(String status)
This is the server-side encryption (SSE) status for the delivery stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeliveryStreamDescription.setDeliveryStreamEncryptionConfiguration(DeliveryStreamEncryptionConfiguration deliveryStreamEncryptionConfiguration)
Indicates the server-side encryption (SSE) status for the delivery stream.
|
DeliveryStreamDescription |
DeliveryStreamDescription.withDeliveryStreamEncryptionConfiguration(DeliveryStreamEncryptionConfiguration deliveryStreamEncryptionConfiguration)
Indicates the server-side encryption (SSE) status for the delivery stream.
|
Copyright © 2020. All rights reserved.