Interface CfnObjective.DomainProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnObjective.DomainProperty.Jsii$Proxy
- Enclosing class:
CfnObjective
@Stability(Stable)
public static interface CfnObjective.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.services.controlcatalog.*;
DomainProperty domainProperty = DomainProperty.builder()
.arn("arn")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnObjective.DomainPropertystatic final classAn implementation forCfnObjective.DomainProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the related domain.- See Also:
-
getName
The name of the related domain.- See Also:
-
builder
-