@Stability(value=Stable)
public static interface CfnCluster.JobFlowInstancesConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.JobFlowInstancesConfigProperty.Builder
A builder for
CfnCluster.JobFlowInstancesConfigProperty |
static class |
CfnCluster.JobFlowInstancesConfigProperty.Jsii$Proxy
An implementation for
CfnCluster.JobFlowInstancesConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.JobFlowInstancesConfigProperty.Builder |
builder() |
default List<String> |
getAdditionalMasterSecurityGroups()
`CfnCluster.JobFlowInstancesConfigProperty.AdditionalMasterSecurityGroups`.
|
default List<String> |
getAdditionalSlaveSecurityGroups()
`CfnCluster.JobFlowInstancesConfigProperty.AdditionalSlaveSecurityGroups`.
|
default Object |
getCoreInstanceFleet()
`CfnCluster.JobFlowInstancesConfigProperty.CoreInstanceFleet`.
|
default Object |
getCoreInstanceGroup()
`CfnCluster.JobFlowInstancesConfigProperty.CoreInstanceGroup`.
|
default String |
getEc2KeyName()
`CfnCluster.JobFlowInstancesConfigProperty.Ec2KeyName`.
|
default String |
getEc2SubnetId()
`CfnCluster.JobFlowInstancesConfigProperty.Ec2SubnetId`.
|
default List<String> |
getEc2SubnetIds()
`CfnCluster.JobFlowInstancesConfigProperty.Ec2SubnetIds`.
|
default String |
getEmrManagedMasterSecurityGroup()
`CfnCluster.JobFlowInstancesConfigProperty.EmrManagedMasterSecurityGroup`.
|
default String |
getEmrManagedSlaveSecurityGroup()
`CfnCluster.JobFlowInstancesConfigProperty.EmrManagedSlaveSecurityGroup`.
|
default String |
getHadoopVersion()
`CfnCluster.JobFlowInstancesConfigProperty.HadoopVersion`.
|
default Object |
getKeepJobFlowAliveWhenNoSteps()
`CfnCluster.JobFlowInstancesConfigProperty.KeepJobFlowAliveWhenNoSteps`.
|
default Object |
getMasterInstanceFleet()
`CfnCluster.JobFlowInstancesConfigProperty.MasterInstanceFleet`.
|
default Object |
getMasterInstanceGroup()
`CfnCluster.JobFlowInstancesConfigProperty.MasterInstanceGroup`.
|
default Object |
getPlacement()
`CfnCluster.JobFlowInstancesConfigProperty.Placement`.
|
default String |
getServiceAccessSecurityGroup()
`CfnCluster.JobFlowInstancesConfigProperty.ServiceAccessSecurityGroup`.
|
default Object |
getTerminationProtected()
`CfnCluster.JobFlowInstancesConfigProperty.TerminationProtected`.
|
@Stability(value=Stable) @Nullable default List<String> getAdditionalMasterSecurityGroups()
@Stability(value=Stable) @Nullable default List<String> getAdditionalSlaveSecurityGroups()
@Stability(value=Stable) @Nullable default Object getCoreInstanceFleet()
@Stability(value=Stable) @Nullable default Object getCoreInstanceGroup()
@Stability(value=Stable) @Nullable default String getEc2KeyName()
@Stability(value=Stable) @Nullable default String getEc2SubnetId()
@Stability(value=Stable) @Nullable default List<String> getEc2SubnetIds()
@Stability(value=Stable) @Nullable default String getEmrManagedMasterSecurityGroup()
@Stability(value=Stable) @Nullable default String getEmrManagedSlaveSecurityGroup()
@Stability(value=Stable) @Nullable default String getHadoopVersion()
@Stability(value=Stable) @Nullable default Object getKeepJobFlowAliveWhenNoSteps()
@Stability(value=Stable) @Nullable default Object getMasterInstanceFleet()
@Stability(value=Stable) @Nullable default Object getMasterInstanceGroup()
@Stability(value=Stable) @Nullable default Object getPlacement()
@Stability(value=Stable) @Nullable default String getServiceAccessSecurityGroup()
@Stability(value=Stable) @Nullable default Object getTerminationProtected()
@Stability(value=Stable) static CfnCluster.JobFlowInstancesConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.