Get Domain Result
data class GetDomainResult(val accessPolicies: String, val advancedOptions: Map<String, String>, val advancedSecurityOptions: List<GetDomainAdvancedSecurityOption>, val arn: String, val autoTuneOptions: List<GetDomainAutoTuneOption>, val clusterConfigs: List<GetDomainClusterConfig>, val cognitoOptions: List<GetDomainCognitoOption>, val created: Boolean, val dashboardEndpoint: String, val deleted: Boolean, val domainId: String, val domainName: String, val ebsOptions: List<GetDomainEbsOption>, val encryptionAtRests: List<GetDomainEncryptionAtRest>, val endpoint: String, val engineVersion: String, val id: String, val kibanaEndpoint: String, val logPublishingOptions: List<GetDomainLogPublishingOption>, val nodeToNodeEncryptions: List<GetDomainNodeToNodeEncryption>, val offPeakWindowOptions: GetDomainOffPeakWindowOptions? = null, val processing: Boolean, val snapshotOptions: List<GetDomainSnapshotOption>, val softwareUpdateOptions: List<GetDomainSoftwareUpdateOption>, val tags: Map<String, String>, val vpcOptions: List<GetDomainVpcOption>)
A collection of values returned by getDomain.
Constructors
Link copied to clipboard
fun GetDomainResult(accessPolicies: String, advancedOptions: Map<String, String>, advancedSecurityOptions: List<GetDomainAdvancedSecurityOption>, arn: String, autoTuneOptions: List<GetDomainAutoTuneOption>, clusterConfigs: List<GetDomainClusterConfig>, cognitoOptions: List<GetDomainCognitoOption>, created: Boolean, dashboardEndpoint: String, deleted: Boolean, domainId: String, domainName: String, ebsOptions: List<GetDomainEbsOption>, encryptionAtRests: List<GetDomainEncryptionAtRest>, endpoint: String, engineVersion: String, id: String, kibanaEndpoint: String, logPublishingOptions: List<GetDomainLogPublishingOption>, nodeToNodeEncryptions: List<GetDomainNodeToNodeEncryption>, offPeakWindowOptions: GetDomainOffPeakWindowOptions? = null, processing: Boolean, snapshotOptions: List<GetDomainSnapshotOption>, softwareUpdateOptions: List<GetDomainSoftwareUpdateOption>, tags: Map<String, String>, vpcOptions: List<GetDomainVpcOption>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard