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 using 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.
-
#engine_security_group_id ⇒ String
The ID of the Engine security group associated with the Amazon EMR Studio.
-
#idp_auth_url ⇒ String
Your identity provider's authentication endpoint.
-
#idp_relay_state_parameter_name ⇒ String
The name of your identity provider's
RelayState
parameter. -
#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.
-
#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 using IAM or IAM Identity Center.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the Amazon EMR Studio was created.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#default_s3_location ⇒ String
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The detailed description of the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) 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.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) 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.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#idp_relay_state_parameter_name ⇒ String
The name of your identity provider's RelayState
parameter.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The name of the IAM role assumed by the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#studio_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The ID of the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The list of IDs of the subnets associated with the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags associated with the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The unique access URL of the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) 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.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC associated with the Amazon EMR Studio.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) 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.
6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6295 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) SENSITIVE = [] include Aws::Structure end |