Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Studio = Studio' {
- creationTime :: Maybe POSIX
- engineSecurityGroupId :: Maybe Text
- subnetIds :: Maybe [Text]
- studioId :: Maybe Text
- vpcId :: Maybe Text
- url :: Maybe Text
- authMode :: Maybe AuthMode
- defaultS3Location :: Maybe Text
- idpAuthUrl :: Maybe Text
- workspaceSecurityGroupId :: Maybe Text
- name :: Maybe Text
- idpRelayStateParameterName :: Maybe Text
- studioArn :: Maybe Text
- userRole :: Maybe Text
- description :: Maybe Text
- tags :: Maybe [Tag]
- serviceRole :: Maybe Text
- newStudio :: Studio
- studio_creationTime :: Lens' Studio (Maybe UTCTime)
- studio_engineSecurityGroupId :: Lens' Studio (Maybe Text)
- studio_subnetIds :: Lens' Studio (Maybe [Text])
- studio_studioId :: Lens' Studio (Maybe Text)
- studio_vpcId :: Lens' Studio (Maybe Text)
- studio_url :: Lens' Studio (Maybe Text)
- studio_authMode :: Lens' Studio (Maybe AuthMode)
- studio_defaultS3Location :: Lens' Studio (Maybe Text)
- studio_idpAuthUrl :: Lens' Studio (Maybe Text)
- studio_workspaceSecurityGroupId :: Lens' Studio (Maybe Text)
- studio_name :: Lens' Studio (Maybe Text)
- studio_idpRelayStateParameterName :: Lens' Studio (Maybe Text)
- studio_studioArn :: Lens' Studio (Maybe Text)
- studio_userRole :: Lens' Studio (Maybe Text)
- studio_description :: Lens' Studio (Maybe Text)
- studio_tags :: Lens' Studio (Maybe [Tag])
- studio_serviceRole :: Lens' Studio (Maybe Text)
Documentation
Details for an Amazon EMR Studio including ID, creation time, name, and so on.
See: newStudio
smart constructor.
Studio' | |
|
Instances
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:creationTime:Studio'
, studio_creationTime
- The time the Amazon EMR Studio was created.
$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:subnetIds:Studio'
, studio_subnetIds
- The list of IDs of the subnets associated with the Amazon EMR Studio.
$sel:studioId:Studio'
, studio_studioId
- The ID of the Amazon EMR Studio.
$sel:vpcId:Studio'
, studio_vpcId
- The ID of the VPC associated with the Amazon EMR Studio.
$sel:url:Studio'
, studio_url
- The unique access URL of the Amazon EMR Studio.
$sel:authMode:Studio'
, studio_authMode
- Specifies whether the Amazon EMR Studio authenticates users using IAM or
Amazon Web Services SSO.
$sel:defaultS3Location:Studio'
, studio_defaultS3Location
- The Amazon S3 location to back up Amazon EMR Studio Workspaces and
notebook files.
$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: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.
$sel:name:Studio'
, studio_name
- The name of the Amazon EMR Studio.
$sel:idpRelayStateParameterName:Studio'
, studio_idpRelayStateParameterName
- The name of your identity provider's RelayState
parameter.
$sel:studioArn:Studio'
, studio_studioArn
- The Amazon Resource Name (ARN) 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:description:Studio'
, studio_description
- The detailed description of the Amazon EMR Studio.
$sel:tags:Studio'
, studio_tags
- A list of tags associated with the Amazon EMR Studio.
$sel:serviceRole:Studio'
, studio_serviceRole
- The name of the IAM role assumed by the Amazon EMR Studio.
studio_creationTime :: Lens' Studio (Maybe UTCTime) Source #
The time the Amazon EMR Studio was created.
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_subnetIds :: Lens' Studio (Maybe [Text]) Source #
The list of IDs of the subnets associated with the Amazon EMR Studio.
studio_vpcId :: Lens' Studio (Maybe Text) Source #
The ID of the VPC associated with the Amazon EMR Studio.
studio_authMode :: Lens' Studio (Maybe AuthMode) Source #
Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.
studio_defaultS3Location :: Lens' Studio (Maybe Text) Source #
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
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_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.
studio_idpRelayStateParameterName :: Lens' Studio (Maybe Text) Source #
The name of your identity provider's RelayState
parameter.
studio_studioArn :: Lens' Studio (Maybe Text) Source #
The Amazon Resource Name (ARN) 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_description :: Lens' Studio (Maybe Text) Source #
The detailed description of the Amazon EMR Studio.