Interface CfnPlan.ServiceProperty

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

@Stability(Stable) public static interface CfnPlan.ServiceProperty extends software.amazon.jsii.JsiiSerializable
The service for a cross account role.

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.arcregionswitch.*;
 ServiceProperty serviceProperty = ServiceProperty.builder()
         .clusterArn("clusterArn")
         .crossAccountRole("crossAccountRole")
         .externalId("externalId")
         .serviceArn("serviceArn")
         .build();
 

See Also: