Class CfnStudioProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStudioProps
CfnStudioProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnStudioProps
CfnStudioProps.Builder, CfnStudioProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStudioProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStudioProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Specifies whether the Studio authenticates users using IAM Identity Center or IAM.final String
The Amazon S3 location to back up EMR Studio Workspaces and notebook files.final String
A detailed description of the Amazon EMR Studio.final String
The AWS KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.final String
The ID of the Amazon EMR Studio Engine security group.final String
The ARN of the IAM Identity Center instance the Studio application belongs to.final String
Indicates whether the Studio hasREQUIRED
orOPTIONAL
IAM Identity Center user assignment.final String
Your identity provider's authentication endpoint.final String
The name of your identity provider'sRelayState
parameter.final String
getName()
A descriptive name for the Amazon EMR Studio.final String
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.final Object
Indicates whether the Studio has Trusted identity propagation enabled.final String
The Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.final String
getVpcId()
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.final String
The ID of the Workspace security group associated with the Amazon EMR Studio.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStudioProps.Builder
.
-
-
Method Details
-
getAuthMode
Description copied from interface:CfnStudioProps
Specifies whether the Studio authenticates users using IAM Identity Center or IAM.- Specified by:
getAuthMode
in interfaceCfnStudioProps
- See Also:
-
getDefaultS3Location
Description copied from interface:CfnStudioProps
The Amazon S3 location to back up EMR Studio Workspaces and notebook files.- Specified by:
getDefaultS3Location
in interfaceCfnStudioProps
- See Also:
-
getEngineSecurityGroupId
Description copied from interface:CfnStudioProps
The 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
.- Specified by:
getEngineSecurityGroupId
in interfaceCfnStudioProps
- See Also:
-
getName
Description copied from interface:CfnStudioProps
A descriptive name for the Amazon EMR Studio.- Specified by:
getName
in interfaceCfnStudioProps
- See Also:
-
getServiceRole
Description copied from interface:CfnStudioProps
The 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.
- Specified by:
getServiceRole
in interfaceCfnStudioProps
- See Also:
-
getSubnetIds
Description copied from interface:CfnStudioProps
A 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.- Specified by:
getSubnetIds
in interfaceCfnStudioProps
- See Also:
-
getVpcId
Description copied from interface:CfnStudioProps
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.- Specified by:
getVpcId
in interfaceCfnStudioProps
- See Also:
-
getWorkspaceSecurityGroupId
Description copied from interface:CfnStudioProps
The 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.
- Specified by:
getWorkspaceSecurityGroupId
in interfaceCfnStudioProps
- See Also:
-
getDescription
Description copied from interface:CfnStudioProps
A detailed description of the Amazon EMR Studio.- Specified by:
getDescription
in interfaceCfnStudioProps
- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnStudioProps
The AWS KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.- Specified by:
getEncryptionKeyArn
in interfaceCfnStudioProps
- See Also:
-
getIdcInstanceArn
Description copied from interface:CfnStudioProps
The ARN of the IAM Identity Center instance the Studio application belongs to.- Specified by:
getIdcInstanceArn
in interfaceCfnStudioProps
- See Also:
-
getIdcUserAssignment
Description copied from interface:CfnStudioProps
Indicates whether the Studio hasREQUIRED
orOPTIONAL
IAM Identity Center user assignment.If the value is set to
REQUIRED
, users must be explicitly assigned to the Studio application to access the Studio.- Specified by:
getIdcUserAssignment
in interfaceCfnStudioProps
- See Also:
-
getIdpAuthUrl
Description copied from interface:CfnStudioProps
Your 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.
- Specified by:
getIdpAuthUrl
in interfaceCfnStudioProps
- See Also:
-
getIdpRelayStateParameterName
Description copied from interface:CfnStudioProps
The name of your identity provider'sRelayState
parameter.- Specified by:
getIdpRelayStateParameterName
in interfaceCfnStudioProps
- See Also:
-
getTags
Description copied from interface:CfnStudioProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnStudioProps
- See Also:
-
getTrustedIdentityPropagationEnabled
Description copied from interface:CfnStudioProps
Indicates whether the Studio has Trusted identity propagation enabled.The default value is
false
.- Specified by:
getTrustedIdentityPropagationEnabled
in interfaceCfnStudioProps
- See Also:
-
getUserRole
Description copied from interface:CfnStudioProps
The 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
UserRole
when you setAuthMode
toSSO
.- Specified by:
getUserRole
in interfaceCfnStudioProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-