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: