Documentation ¶
Index ¶
Constants ¶
View Source
const (
EncryptionTypeKMS = "KMS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encryption ¶
type Encryption struct { types.Metadata Type types.StringValue KMSKeyID types.StringValue }
func (*Encryption) GetMetadata ¶ added in v0.3.24
func (e *Encryption) GetMetadata() *types.Metadata
func (*Encryption) GetRawValue ¶ added in v0.3.24
func (e *Encryption) GetRawValue() interface{}
type Kinesis ¶
func (*Kinesis) GetMetadata ¶ added in v0.3.24
func (*Kinesis) GetRawValue ¶ added in v0.3.24
func (k *Kinesis) GetRawValue() interface{}
type Stream ¶
type Stream struct { types.Metadata Encryption Encryption }
func (*Stream) GetMetadata ¶
func (*Stream) GetRawValue ¶
func (s *Stream) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.