ElasticsearchDomainStatus
public struct ElasticsearchDomainStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
IAM access policy as a JSON-formatted string.
Declaration
Swift
public let accessPolicies: String?
-
Specifies the status of the AdvancedOptions
Declaration
Swift
public let advancedOptions: [String : String]?
-
The current status of the Elasticsearch domain’s advanced security options.
Declaration
Swift
public let advancedSecurityOptions: AdvancedSecurityOptions?
-
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.
Declaration
Swift
public let arn: String
-
The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.
Declaration
Swift
public let cognitoOptions: CognitoOptions?
-
The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.
Declaration
Swift
public let created: Bool?
-
The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.
Declaration
Swift
public let deleted: Bool?
-
The current status of the Elasticsearch domain’s endpoint options.
Declaration
Swift
public let domainEndpointOptions: DomainEndpointOptions?
-
The unique identifier for the specified Elasticsearch domain.
Declaration
Swift
public let domainId: String
-
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
Declaration
Swift
public let domainName: String
-
The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.
Declaration
Swift
public let eBSOptions: EBSOptions?
-
The type and number of instances in the domain cluster.
Declaration
Swift
public let elasticsearchClusterConfig: ElasticsearchClusterConfig
-
Undocumented
Declaration
Swift
public let elasticsearchVersion: String?
-
Specifies the status of the EncryptionAtRestOptions.
Declaration
Swift
public let encryptionAtRestOptions: EncryptionAtRestOptions?
-
The Elasticsearch domain endpoint that you use to submit index and search requests.
Declaration
Swift
public let endpoint: String?
-
Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example key, value: ‘vpc’,‘vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com’.
Declaration
Swift
public let endpoints: [String : String]?
-
Log publishing options for the given domain.
Declaration
Swift
public let logPublishingOptions: [LogType : LogPublishingOption]?
-
Specifies the status of the NodeToNodeEncryptionOptions.
Declaration
Swift
public let nodeToNodeEncryptionOptions: NodeToNodeEncryptionOptions?
-
The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.
Declaration
Swift
public let processing: Bool?
-
The current status of the Elasticsearch domain’s service software.
Declaration
Swift
public let serviceSoftwareOptions: ServiceSoftwareOptions?
-
Specifies the status of the SnapshotOptions
Declaration
Swift
public let snapshotOptions: SnapshotOptions?
-
The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is undergoing a version upgrade. False if the configuration is active.
Declaration
Swift
public let upgradeProcessing: Bool?
-
The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.
Declaration
Swift
public let vPCOptions: VPCDerivedInfo?
-
init(accessPolicies:advancedOptions:advancedSecurityOptions:arn:cognitoOptions:created:deleted:domainEndpointOptions:domainId:domainName:eBSOptions:elasticsearchClusterConfig:elasticsearchVersion:encryptionAtRestOptions:endpoint:endpoints:logPublishingOptions:nodeToNodeEncryptionOptions:processing:serviceSoftwareOptions:snapshotOptions:upgradeProcessing:vPCOptions:)
Undocumented
Declaration
Swift
public init(accessPolicies: String? = nil, advancedOptions: [String : String]? = nil, advancedSecurityOptions: AdvancedSecurityOptions? = nil, arn: String, cognitoOptions: CognitoOptions? = nil, created: Bool? = nil, deleted: Bool? = nil, domainEndpointOptions: DomainEndpointOptions? = nil, domainId: String, domainName: String, eBSOptions: EBSOptions? = nil, elasticsearchClusterConfig: ElasticsearchClusterConfig, elasticsearchVersion: String? = nil, encryptionAtRestOptions: EncryptionAtRestOptions? = nil, endpoint: String? = nil, endpoints: [String : String]? = nil, logPublishingOptions: [LogType : LogPublishingOption]? = nil, nodeToNodeEncryptionOptions: NodeToNodeEncryptionOptions? = nil, processing: Bool? = nil, serviceSoftwareOptions: ServiceSoftwareOptions? = nil, snapshotOptions: SnapshotOptions? = nil, upgradeProcessing: Bool? = nil, vPCOptions: VPCDerivedInfo? = nil)