Interface CfnPlan.EksClusterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.EksClusterProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.EksClusterProperty
extends software.amazon.jsii.JsiiSerializable
The AWS EKS cluster execution block configuration.
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.*;
EksClusterProperty eksClusterProperty = EksClusterProperty.builder()
.clusterArn("clusterArn")
// the properties below are optional
.crossAccountRole("crossAccountRole")
.externalId("externalId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlan.EksClusterPropertystatic final classAn implementation forCfnPlan.EksClusterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClusterArn
The Amazon Resource Name (ARN) of an AWS EKS cluster.- See Also:
-
getCrossAccountRole
The cross account role for the configuration.- See Also:
-
getExternalId
The external ID (secret key) for the configuration.- See Also:
-
builder
- Returns:
- a
CfnPlan.EksClusterProperty.BuilderofCfnPlan.EksClusterProperty
-