kinesis

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2022 License: MIT Imports: 1 Imported by: 0

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

type Kinesis struct {
	types.Metadata
	Streams []Stream
}

func (*Kinesis) GetMetadata added in v0.3.24

func (k *Kinesis) GetMetadata() *types.Metadata

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 (s *Stream) GetMetadata() *types.Metadata

func (*Stream) GetRawValue

func (s *Stream) GetRawValue() interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL