Interface CfnObjectivePropsMixin.DomainProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnObjectivePropsMixin.DomainProperty.Jsii$Proxy
Enclosing class:
CfnObjectivePropsMixin

@Stability(Stable) public static interface CfnObjectivePropsMixin.DomainProperty extends software.amazon.jsii.JsiiSerializable
The domain that the objective belongs to.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.controlcatalog.*;
 DomainProperty domainProperty = DomainProperty.builder()
         .arn("arn")
         .name("name")
         .build();
 

See Also: