@Stability(value=Stable) @Internal public static final class CfnStudioProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStudioProps
CfnStudioPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnStudioProps.Builder, CfnStudioProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnStudioProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnStudioProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAuthMode()
Specifies whether the Studio authenticates users using AWS SSO or IAM.
|
String |
getDefaultS3Location()
The Amazon S3 location to back up EMR Studio Workspaces and notebook files.
|
String |
getDescription()
A detailed description of the Amazon EMR Studio.
|
String |
getEngineSecurityGroupId()
The ID of the Amazon EMR Studio Engine security group.
|
String |
getIdpAuthUrl()
Your identity provider's authentication endpoint.
|
String |
getIdpRelayStateParameterName()
The name of your identity provider's `RelayState` parameter.
|
String |
getName()
A descriptive name for the Amazon EMR Studio.
|
String |
getServiceRole()
The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.
|
List<String> |
getSubnetIds()
A list of subnet IDs to associate with the Amazon EMR Studio.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
String |
getUserRole()
The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.
|
String |
getVpcId()
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
String |
getWorkspaceSecurityGroupId()
The ID of the Workspace security group associated with the Amazon EMR Studio.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnStudioProps.Builder builder)
CfnStudioProps.Builder.public final String getAuthMode()
CfnStudioPropsgetAuthMode in interface CfnStudioPropspublic final String getDefaultS3Location()
CfnStudioPropsgetDefaultS3Location in interface CfnStudioPropspublic final String getEngineSecurityGroupId()
CfnStudioProps
The Engine security group allows inbound network traffic from the Workspace security group, and it must be in the same VPC specified by VpcId .
getEngineSecurityGroupId in interface CfnStudioPropspublic final String getName()
CfnStudioPropsgetName in interface CfnStudioPropspublic final String getServiceRole()
CfnStudioPropsThe service role provides a way for Amazon EMR Studio to interoperate with other AWS services.
getServiceRole in interface CfnStudioPropspublic final List<String> getSubnetIds()
CfnStudioProps
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.
getSubnetIds in interface CfnStudioPropspublic final String getVpcId()
CfnStudioPropsgetVpcId in interface CfnStudioPropspublic final String getWorkspaceSecurityGroupId()
CfnStudioPropsThe Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.
getWorkspaceSecurityGroupId in interface CfnStudioPropspublic final String getDescription()
CfnStudioPropsgetDescription in interface CfnStudioPropspublic final String getIdpAuthUrl()
CfnStudioPropsAmazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.
getIdpAuthUrl in interface CfnStudioPropspublic final String getIdpRelayStateParameterName()
CfnStudioPropsgetIdpRelayStateParameterName in interface CfnStudioPropspublic final List<CfnTag> getTags()
CfnStudioPropsFor more information, see Tag .
getTags in interface CfnStudioPropspublic final String getUserRole()
CfnStudioProps
The permissions attached to this IAM role can be scoped down for each user or group using session policies. You only need to specify UserRole when you set AuthMode to SSO .
getUserRole in interface CfnStudioProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.