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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnStudioProps
CfnStudioProps.Builder, CfnStudioProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStudioProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStudioProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecifies whether the Studio authenticates users using IAM Identity Center or IAM.final StringThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.final StringA detailed description of the Amazon EMR Studio.final StringThe ID of the Amazon EMR Studio Engine security group.final StringYour identity provider's authentication endpoint.final StringThe name of your identity provider'sRelayStateparameter.final StringgetName()A descriptive name for the Amazon EMR Studio.final StringThe 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 StringThe Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.final StringgetVpcId()The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.final StringThe ID of the Workspace security group associated with the Amazon EMR Studio.final inthashCode()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:CfnStudioPropsSpecifies whether the Studio authenticates users using IAM Identity Center or IAM.- Specified by:
getAuthModein interfaceCfnStudioProps
-
getDefaultS3Location
Description copied from interface:CfnStudioPropsThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.- Specified by:
getDefaultS3Locationin interfaceCfnStudioProps
-
getEngineSecurityGroupId
Description copied from interface:CfnStudioPropsThe 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:
getEngineSecurityGroupIdin interfaceCfnStudioProps
-
getName
Description copied from interface:CfnStudioPropsA descriptive name for the Amazon EMR Studio.- Specified by:
getNamein interfaceCfnStudioProps
-
getServiceRole
Description copied from interface:CfnStudioPropsThe 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:
getServiceRolein interfaceCfnStudioProps
-
getSubnetIds
Description copied from interface:CfnStudioPropsA 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:
getSubnetIdsin interfaceCfnStudioProps
-
getVpcId
Description copied from interface:CfnStudioPropsThe ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.- Specified by:
getVpcIdin interfaceCfnStudioProps
-
getWorkspaceSecurityGroupId
Description copied from interface:CfnStudioPropsThe 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:
getWorkspaceSecurityGroupIdin interfaceCfnStudioProps
-
getDescription
Description copied from interface:CfnStudioPropsA detailed description of the Amazon EMR Studio.- Specified by:
getDescriptionin interfaceCfnStudioProps
-
getIdpAuthUrl
Description copied from interface:CfnStudioPropsYour 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:
getIdpAuthUrlin interfaceCfnStudioProps
-
getIdpRelayStateParameterName
Description copied from interface:CfnStudioPropsThe name of your identity provider'sRelayStateparameter.- Specified by:
getIdpRelayStateParameterNamein interfaceCfnStudioProps
-
getTags
Description copied from interface:CfnStudioPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnStudioProps
-
getUserRole
Description copied from interface:CfnStudioPropsThe 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.- Specified by:
getUserRolein interfaceCfnStudioProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-