Class GetDomainResult
Inheritance
System.Object
GetDomainResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetDomainResult
Fields
View Source
AccessPolicies
The policy document attached to the domain.
Declaration
public readonly string AccessPolicies
Field Value
| Type |
Description |
| System.String |
|
View Source
AdvancedOptions
Key-value string pairs to specify advanced configuration options.
Declaration
public readonly ImmutableDictionary<string, object> AdvancedOptions
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
Arn
The Amazon Resource Name (ARN) of the domain.
Declaration
public readonly string Arn
Field Value
| Type |
Description |
| System.String |
|
View Source
ClusterConfigs
Cluster configuration of the domain.
Declaration
public readonly ImmutableArray<GetDomainClusterConfigResult> ClusterConfigs
Field Value
View Source
CognitoOptions
Domain Amazon Cognito Authentication options for Kibana.
Declaration
public readonly ImmutableArray<GetDomainCognitoOptionResult> CognitoOptions
Field Value
View Source
Created
Status of the creation of the domain.
Declaration
public readonly bool Created
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Deleted
Status of the deletion of the domain.
Declaration
public readonly bool Deleted
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
DomainId
Unique identifier for the domain.
Declaration
public readonly string DomainId
Field Value
| Type |
Description |
| System.String |
|
View Source
DomainName
Declaration
public readonly string DomainName
Field Value
| Type |
Description |
| System.String |
|
View Source
EbsOptions
EBS Options for the instances in the domain.
Declaration
public readonly ImmutableArray<GetDomainEbsOptionResult> EbsOptions
Field Value
View Source
ElasticsearchVersion
ElasticSearch version for the domain.
Declaration
public readonly string ElasticsearchVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
EncryptionAtRests
Domain encryption at rest related options.
Declaration
public readonly ImmutableArray<GetDomainEncryptionAtRestResult> EncryptionAtRests
Field Value
View Source
Endpoint
Domain-specific endpoint used to submit index, search, and data upload requests.
Declaration
public readonly string Endpoint
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
KibanaEndpoint
Domain-specific endpoint used to access the Kibana application.
Declaration
public readonly string KibanaEndpoint
Field Value
| Type |
Description |
| System.String |
|
View Source
LogPublishingOptions
Domain log publishing related options.
Declaration
public readonly ImmutableArray<GetDomainLogPublishingOptionResult> LogPublishingOptions
Field Value
View Source
NodeToNodeEncryptions
Domain in transit encryption related options.
Declaration
public readonly ImmutableArray<GetDomainNodeToNodeEncryptionResult> NodeToNodeEncryptions
Field Value
View Source
Processing
Status of a configuration change in the domain.
snapshot_options – Domain snapshot related options.
Declaration
public readonly string Processing
Field Value
| Type |
Description |
| System.String |
|
View Source
SnapshotOptions
Declaration
public readonly ImmutableArray<GetDomainSnapshotOptionResult> SnapshotOptions
Field Value
View Source
Tags
The tags assigned to the domain.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
VpcOptions
VPC Options for private Elasticsearch domains.
Declaration
public readonly ImmutableArray<GetDomainVpcOptionResult> VpcOptions
Field Value