libZSservicesZSamazonka-emrZSamazonka-emr
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EMR.Types.StudioSummary

Description

 
Synopsis

Documentation

data StudioSummary Source #

Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. The details do not include subnets, IAM roles, security groups, or tags associated with the Studio.

See: newStudioSummary smart constructor.

Constructors

StudioSummary' 

Fields

Instances

Instances details
Eq StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Read StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Show StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Generic StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Associated Types

type Rep StudioSummary :: Type -> Type #

NFData StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Methods

rnf :: StudioSummary -> () #

Hashable StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

FromJSON StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

type Rep StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

newStudioSummary :: StudioSummary Source #

Create a value of StudioSummary 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:creationTime:StudioSummary', studioSummary_creationTime - The time when the Amazon EMR Studio was created.

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

$sel:vpcId:StudioSummary', studioSummary_vpcId - The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

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

$sel:authMode:StudioSummary', studioSummary_authMode - Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.

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

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

studioSummary_creationTime :: Lens' StudioSummary (Maybe UTCTime) Source #

The time when the Amazon EMR Studio was created.

studioSummary_studioId :: Lens' StudioSummary (Maybe Text) Source #

The ID of the Amazon EMR Studio.

studioSummary_vpcId :: Lens' StudioSummary (Maybe Text) Source #

The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

studioSummary_url :: Lens' StudioSummary (Maybe Text) Source #

The unique access URL of the Amazon EMR Studio.

studioSummary_authMode :: Lens' StudioSummary (Maybe AuthMode) Source #

Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.

studioSummary_name :: Lens' StudioSummary (Maybe Text) Source #

The name of the Amazon EMR Studio.

studioSummary_description :: Lens' StudioSummary (Maybe Text) Source #

The detailed description of the Amazon EMR Studio.