@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.065Z") @Stability(value=Stable) public class CfnStudio extends CfnResource implements IInspectable
Modifier and Type | Class and Description |
---|---|
static class |
CfnStudio.Builder
A fluent builder for
CfnStudio . |
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 |
---|---|
|
CfnStudio(software.constructs.Construct scope,
String id,
CfnStudioProps props)
Create a new `AWS::EMR::Studio`.
|
protected |
CfnStudio(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnStudio(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAttrArn() |
String |
getAttrStudioId() |
String |
getAttrUrl() |
String |
getAuthMode()
`AWS::EMR::Studio.AuthMode`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getDefaultS3Location()
`AWS::EMR::Studio.DefaultS3Location`.
|
String |
getDescription()
`AWS::EMR::Studio.Description`.
|
String |
getEngineSecurityGroupId()
`AWS::EMR::Studio.EngineSecurityGroupId`.
|
String |
getName()
`AWS::EMR::Studio.Name`.
|
String |
getServiceRole()
`AWS::EMR::Studio.ServiceRole`.
|
List<String> |
getSubnetIds()
`AWS::EMR::Studio.SubnetIds`.
|
TagManager |
getTags()
`AWS::EMR::Studio.Tags`.
|
String |
getUserRole()
`AWS::EMR::Studio.UserRole`.
|
String |
getVpcId()
`AWS::EMR::Studio.VpcId`.
|
String |
getWorkspaceSecurityGroupId()
`AWS::EMR::Studio.WorkspaceSecurityGroupId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAuthMode(String value)
`AWS::EMR::Studio.AuthMode`.
|
void |
setDefaultS3Location(String value)
`AWS::EMR::Studio.DefaultS3Location`.
|
void |
setDescription(String value)
`AWS::EMR::Studio.Description`.
|
void |
setEngineSecurityGroupId(String value)
`AWS::EMR::Studio.EngineSecurityGroupId`.
|
void |
setName(String value)
`AWS::EMR::Studio.Name`.
|
void |
setServiceRole(String value)
`AWS::EMR::Studio.ServiceRole`.
|
void |
setSubnetIds(List<String> value)
`AWS::EMR::Studio.SubnetIds`.
|
void |
setUserRole(String value)
`AWS::EMR::Studio.UserRole`.
|
void |
setVpcId(String value)
`AWS::EMR::Studio.VpcId`.
|
void |
setWorkspaceSecurityGroupId(String value)
`AWS::EMR::Studio.WorkspaceSecurityGroupId`.
|
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 CfnStudio(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnStudio(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public CfnStudio(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnStudioProps 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 getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrStudioId()
@Stability(value=Stable) @NotNull public String getAttrUrl()
@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 String getAuthMode()
@Stability(value=Stable) public void setAuthMode(@NotNull String value)
@Stability(value=Stable) @NotNull public String getDefaultS3Location()
@Stability(value=Stable) public void setDefaultS3Location(@NotNull String value)
@Stability(value=Stable) @NotNull public String getEngineSecurityGroupId()
@Stability(value=Stable) public void setEngineSecurityGroupId(@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) @NotNull public List<String> getSubnetIds()
@Stability(value=Stable) public void setSubnetIds(@NotNull List<String> value)
@Stability(value=Stable) @NotNull public String getUserRole()
@Stability(value=Stable) public void setUserRole(@NotNull String value)
@Stability(value=Stable) @NotNull public String getVpcId()
@Stability(value=Stable) public void setVpcId(@NotNull String value)
@Stability(value=Stable) @NotNull public String getWorkspaceSecurityGroupId()
@Stability(value=Stable) public void setWorkspaceSecurityGroupId(@NotNull String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable) public void setDescription(@Nullable String value)
Copyright © 2021. All rights reserved.