Class CfnStudioProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnStudioProps.Jsii$Proxy
All Implemented Interfaces:
CfnStudioProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnStudioProps

@Stability(Stable) @Internal public static final class CfnStudioProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnStudioProps
An implementation for 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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnStudioProps.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 Type
    Method
    Description
    com.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 ID of the Amazon EMR Studio Engine security group.
    final String
    Your identity provider's authentication endpoint.
    final String
    The name of your identity provider's RelayState parameter.
    final String
    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.
    final List<String>
    A list of subnet IDs to associate with the Amazon EMR Studio.
    final List<CfnTag>
    An array of key-value pairs to apply to this resource.
    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
    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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnStudioProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnStudioProps.Builder.
  • Method Details

    • getAuthMode

      public final String getAuthMode()
      Description copied from interface: CfnStudioProps
      Specifies whether the Studio authenticates users using IAM Identity Center or IAM.
      Specified by:
      getAuthMode in interface CfnStudioProps
    • getDefaultS3Location

      public final String getDefaultS3Location()
      Description copied from interface: CfnStudioProps
      The Amazon S3 location to back up EMR Studio Workspaces and notebook files.
      Specified by:
      getDefaultS3Location in interface CfnStudioProps
    • getEngineSecurityGroupId

      public final String 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 interface CfnStudioProps
    • getName

      public final String getName()
      Description copied from interface: CfnStudioProps
      A descriptive name for the Amazon EMR Studio.
      Specified by:
      getName in interface CfnStudioProps
    • getServiceRole

      public final String 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 interface CfnStudioProps
    • getSubnetIds

      public final List<String> 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 interface CfnStudioProps
    • getVpcId

      public final String 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 interface CfnStudioProps
    • getWorkspaceSecurityGroupId

      public final String 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 interface CfnStudioProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnStudioProps
      A detailed description of the Amazon EMR Studio.
      Specified by:
      getDescription in interface CfnStudioProps
    • getIdpAuthUrl

      public final String 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 interface CfnStudioProps
    • getIdpRelayStateParameterName

      public final String getIdpRelayStateParameterName()
      Description copied from interface: CfnStudioProps
      The name of your identity provider's RelayState parameter.
      Specified by:
      getIdpRelayStateParameterName in interface CfnStudioProps
    • getTags

      public final List<CfnTag> 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 interface CfnStudioProps
    • getUserRole

      public final String 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 set AuthMode to SSO .

      Specified by:
      getUserRole in interface CfnStudioProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object