public static final class CfnStudioProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStudioProps
CfnStudioProps
CfnStudioProps.Builder, CfnStudioProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAuthMode()
Specifies whether the Studio authenticates users using AWS SSO or IAM.
|
java.lang.String |
getDefaultS3Location()
The Amazon S3 location to back up EMR Studio Workspaces and notebook files.
|
java.lang.String |
getDescription()
A detailed description of the Amazon EMR Studio.
|
java.lang.String |
getEngineSecurityGroupId()
The ID of the Amazon EMR Studio Engine security group.
|
java.lang.String |
getIdpAuthUrl()
Your identity provider's authentication endpoint.
|
java.lang.String |
getIdpRelayStateParameterName()
The name of your identity provider's `RelayState` parameter.
|
java.lang.String |
getName()
A descriptive name for the Amazon EMR Studio.
|
java.lang.String |
getServiceRole()
The Amazon Resource Name (ARN) of the IAM role that will be assumed by the Amazon EMR Studio.
|
java.util.List<java.lang.String> |
getSubnetIds()
A list of subnet IDs to associate with the Amazon EMR Studio.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.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.
|
java.lang.String |
getVpcId()
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
|
java.lang.String |
getWorkspaceSecurityGroupId()
The ID of the Workspace security group associated with the Amazon EMR Studio.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAuthMode()
CfnStudioProps
getAuthMode
in interface CfnStudioProps
public final java.lang.String getDefaultS3Location()
CfnStudioProps
getDefaultS3Location
in interface CfnStudioProps
public final java.lang.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 CfnStudioProps
public final java.lang.String getName()
CfnStudioProps
getName
in interface CfnStudioProps
public final java.lang.String getServiceRole()
CfnStudioProps
The service role provides a way for Amazon EMR Studio to interoperate with other AWS services.
getServiceRole
in interface CfnStudioProps
public final java.util.List<java.lang.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 CfnStudioProps
public final java.lang.String getVpcId()
CfnStudioProps
getVpcId
in interface CfnStudioProps
public final java.lang.String getWorkspaceSecurityGroupId()
CfnStudioProps
The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.
getWorkspaceSecurityGroupId
in interface CfnStudioProps
public final java.lang.String getDescription()
CfnStudioProps
getDescription
in interface CfnStudioProps
public final java.lang.String getIdpAuthUrl()
CfnStudioProps
Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.
getIdpAuthUrl
in interface CfnStudioProps
public final java.lang.String getIdpRelayStateParameterName()
CfnStudioProps
getIdpRelayStateParameterName
in interface CfnStudioProps
public final java.util.List<CfnTag> getTags()
CfnStudioProps
For more information, see Tag .
getTags
in interface CfnStudioProps
public final java.lang.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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()