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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPlan.ServiceProperty
static final class
An implementation forCfnPlan.ServiceProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterArn
The cluster Amazon Resource Name (ARN) for a service.- See Also:
-
getCrossAccountRole
The cross account role for a service.- See Also:
-
getExternalId
The external ID (secret key) for the service.- See Also:
-
getServiceArn
The Amazon Resource Name (ARN) for a service.- See Also:
-
builder
- Returns:
- a
CfnPlan.ServiceProperty.Builder
ofCfnPlan.ServiceProperty
-