Class CfnStudioMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStudioMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStudioMixinProps
CfnStudioMixinProps-
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.cfnpropertymixins.services.emr.CfnStudioMixinProps
CfnStudioMixinProps.Builder, CfnStudioMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStudioMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStudioMixinProps.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 SSO 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 theCfnStudioMixinProps.Builder.
-
-
Method Details
-
getAuthMode
Description copied from interface:CfnStudioMixinPropsSpecifies whether the Studio authenticates users using SSO or IAM.- Specified by:
getAuthModein interfaceCfnStudioMixinProps- See Also:
-
getDefaultS3Location
Description copied from interface:CfnStudioMixinPropsThe Amazon S3 location to back up EMR Studio Workspaces and notebook files.Returns union: either
StringorIBucketRef- Specified by:
getDefaultS3Locationin interfaceCfnStudioMixinProps- See Also:
-
getDescription
Description copied from interface:CfnStudioMixinPropsA detailed description of the Amazon EMR Studio.- Specified by:
getDescriptionin interfaceCfnStudioMixinProps- See Also:
-
getEncryptionKeyArn
Description copied from interface:CfnStudioMixinPropsThe AWS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.- Specified by:
getEncryptionKeyArnin interfaceCfnStudioMixinProps- See Also:
-
getEngineSecurityGroupId
Description copied from interface:CfnStudioMixinPropsThe 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 interfaceCfnStudioMixinProps- See Also:
-
getIdcInstanceArn
Description copied from interface:CfnStudioMixinPropsThe ARN of the IAM Identity Center instance the Studio application belongs to.- Specified by:
getIdcInstanceArnin interfaceCfnStudioMixinProps- See Also:
-
getIdcUserAssignment
Description copied from interface:CfnStudioMixinPropsIndicates 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 interfaceCfnStudioMixinProps- See Also:
-
getIdpAuthUrl
Description copied from interface:CfnStudioMixinPropsYour 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 interfaceCfnStudioMixinProps- See Also:
-
getIdpRelayStateParameterName
Description copied from interface:CfnStudioMixinPropsThe name of your identity provider'sRelayStateparameter.- Specified by:
getIdpRelayStateParameterNamein interfaceCfnStudioMixinProps- See Also:
-
getName
Description copied from interface:CfnStudioMixinPropsA descriptive name for the Amazon EMR Studio.- Specified by:
getNamein interfaceCfnStudioMixinProps- See Also:
-
getServiceRole
Description copied from interface:CfnStudioMixinPropsThe 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 interfaceCfnStudioMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnStudioMixinPropsA 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 interfaceCfnStudioMixinProps- See Also:
-
getTags
Description copied from interface:CfnStudioMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnStudioMixinProps- See Also:
-
getTrustedIdentityPropagationEnabled
Description copied from interface:CfnStudioMixinPropsIndicates whether the Studio has Trusted identity propagation enabled.The default value is
false.Returns union: either
BooleanorIResolvable- Specified by:
getTrustedIdentityPropagationEnabledin interfaceCfnStudioMixinProps- See Also:
-
getUserRole
Description copied from interface:CfnStudioMixinPropsThe 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 interfaceCfnStudioMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnStudioMixinPropsThe ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.- Specified by:
getVpcIdin interfaceCfnStudioMixinProps- See Also:
-
getWorkspaceSecurityGroupId
Description copied from interface:CfnStudioMixinPropsThe 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 interfaceCfnStudioMixinProps- 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()
-