elasticsearch

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtRestEncryption

type AtRestEncryption struct {
	Enabled types.BoolValue
}

type Domain

type Domain struct {
	types.Metadata
	DomainName        types.StringValue
	LogPublishing     LogPublishing
	TransitEncryption TransitEncryption
	AtRestEncryption  AtRestEncryption
	Endpoint          Endpoint
}

func (*Domain) GetMetadata

func (c *Domain) GetMetadata() *types.Metadata

func (*Domain) GetRawValue

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

type Elasticsearch

type Elasticsearch struct {
	Domains []Domain
}

type Endpoint

type Endpoint struct {
	EnforceHTTPS types.BoolValue
	TLSPolicy    types.StringValue
}

type LogPublishing

type LogPublishing struct {
	AuditEnabled types.BoolValue
}

type TransitEncryption

type TransitEncryption struct {
	Enabled types.BoolValue
}

Jump to

Keyboard shortcuts

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