Get Domain Result
data class GetDomainResult(val accessPolicies: Any? = null, val advancedOptions: Any? = null, val advancedSecurityOptions: DomainAdvancedSecurityOptionsInput? = null, val arn: String? = null, val clusterConfig: DomainClusterConfig? = null, val cognitoOptions: DomainCognitoOptions? = null, val domainArn: String? = null, val domainEndpoint: String? = null, val domainEndpointOptions: DomainEndpointOptions? = null, val domainEndpoints: Any? = null, val ebsOptions: DomainEbsOptions? = null, val encryptionAtRestOptions: DomainEncryptionAtRestOptions? = null, val engineVersion: String? = null, val id: String? = null, val logPublishingOptions: Any? = null, val nodeToNodeEncryptionOptions: DomainNodeToNodeEncryptionOptions? = null, val offPeakWindowOptions: DomainOffPeakWindowOptions? = null, val serviceSoftwareOptions: DomainServiceSoftwareOptions? = null, val snapshotOptions: DomainSnapshotOptions? = null, val softwareUpdateOptions: DomainSoftwareUpdateOptions? = null, val tags: List<DomainTag>? = null, val vpcOptions: DomainVpcOptions? = null)
Constructors
Link copied to clipboard
fun GetDomainResult(accessPolicies: Any? = null, advancedOptions: Any? = null, advancedSecurityOptions: DomainAdvancedSecurityOptionsInput? = null, arn: String? = null, clusterConfig: DomainClusterConfig? = null, cognitoOptions: DomainCognitoOptions? = null, domainArn: String? = null, domainEndpoint: String? = null, domainEndpointOptions: DomainEndpointOptions? = null, domainEndpoints: Any? = null, ebsOptions: DomainEbsOptions? = null, encryptionAtRestOptions: DomainEncryptionAtRestOptions? = null, engineVersion: String? = null, id: String? = null, logPublishingOptions: Any? = null, nodeToNodeEncryptionOptions: DomainNodeToNodeEncryptionOptions? = null, offPeakWindowOptions: DomainOffPeakWindowOptions? = null, serviceSoftwareOptions: DomainServiceSoftwareOptions? = null, snapshotOptions: DomainSnapshotOptions? = null, softwareUpdateOptions: DomainSoftwareUpdateOptions? = null, tags: List<DomainTag>? = null, vpcOptions: DomainVpcOptions? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard