@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.530Z") @Stability(value=Stable) public class CfnStudio extends CfnResource implements IInspectable
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.emr.*;
CfnStudio cfnStudio = CfnStudio.Builder.create(this, "MyCfnStudio")
.authMode("authMode")
.defaultS3Location("defaultS3Location")
.engineSecurityGroupId("engineSecurityGroupId")
.name("name")
.serviceRole("serviceRole")
.subnetIds(List.of("subnetIds"))
.vpcId("vpcId")
.workspaceSecurityGroupId("workspaceSecurityGroupId")
// the properties below are optional
.description("description")
.idpAuthUrl("idpAuthUrl")
.idpRelayStateParameterName("idpRelayStateParameterName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.userRole("userRole")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnStudio.Builder
A fluent builder for
CfnStudio. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.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 |
getIdpAuthUrl()
`AWS::EMR::Studio.IdpAuthUrl`.
|
String |
getIdpRelayStateParameterName()
`AWS::EMR::Studio.IdpRelayStateParameterName`.
|
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 |
setIdpAuthUrl(String value)
`AWS::EMR::Studio.IdpAuthUrl`.
|
void |
setIdpRelayStateParameterName(String value)
`AWS::EMR::Studio.IdpRelayStateParameterName`.
|
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, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, 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 IInspectableinspector - - 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 CfnResourceprops - 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 public String getAuthMode()
@Stability(value=Stable)
public void setAuthMode(@NotNull
String value)
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getDefaultS3Location()
@Stability(value=Stable)
public void setDefaultS3Location(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @NotNull public String getEngineSecurityGroupId()
@Stability(value=Stable)
public void setEngineSecurityGroupId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getIdpAuthUrl()
@Stability(value=Stable)
public void setIdpAuthUrl(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getIdpRelayStateParameterName()
@Stability(value=Stable)
public void setIdpRelayStateParameterName(@Nullable
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 TagManager getTags()
@Stability(value=Stable) @Nullable public String getUserRole()
@Stability(value=Stable)
public void setUserRole(@Nullable
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)
Copyright © 2021. All rights reserved.