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 }
Click to show internal directories.
Click to hide internal directories.