Class: Aws::EMR::Types::Studio
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::Studio
 
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Details for an Amazon EMR Studio including ID, creation time, name, and so on.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #auth_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center. 
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time the Amazon EMR Studio was created. 
- 
  
    
      #default_s3_location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The detailed description of the Amazon EMR Studio. 
- 
  
    
      #encryption_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3. 
- 
  
    
      #engine_security_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Engine security group associated with the Amazon EMR Studio. 
- 
  
    
      #idc_instance_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the IAM Identity Center instance the Studio application belongs to. 
- 
  
    
      #idc_user_assignment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the Studio has REQUIREDorOPTIONALIAM Identity Center user assignment.
- 
  
    
      #idp_auth_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Your identity provider's authentication endpoint. 
- 
  
    
      #idp_relay_state_parameter_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of your identity provider's RelayStateparameter.
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the Amazon EMR Studio. 
- 
  
    
      #service_role  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the IAM role assumed by the Amazon EMR Studio. 
- 
  
    
      #studio_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the Amazon EMR Studio. 
- 
  
    
      #studio_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon EMR Studio. 
- 
  
    
      #subnet_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of IDs of the subnets associated with the Amazon EMR Studio. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of tags associated with the Amazon EMR Studio. 
- 
  
    
      #trusted_identity_propagation_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the Studio has Trusted identity propagation enabled. 
- 
  
    
      #url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique access URL of the Amazon EMR Studio. 
- 
  
    
      #user_role  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the IAM role assumed by users logged in to the Amazon EMR Studio. 
- 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the VPC associated with the Amazon EMR Studio. 
- 
  
    
      #workspace_security_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Workspace security group associated with the Amazon EMR Studio. 
Instance Attribute Details
#auth_mode ⇒ String
Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#creation_time ⇒ Time
The time the Amazon EMR Studio was created.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#default_s3_location ⇒ String
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The detailed description of the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#encryption_key_arn ⇒ String
The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#engine_security_group_id ⇒ String
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.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#idc_instance_arn ⇒ String
The ARN of the IAM Identity Center instance the Studio application belongs to.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#idc_user_assignment ⇒ String
Indicates whether the Studio has REQUIRED or OPTIONAL IAM
Identity Center user assignment. If the value is set to REQUIRED,
users must be explicitly assigned to the Studio application to
access the Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#idp_auth_url ⇒ String
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.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#idp_relay_state_parameter_name ⇒ String
The name of your identity provider's RelayState parameter.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#service_role ⇒ String
The name of the IAM role assumed by the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#studio_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#subnet_ids ⇒ Array<String>
The list of IDs of the subnets associated with the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
A list of tags associated with the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#trusted_identity_propagation_enabled ⇒ Boolean
Indicates whether the Studio has Trusted identity propagation
enabled. The default value is false.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#url ⇒ String
The unique access URL of the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#user_role ⇒ String
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.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#vpc_id ⇒ String
The ID of the VPC associated with the Amazon EMR Studio.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end | 
#workspace_security_group_id ⇒ String
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.
| 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6999 class Studio < Struct.new( :studio_id, :studio_arn, :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :url, :creation_time, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :idc_instance_arn, :trusted_identity_propagation_enabled, :idc_user_assignment, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |