Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | ElasticsearchDomain |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
ElasticsearchDomainSpec | |
status |
ElasticsearchDomainStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
accessPolicies |
string | (Optional) |
advancedOptions |
map[string]string | (Optional) |
arn |
string | (Optional) |
clusterConfig |
[]ElasticsearchDomainSpecClusterConfig | (Optional) |
cognitoOptions |
[]ElasticsearchDomainSpecCognitoOptions | (Optional) |
domainID |
string | (Optional) |
domainName |
string | |
ebsOptions |
[]ElasticsearchDomainSpecEbsOptions | (Optional) |
elasticsearchVersion |
string | (Optional) |
encryptAtRest |
[]ElasticsearchDomainSpecEncryptAtRest | (Optional) |
endpoint |
string | (Optional) |
kibanaEndpoint |
string | (Optional) |
logPublishingOptions |
[]ElasticsearchDomainSpecLogPublishingOptions | (Optional) |
nodeToNodeEncryption |
[]ElasticsearchDomainSpecNodeToNodeEncryption | (Optional) |
snapshotOptions |
[]ElasticsearchDomainSpecSnapshotOptions | (Optional) |
tags |
map[string]string | (Optional) |
vpcOptions |
[]ElasticsearchDomainSpecVpcOptions | (Optional) |
Field | Type | Description |
---|---|---|
dedicatedMasterCount |
int | (Optional) |
dedicatedMasterEnabled |
bool | (Optional) |
dedicatedMasterType |
string | (Optional) |
instanceCount |
int | (Optional) |
instanceType |
string | (Optional) |
zoneAwarenessEnabled |
bool | (Optional) |
Field | Type | Description |
---|---|---|
enabled |
bool | (Optional) |
identityPoolID |
string | |
roleArn |
string | |
userPoolID |
string |
Field | Type | Description |
---|---|---|
ebsEnabled |
bool | |
iops |
int | (Optional) |
volumeSize |
int | (Optional) |
volumeType |
string | (Optional) |
Field | Type | Description |
---|---|---|
enabled |
bool | |
kmsKeyID |
string | (Optional) |
Field | Type | Description |
---|---|---|
cloudwatchLogGroupArn |
string | |
enabled |
bool | (Optional) |
logType |
string |
Field | Type | Description |
---|---|---|
enabled |
bool |
Field | Type | Description |
---|---|---|
automatedSnapshotStartHour |
int |
Field | Type | Description |
---|---|---|
availabilityZones |
[]string | (Optional) |
securityGroupIDS |
[]string | (Optional) |
subnetIDS |
[]string | (Optional) |
vpcID |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
ElasticsearchDomainSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |