Interface CfnDistributionTenant.DomainResultProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionTenant.DomainResultProperty.Jsii$Proxy
- Enclosing class:
CfnDistributionTenant
@Stability(Stable)
public static interface CfnDistributionTenant.DomainResultProperty
extends software.amazon.jsii.JsiiSerializable
The details about the domain result.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudfront.*; DomainResultProperty domainResultProperty = DomainResultProperty.builder() .domain("domain") .status("status") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDistributionTenant.DomainResultProperty
static final class
An implementation forCfnDistributionTenant.DomainResultProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomain
The specified domain.- See Also:
-
getStatus
Whether the domain is active or inactive.- See Also:
-
builder
-