Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogExportAudit = "audit" LogExportProfiler = "profiler" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { types.Metadata Identifier types.StringValue EnabledLogExports []types.StringValue Instances []Instance StorageEncrypted types.BoolValue KMSKeyID types.StringValue }
func (*Cluster) GetMetadata ¶
func (*Cluster) GetRawValue ¶
func (c *Cluster) GetRawValue() interface{}
type DocumentDB ¶
func (*DocumentDB) GetMetadata ¶ added in v0.3.24
func (d *DocumentDB) GetMetadata() *types.Metadata
func (*DocumentDB) GetRawValue ¶ added in v0.3.24
func (d *DocumentDB) GetRawValue() interface{}
type Instance ¶
type Instance struct { types.Metadata KMSKeyID types.StringValue }
func (*Instance) GetMetadata ¶
func (*Instance) GetRawValue ¶
func (i *Instance) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.