class Amazonite::Kinesis::ChannelEncryptionConfiguration

Overview

Specifies the Amazon Web Services KMS key that Amazon Kinesis Data Streams uses to encrypt data delivered to the channel's destination.

Included Modules

Defined in:

kinesis/channel_encryption_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(encryption_type : ChannelEncryptionType, key_id : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def encryption_type : ChannelEncryptionType #

The encryption type. The only valid value is KMS.


[View source]
def encryption_type=(encryption_type : ChannelEncryptionType) #

The encryption type. The only valid value is KMS.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def key_id : String #

The identifier of the customer managed Amazon Web Services KMS key. You cannot use the Amazon Kinesis Data Streams service key (aws/kinesis).


[View source]
def key_id=(key_id : String) #

The identifier of the customer managed Amazon Web Services KMS key. You cannot use the Amazon Kinesis Data Streams service key (aws/kinesis).


[View source]
def validate! : Nil #

[View source]