documentdb

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2022 License: MIT Imports: 1 Imported by: 0

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 (c *Cluster) GetMetadata() *types.Metadata

func (*Cluster) GetRawValue

func (c *Cluster) GetRawValue() interface{}

type DocumentDB

type DocumentDB struct {
	types.Metadata
	Clusters []Cluster
}

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 (i *Instance) GetMetadata() *types.Metadata

func (*Instance) GetRawValue

func (i *Instance) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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