Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultKMSKeyID = "alias/aws/dynamodb"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAXCluster ¶
type DAXCluster struct { types.Metadata ServerSideEncryption ServerSideEncryption PointInTimeRecovery types.BoolValue }
func (*DAXCluster) GetMetadata ¶
func (c *DAXCluster) GetMetadata() *types.Metadata
func (*DAXCluster) GetRawValue ¶
func (c *DAXCluster) GetRawValue() interface{}
type DynamoDB ¶
type DynamoDB struct { types.Metadata DAXClusters []DAXCluster }
func (*DynamoDB) GetMetadata ¶ added in v0.3.24
func (*DynamoDB) GetRawValue ¶ added in v0.3.24
func (d *DynamoDB) GetRawValue() interface{}
type ServerSideEncryption ¶
type ServerSideEncryption struct { types.Metadata Enabled types.BoolValue KMSKeyID types.StringValue }
func (*ServerSideEncryption) GetMetadata ¶ added in v0.3.24
func (s *ServerSideEncryption) GetMetadata() *types.Metadata
func (*ServerSideEncryption) GetRawValue ¶ added in v0.3.24
func (s *ServerSideEncryption) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.