Class CfnStudio
- All Implemented Interfaces:
- IConstruct,- IDependable,- IInspectable,- software.amazon.jsii.JsiiSerializable,- software.constructs.IConstruct
AWS::EMR::Studio.
 
 The AWS::EMR::Studio resource specifies an Amazon EMR Studio. An EMR Studio is a web-based, integrated development environment for fully managed Jupyter notebooks that run on Amazon EMR clusters. For more information, see the Amazon EMR Management Guide .
 
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();
 - 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstructIConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstructsoftware.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectableIInspectable.Jsii$Default, IInspectable.Jsii$Proxy
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Amazon EMR Studio.The ID of the Amazon EMR Studio.The unique access URL of the Amazon EMR Studio.Specifies whether the Studio authenticates users using IAM Identity Center or IAM.The Amazon S3 location to back up EMR Studio Workspaces and notebook files.A detailed description of the Amazon EMR Studio.The ID of the Amazon EMR Studio Engine security group.Your identity provider's authentication endpoint.The name of your identity provider'sRelayStateparameter.getName()A descriptive name for the Amazon EMR Studio.The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.A list of subnet IDs to associate with the Amazon EMR Studio.getTags()An array of key-value pairs to apply to this resource.The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.getVpcId()The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.The ID of the Workspace security group associated with the Amazon EMR Studio.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAuthMode(String value) Specifies whether the Studio authenticates users using IAM Identity Center or IAM.voidsetDefaultS3Location(String value) The Amazon S3 location to back up EMR Studio Workspaces and notebook files.voidsetDescription(String value) A detailed description of the Amazon EMR Studio.voidsetEngineSecurityGroupId(String value) The ID of the Amazon EMR Studio Engine security group.voidsetIdpAuthUrl(String value) Your identity provider's authentication endpoint.voidThe name of your identity provider'sRelayStateparameter.voidA descriptive name for the Amazon EMR Studio.voidsetServiceRole(String value) The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.voidsetSubnetIds(List<String> value) A list of subnet IDs to associate with the Amazon EMR Studio.voidsetUserRole(String value) The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.voidThe ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.voidThe ID of the Workspace security group associated with the Amazon EMR Studio.Methods inherited from class software.amazon.awscdk.core.CfnResourceaddDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElementgetRefMethods inherited from class software.amazon.awscdk.core.CfnElementgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.ConstructgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Field Details- 
CFN_RESOURCE_TYPE_NAMEThe CloudFormation resource type name for this resource class.
 
- 
- 
Constructor Details- 
CfnStudioprotected CfnStudio(software.amazon.jsii.JsiiObjectRef objRef) 
- 
CfnStudioprotected CfnStudio(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) 
- 
CfnStudio@Stability(Stable) public CfnStudio(@NotNull Construct scope, @NotNull String id, @NotNull CfnStudioProps props) Create a newAWS::EMR::Studio.- Parameters:
- scope-- scope in which this resource is defined.
 
- id-- scoped id of the resource.
 
- props-- resource properties.
 
 
 
- 
- 
Method Details- 
inspectExamines the CloudFormation resource and discloses attributes.- Specified by:
- inspectin interface- IInspectable
- Parameters:
- inspector-- tree inspector to collect and process attributes.
 
 
- 
renderProperties@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
- renderPropertiesin class- CfnResource
- Parameters:
- props- This parameter is required.
 
- 
getAttrArnThe Amazon Resource Name (ARN) of the Amazon EMR Studio.For example: arn:aws:elasticmapreduce:us-east-1:653XXXXXXXXX:studio/es-EXAMPLE12345678XXXXXXXXXXX.
- 
getAttrStudioIdThe ID of the Amazon EMR Studio.For example: es-EXAMPLE12345678XXXXXXXXXXX.
- 
getAttrUrlThe unique access URL of the Amazon EMR Studio.For example: https://es-EXAMPLE12345678XXXXXXXXXXX.emrstudio-prod.us-east-1.amazonaws.com.
- 
getCfnProperties- Overrides:
- getCfnPropertiesin class- CfnResource
 
- 
getTagsAn array of key-value pairs to apply to this resource.For more information, see Tag . 
- 
getAuthModeSpecifies whether the Studio authenticates users using IAM Identity Center or IAM.
- 
setAuthModeSpecifies whether the Studio authenticates users using IAM Identity Center or IAM.
- 
getDefaultS3LocationThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.
- 
setDefaultS3LocationThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.
- 
getEngineSecurityGroupIdThe ID of the Amazon EMR Studio Engine security group.The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by VpcId.
- 
setEngineSecurityGroupIdThe ID of the Amazon EMR Studio Engine security group.The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by VpcId.
- 
getNameA descriptive name for the Amazon EMR Studio.
- 
setNameA descriptive name for the Amazon EMR Studio.
- 
getServiceRoleThe Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.The service role provides a way for Amazon EMR Studio to interoperate with other AWS services. 
- 
setServiceRoleThe Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.The service role provides a way for Amazon EMR Studio to interoperate with other AWS services. 
- 
getSubnetIdsA list of subnet IDs to associate with the Amazon EMR Studio.A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by VpcId. Studio users can create a Workspace in any of the specified subnets.
- 
setSubnetIdsA list of subnet IDs to associate with the Amazon EMR Studio.A Studio can have a maximum of 5 subnets. The subnets must belong to the VPC specified by VpcId. Studio users can create a Workspace in any of the specified subnets.
- 
getVpcIdThe ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
- 
setVpcIdThe ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
- 
getWorkspaceSecurityGroupIdThe ID of the Workspace security group associated with the Amazon EMR Studio.The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet. 
- 
setWorkspaceSecurityGroupIdThe ID of the Workspace security group associated with the Amazon EMR Studio.The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet. 
- 
getDescriptionA detailed description of the Amazon EMR Studio.
- 
setDescriptionA detailed description of the Amazon EMR Studio.
- 
getIdpAuthUrlYour identity provider's authentication endpoint.Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL. 
- 
setIdpAuthUrlYour identity provider's authentication endpoint.Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL. 
- 
getIdpRelayStateParameterNameThe name of your identity provider'sRelayStateparameter.
- 
setIdpRelayStateParameterNameThe name of your identity provider'sRelayStateparameter.
- 
getUserRoleThe Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.The permissions attached to this IAM role can be scoped down for each user or group using session policies. You only need to specify UserRolewhen you setAuthModetoSSO.
- 
setUserRoleThe Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.The permissions attached to this IAM role can be scoped down for each user or group using session policies. You only need to specify UserRolewhen you setAuthModetoSSO.
 
-