@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.055Z") @Stability(value=Stable) public class CfnCluster extends CfnResource implements IInspectable
software.amazon.jsii.JsiiObject.InitializationMode
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Modifier and Type | Field and Description |
---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
Modifier | Constructor and Description |
---|---|
|
CfnCluster(software.constructs.Construct scope,
String id,
CfnClusterProps props)
Create a new `AWS::EMR::Cluster`.
|
protected |
CfnCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCluster(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
Object |
getAdditionalInfo()
`AWS::EMR::Cluster.AdditionalInfo`.
|
Object |
getApplications()
`AWS::EMR::Cluster.Applications`.
|
String |
getAttrMasterPublicDns() |
String |
getAutoScalingRole()
`AWS::EMR::Cluster.AutoScalingRole`.
|
Object |
getBootstrapActions()
`AWS::EMR::Cluster.BootstrapActions`.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getConfigurations()
`AWS::EMR::Cluster.Configurations`.
|
String |
getCustomAmiId()
`AWS::EMR::Cluster.CustomAmiId`.
|
Number |
getEbsRootVolumeSize()
`AWS::EMR::Cluster.EbsRootVolumeSize`.
|
Object |
getInstances()
`AWS::EMR::Cluster.Instances`.
|
String |
getJobFlowRole()
`AWS::EMR::Cluster.JobFlowRole`.
|
Object |
getKerberosAttributes()
`AWS::EMR::Cluster.KerberosAttributes`.
|
String |
getLogEncryptionKmsKeyId()
`AWS::EMR::Cluster.LogEncryptionKmsKeyId`.
|
String |
getLogUri()
`AWS::EMR::Cluster.LogUri`.
|
Object |
getManagedScalingPolicy()
`AWS::EMR::Cluster.ManagedScalingPolicy`.
|
String |
getName()
`AWS::EMR::Cluster.Name`.
|
String |
getReleaseLabel()
`AWS::EMR::Cluster.ReleaseLabel`.
|
String |
getScaleDownBehavior()
`AWS::EMR::Cluster.ScaleDownBehavior`.
|
String |
getSecurityConfiguration()
`AWS::EMR::Cluster.SecurityConfiguration`.
|
String |
getServiceRole()
`AWS::EMR::Cluster.ServiceRole`.
|
Number |
getStepConcurrencyLevel()
`AWS::EMR::Cluster.StepConcurrencyLevel`.
|
Object |
getSteps()
`AWS::EMR::Cluster.Steps`.
|
TagManager |
getTags()
`AWS::EMR::Cluster.Tags`.
|
Object |
getVisibleToAllUsers()
`AWS::EMR::Cluster.VisibleToAllUsers`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAdditionalInfo(Object value)
`AWS::EMR::Cluster.AdditionalInfo`.
|
void |
setApplications(IResolvable value)
`AWS::EMR::Cluster.Applications`.
|
void |
setApplications(List<Object> value)
`AWS::EMR::Cluster.Applications`.
|
void |
setAutoScalingRole(String value)
`AWS::EMR::Cluster.AutoScalingRole`.
|
void |
setBootstrapActions(IResolvable value)
`AWS::EMR::Cluster.BootstrapActions`.
|
void |
setBootstrapActions(List<Object> value)
`AWS::EMR::Cluster.BootstrapActions`.
|
void |
setConfigurations(IResolvable value)
`AWS::EMR::Cluster.Configurations`.
|
void |
setConfigurations(List<Object> value)
`AWS::EMR::Cluster.Configurations`.
|
void |
setCustomAmiId(String value)
`AWS::EMR::Cluster.CustomAmiId`.
|
void |
setEbsRootVolumeSize(Number value)
`AWS::EMR::Cluster.EbsRootVolumeSize`.
|
void |
setInstances(CfnCluster.JobFlowInstancesConfigProperty value)
`AWS::EMR::Cluster.Instances`.
|
void |
setInstances(IResolvable value)
`AWS::EMR::Cluster.Instances`.
|
void |
setJobFlowRole(String value)
`AWS::EMR::Cluster.JobFlowRole`.
|
void |
setKerberosAttributes(CfnCluster.KerberosAttributesProperty value)
`AWS::EMR::Cluster.KerberosAttributes`.
|
void |
setKerberosAttributes(IResolvable value)
`AWS::EMR::Cluster.KerberosAttributes`.
|
void |
setLogEncryptionKmsKeyId(String value)
`AWS::EMR::Cluster.LogEncryptionKmsKeyId`.
|
void |
setLogUri(String value)
`AWS::EMR::Cluster.LogUri`.
|
void |
setManagedScalingPolicy(CfnCluster.ManagedScalingPolicyProperty value)
`AWS::EMR::Cluster.ManagedScalingPolicy`.
|
void |
setManagedScalingPolicy(IResolvable value)
`AWS::EMR::Cluster.ManagedScalingPolicy`.
|
void |
setName(String value)
`AWS::EMR::Cluster.Name`.
|
void |
setReleaseLabel(String value)
`AWS::EMR::Cluster.ReleaseLabel`.
|
void |
setScaleDownBehavior(String value)
`AWS::EMR::Cluster.ScaleDownBehavior`.
|
void |
setSecurityConfiguration(String value)
`AWS::EMR::Cluster.SecurityConfiguration`.
|
void |
setServiceRole(String value)
`AWS::EMR::Cluster.ServiceRole`.
|
void |
setStepConcurrencyLevel(Number value)
`AWS::EMR::Cluster.StepConcurrencyLevel`.
|
void |
setSteps(IResolvable value)
`AWS::EMR::Cluster.Steps`.
|
void |
setSteps(List<Object> value)
`AWS::EMR::Cluster.Steps`.
|
void |
setVisibleToAllUsers(Boolean value)
`AWS::EMR::Cluster.VisibleToAllUsers`.
|
void |
setVisibleToAllUsers(IResolvable value)
`AWS::EMR::Cluster.VisibleToAllUsers`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnCluster(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnCluster(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnClusterProps props)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.props
- - resource properties. This parameter is required.@Stability(value=Stable) public void inspect(@NotNull TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Stability(value=Stable) @NotNull public String getAttrMasterPublicDns()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public Object getAdditionalInfo()
@Stability(value=Stable) public void setAdditionalInfo(@NotNull Object value)
@Stability(value=Stable) @NotNull public Object getInstances()
@Stability(value=Stable) public void setInstances(@NotNull CfnCluster.JobFlowInstancesConfigProperty value)
@Stability(value=Stable) public void setInstances(@NotNull IResolvable value)
@Stability(value=Stable) @NotNull public String getJobFlowRole()
@Stability(value=Stable) public void setJobFlowRole(@NotNull String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable) public void setName(@NotNull String value)
@Stability(value=Stable) @NotNull public String getServiceRole()
@Stability(value=Stable) public void setServiceRole(@NotNull String value)
@Stability(value=Stable) @Nullable public Object getApplications()
@Stability(value=Stable) public void setApplications(@Nullable IResolvable value)
@Stability(value=Stable) public void setApplications(@Nullable List<Object> value)
@Stability(value=Stable) @Nullable public String getAutoScalingRole()
@Stability(value=Stable) public void setAutoScalingRole(@Nullable String value)
@Stability(value=Stable) @Nullable public Object getBootstrapActions()
@Stability(value=Stable) public void setBootstrapActions(@Nullable IResolvable value)
@Stability(value=Stable) public void setBootstrapActions(@Nullable List<Object> value)
@Stability(value=Stable) @Nullable public Object getConfigurations()
@Stability(value=Stable) public void setConfigurations(@Nullable IResolvable value)
@Stability(value=Stable) public void setConfigurations(@Nullable List<Object> value)
@Stability(value=Stable) @Nullable public String getCustomAmiId()
@Stability(value=Stable) public void setCustomAmiId(@Nullable String value)
@Stability(value=Stable) @Nullable public Number getEbsRootVolumeSize()
@Stability(value=Stable) public void setEbsRootVolumeSize(@Nullable Number value)
@Stability(value=Stable) @Nullable public Object getKerberosAttributes()
@Stability(value=Stable) public void setKerberosAttributes(@Nullable CfnCluster.KerberosAttributesProperty value)
@Stability(value=Stable) public void setKerberosAttributes(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public String getLogEncryptionKmsKeyId()
@Stability(value=Stable) public void setLogEncryptionKmsKeyId(@Nullable String value)
@Stability(value=Stable) @Nullable public String getLogUri()
@Stability(value=Stable) public void setLogUri(@Nullable String value)
@Stability(value=Stable) @Nullable public Object getManagedScalingPolicy()
@Stability(value=Stable) public void setManagedScalingPolicy(@Nullable CfnCluster.ManagedScalingPolicyProperty value)
@Stability(value=Stable) public void setManagedScalingPolicy(@Nullable IResolvable value)
@Stability(value=Stable) @Nullable public String getReleaseLabel()
@Stability(value=Stable) public void setReleaseLabel(@Nullable String value)
@Stability(value=Stable) @Nullable public String getScaleDownBehavior()
@Stability(value=Stable) public void setScaleDownBehavior(@Nullable String value)
@Stability(value=Stable) @Nullable public String getSecurityConfiguration()
@Stability(value=Stable) public void setSecurityConfiguration(@Nullable String value)
@Stability(value=Stable) @Nullable public Number getStepConcurrencyLevel()
@Stability(value=Stable) public void setStepConcurrencyLevel(@Nullable Number value)
@Stability(value=Stable) @Nullable public Object getSteps()
@Stability(value=Stable) public void setSteps(@Nullable IResolvable value)
@Stability(value=Stable) public void setSteps(@Nullable List<Object> value)
@Stability(value=Stable) @Nullable public Object getVisibleToAllUsers()
@Stability(value=Stable) public void setVisibleToAllUsers(@Nullable Boolean value)
@Stability(value=Stable) public void setVisibleToAllUsers(@Nullable IResolvable value)
Copyright © 2021. All rights reserved.