| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMR.Types.StudioSummary
Description
Synopsis
- data StudioSummary = StudioSummary' {}
- newStudioSummary :: StudioSummary
- studioSummary_authMode :: Lens' StudioSummary (Maybe AuthMode)
- studioSummary_creationTime :: Lens' StudioSummary (Maybe UTCTime)
- studioSummary_description :: Lens' StudioSummary (Maybe Text)
- studioSummary_name :: Lens' StudioSummary (Maybe Text)
- studioSummary_studioId :: Lens' StudioSummary (Maybe Text)
- studioSummary_url :: Lens' StudioSummary (Maybe Text)
- studioSummary_vpcId :: Lens' StudioSummary (Maybe Text)
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
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:authMode:StudioSummary', studioSummary_authMode - Specifies whether the Studio authenticates users using IAM or IAM
Identity Center.
$sel:creationTime:StudioSummary', studioSummary_creationTime - The time when the Amazon EMR Studio was created.
$sel:description:StudioSummary', studioSummary_description - The detailed description of the Amazon EMR Studio.
$sel:name:StudioSummary', studioSummary_name - The name of the Amazon EMR Studio.
$sel:studioId:StudioSummary', studioSummary_studioId - The ID of the Amazon EMR Studio.
$sel:url:StudioSummary', studioSummary_url - The unique access URL 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.
studioSummary_authMode :: Lens' StudioSummary (Maybe AuthMode) Source #
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
studioSummary_creationTime :: Lens' StudioSummary (Maybe UTCTime) Source #
The time when the Amazon EMR Studio was created.
studioSummary_description :: Lens' StudioSummary (Maybe Text) Source #
The detailed description of the Amazon EMR Studio.
studioSummary_name :: Lens' StudioSummary (Maybe Text) Source #
The name of the Amazon EMR Studio.
studioSummary_studioId :: Lens' StudioSummary (Maybe Text) Source #
The ID of the Amazon EMR Studio.
studioSummary_url :: Lens' StudioSummary (Maybe Text) Source #
The unique access URL 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.