Interface IEmrContainersCreateVirtualClusterProps
Properties to define a EMR Containers CreateVirtualCluster Task on an EKS cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEmrContainersCreateVirtualClusterProps : ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Syntax (vb)
Public Interface IEmrContainersCreateVirtualClusterProps
Inherits ITaskStateBaseProps, IStateBaseProps, ITaskStateBaseOptions, IAssignableStateOptions, IJsonPathCommonOptions, IJsonataCommonOptions
Remarks
ExampleMetadata: infused
Examples
new EmrContainersCreateVirtualCluster(this, "Create a Virtual Cluster", new EmrContainersCreateVirtualClusterProps {
EksCluster = EksClusterInput.FromTaskInput(TaskInput.FromText("clusterId")),
EksNamespace = "specified-namespace"
});
Synopsis
Properties
Eks |
EKS Cluster or task input that contains the name of the cluster. |
Eks |
The namespace of an EKS cluster. |
Tags | The tags assigned to the virtual cluster. |
Virtual |
Name of the virtual cluster that will be created. |
Properties
EksCluster
EKS Cluster or task input that contains the name of the cluster.
EksClusterInput EksCluster { get; }
Property Value
EksNamespace
The namespace of an EKS cluster.
virtual string EksNamespace { get; }
Property Value
System.
Remarks
Default: - 'default'
Tags
The tags assigned to the virtual cluster.
virtual IDictionary<string, string> Tags { get; }
Property Value
System.
Remarks
Default: {}
VirtualClusterName
Name of the virtual cluster that will be created.
virtual string VirtualClusterName { get; }
Property Value
System.
Remarks
Default: - the name of the state machine execution that runs this task and state name