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 ObjectThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.final StringA detailed description of the Amazon EMR Studio.final ObjectThe AWS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.final ObjectThe ID of the Amazon EMR Studio Engine security group.final StringThe ARN of the IAM Identity Center instance the Studio application belongs to.final StringIndicates whether the Studio hasREQUIREDorOPTIONALIAM Identity Center user assignment.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 ObjectThe 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 ObjectIndicates whether the Studio has Trusted identity propagation enabled.final ObjectThe Amazon Resource Name (ARN) of the IAM user role that will be assumed by users and groups logged in to a Studio.final ObjectgetVpcId()The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.final ObjectThe 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- See Also:
-
getDefaultS3Location
Description copied from interface:CfnStudioPropsThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.Returns union: either
StringorIBucketRef- Specified by:
getDefaultS3Locationin interfaceCfnStudioProps- See Also:
-
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.Returns union: either
StringorISecurityGroupRef- Specified by:
getEngineSecurityGroupIdin interfaceCfnStudioProps- See Also:
-
getName
Description copied from interface:CfnStudioPropsA descriptive name for the Amazon EMR Studio.- Specified by:
getNamein interfaceCfnStudioProps- See Also:
-
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- See Also:
-
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.Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnStudioProps- See Also:
-
getVpcId
Description copied from interface:CfnStudioPropsThe ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.- Specified by:
getVpcIdin interfaceCfnStudioProps- See Also:
-
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.
Returns union: either
StringorISecurityGroupRef- Specified by:
getWorkspaceSecurityGroupIdin interfaceCfnStudioProps- See Also:
-
getDescription
Description copied from interface:CfnStudioPropsA detailed description of the Amazon EMR Studio.- Specified by:
getDescriptionin interfaceCfnStudioProps- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnStudioPropsThe AWS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.- Specified by:
getEncryptionKeyArnin interfaceCfnStudioProps- See Also:
-
getIdcInstanceArn
Description copied from interface:CfnStudioPropsThe ARN of the IAM Identity Center instance the Studio application belongs to.- Specified by:
getIdcInstanceArnin interfaceCfnStudioProps- See Also:
-
getIdcUserAssignment
Description copied from interface:CfnStudioPropsIndicates whether the Studio hasREQUIREDorOPTIONALIAM 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:
getIdcUserAssignmentin interfaceCfnStudioProps- See Also:
-
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- See Also:
-
getIdpRelayStateParameterName
Description copied from interface:CfnStudioPropsThe name of your identity provider'sRelayStateparameter.- Specified by:
getIdpRelayStateParameterNamein interfaceCfnStudioProps- See Also:
-
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- See Also:
-
getTrustedIdentityPropagationEnabled
Description copied from interface:CfnStudioPropsIndicates whether the Studio has Trusted identity propagation enabled.The default value is
false.Returns union: either
BooleanorIResolvable- Specified by:
getTrustedIdentityPropagationEnabledin interfaceCfnStudioProps- See Also:
-
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- See Also:
-
$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()
-