amazonka-emr-2.0: Amazon EMR SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMR.Types.Studio

Description

 
Synopsis

Documentation

data Studio Source #

Details for an Amazon EMR Studio including ID, creation time, name, and so on.

See: newStudio smart constructor.

Constructors

Studio' 

Fields

  • authMode :: Maybe AuthMode

    Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.

  • creationTime :: Maybe POSIX

    The time the Amazon EMR Studio was created.

  • defaultS3Location :: Maybe Text

    The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

  • description :: Maybe Text

    The detailed description of the Amazon EMR Studio.

  • engineSecurityGroupId :: Maybe Text

    The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

  • idpAuthUrl :: Maybe Text

    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.

  • idpRelayStateParameterName :: Maybe Text

    The name of your identity provider's RelayState parameter.

  • name :: Maybe Text

    The name of the Amazon EMR Studio.

  • serviceRole :: Maybe Text

    The name of the IAM role assumed by the Amazon EMR Studio.

  • studioArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Amazon EMR Studio.

  • studioId :: Maybe Text

    The ID of the Amazon EMR Studio.

  • subnetIds :: Maybe [Text]

    The list of IDs of the subnets associated with the Amazon EMR Studio.

  • tags :: Maybe [Tag]

    A list of tags associated with the Amazon EMR Studio.

  • url :: Maybe Text

    The unique access URL of the Amazon EMR Studio.

  • userRole :: Maybe Text

    The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

  • vpcId :: Maybe Text

    The ID of the VPC associated with the Amazon EMR Studio.

  • workspaceSecurityGroupId :: Maybe Text

    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.

Instances

Instances details
FromJSON Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Generic Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Associated Types

type Rep Studio :: Type -> Type #

Methods

from :: Studio -> Rep Studio x #

to :: Rep Studio x -> Studio #

Read Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Show Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

NFData Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Methods

rnf :: Studio -> () #

Eq Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Methods

(==) :: Studio -> Studio -> Bool #

(/=) :: Studio -> Studio -> Bool #

Hashable Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Methods

hashWithSalt :: Int -> Studio -> Int #

hash :: Studio -> Int #

type Rep Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

type Rep Studio = D1 ('MetaData "Studio" "Amazonka.EMR.Types.Studio" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "Studio'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "authMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthMode)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "defaultS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "engineSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "idpAuthUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "idpRelayStateParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "studioArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newStudio :: Studio Source #

Create a value of Studio with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authMode:Studio', studio_authMode - Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.

$sel:creationTime:Studio', studio_creationTime - The time the Amazon EMR Studio was created.

$sel:defaultS3Location:Studio', studio_defaultS3Location - The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

$sel:description:Studio', studio_description - The detailed description of the Amazon EMR Studio.

$sel:engineSecurityGroupId:Studio', studio_engineSecurityGroupId - The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

$sel:idpAuthUrl:Studio', studio_idpAuthUrl - 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.

$sel:idpRelayStateParameterName:Studio', studio_idpRelayStateParameterName - The name of your identity provider's RelayState parameter.

$sel:name:Studio', studio_name - The name of the Amazon EMR Studio.

$sel:serviceRole:Studio', studio_serviceRole - The name of the IAM role assumed by the Amazon EMR Studio.

$sel:studioArn:Studio', studio_studioArn - The Amazon Resource Name (ARN) of the Amazon EMR Studio.

$sel:studioId:Studio', studio_studioId - The ID of the Amazon EMR Studio.

$sel:subnetIds:Studio', studio_subnetIds - The list of IDs of the subnets associated with the Amazon EMR Studio.

$sel:tags:Studio', studio_tags - A list of tags associated with the Amazon EMR Studio.

$sel:url:Studio', studio_url - The unique access URL of the Amazon EMR Studio.

$sel:userRole:Studio', studio_userRole - The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

$sel:vpcId:Studio', studio_vpcId - The ID of the VPC associated with the Amazon EMR Studio.

$sel:workspaceSecurityGroupId:Studio', studio_workspaceSecurityGroupId - 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.

studio_authMode :: Lens' Studio (Maybe AuthMode) Source #

Specifies whether the Amazon EMR Studio authenticates users using IAM or IAM Identity Center.

studio_creationTime :: Lens' Studio (Maybe UTCTime) Source #

The time the Amazon EMR Studio was created.

studio_defaultS3Location :: Lens' Studio (Maybe Text) Source #

The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

studio_description :: Lens' Studio (Maybe Text) Source #

The detailed description of the Amazon EMR Studio.

studio_engineSecurityGroupId :: Lens' Studio (Maybe Text) Source #

The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

studio_idpAuthUrl :: Lens' Studio (Maybe Text) Source #

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.

studio_idpRelayStateParameterName :: Lens' Studio (Maybe Text) Source #

The name of your identity provider's RelayState parameter.

studio_name :: Lens' Studio (Maybe Text) Source #

The name of the Amazon EMR Studio.

studio_serviceRole :: Lens' Studio (Maybe Text) Source #

The name of the IAM role assumed by the Amazon EMR Studio.

studio_studioArn :: Lens' Studio (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon EMR Studio.

studio_studioId :: Lens' Studio (Maybe Text) Source #

The ID of the Amazon EMR Studio.

studio_subnetIds :: Lens' Studio (Maybe [Text]) Source #

The list of IDs of the subnets associated with the Amazon EMR Studio.

studio_tags :: Lens' Studio (Maybe [Tag]) Source #

A list of tags associated with the Amazon EMR Studio.

studio_url :: Lens' Studio (Maybe Text) Source #

The unique access URL of the Amazon EMR Studio.

studio_userRole :: Lens' Studio (Maybe Text) Source #

The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

studio_vpcId :: Lens' Studio (Maybe Text) Source #

The ID of the VPC associated with the Amazon EMR Studio.

studio_workspaceSecurityGroupId :: Lens' Studio (Maybe Text) Source #

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.