elasticsearch

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 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 {
	Metadata defsecTypes.Metadata
	Enabled  defsecTypes.BoolValue
	KmsKeyId defsecTypes.StringValue
}

type Domain

type Domain struct {
	Metadata               defsecTypes.Metadata
	DomainName             defsecTypes.StringValue
	AccessPolicies         defsecTypes.StringValue
	DedicatedMasterEnabled defsecTypes.BoolValue
	VpcId                  defsecTypes.StringValue
	LogPublishing          LogPublishing
	TransitEncryption      TransitEncryption
	AtRestEncryption       AtRestEncryption
	ServiceSoftwareOptions ServiceSoftwareOptions
	Endpoint               Endpoint
}

type Elasticsearch

type Elasticsearch struct {
	Domains []Domain
}

type Endpoint

type Endpoint struct {
	Metadata     defsecTypes.Metadata
	EnforceHTTPS defsecTypes.BoolValue
	TLSPolicy    defsecTypes.StringValue
}

type LogPublishing

type LogPublishing struct {
	Metadata              defsecTypes.Metadata
	AuditEnabled          defsecTypes.BoolValue
	CloudWatchLogGroupArn defsecTypes.StringValue
}

type ServiceSoftwareOptions added in v0.0.2

type ServiceSoftwareOptions struct {
	Metadata        defsecTypes.Metadata
	CurrentVersion  defsecTypes.StringValue
	NewVersion      defsecTypes.StringValue
	UpdateAvailable defsecTypes.BoolValue
	UpdateStatus    defsecTypes.StringValue
}

type TransitEncryption

type TransitEncryption struct {
	Metadata defsecTypes.Metadata
	Enabled  defsecTypes.BoolValue
}

Jump to

Keyboard shortcuts

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