Class: Aws::EMR::Types::CreateStudioInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::CreateStudioInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_mode ⇒ String
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
-
#default_s3_location ⇒ String
The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.
-
#description ⇒ String
A 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 Amazon EMR Studio Engine security group.
-
#idc_instance_arn ⇒ String
The ARN of the IAM Identity Center instance to create the Studio application.
-
#idc_user_assignment ⇒ String
Specifies whether IAM Identity Center user assignment is
REQUIREDorOPTIONAL. -
#idp_auth_url ⇒ String
The authentication endpoint of your identity provider (IdP).
-
#idp_relay_state_parameter_name ⇒ String
The name that your identity provider (IdP) uses for its
RelayStateparameter. -
#name ⇒ String
A descriptive name for the Amazon EMR Studio.
-
#service_role ⇒ String
The IAM role that the Amazon EMR Studio assumes.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs to associate with the Amazon EMR Studio.
-
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the Amazon EMR Studio.
-
#trusted_identity_propagation_enabled ⇒ Boolean
A Boolean indicating whether to enable Trusted identity propagation for the Studio.
-
#user_role ⇒ String
The IAM user role that users and groups assume when logged in to an Amazon EMR Studio.
-
#vpc_id ⇒ String
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
-
#workspace_security_group_id ⇒ String
The ID of the Amazon EMR Studio Workspace security group.
Instance Attribute Details
#auth_mode ⇒ String
Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :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.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A detailed description of the Amazon EMR Studio.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :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.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#engine_security_group_id ⇒ String
The ID of the Amazon EMR Studio Engine security group. The Engine
security group allows inbound network traffic from the Workspace
security group, and it must be in the same VPC specified by VpcId.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#idc_instance_arn ⇒ String
The ARN of the IAM Identity Center instance to create the Studio application.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#idc_user_assignment ⇒ String
Specifies whether IAM Identity Center user assignment is REQUIRED
or OPTIONAL. If the value is set to REQUIRED, users must be
explicitly assigned to the Studio application to access the Studio.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#idp_auth_url ⇒ String
The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#idp_relay_state_parameter_name ⇒ String
The name that your identity provider (IdP) uses for its RelayState
parameter. For example, RelayState or TargetSource. Specify this
value when you use IAM authentication and want to let federated
users log in to a Studio using the Studio URL. The RelayState
parameter differs by IdP.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A descriptive name for the Amazon EMR Studio.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
The IAM role that the Amazon EMR Studio assumes. The service role provides a way for Amazon EMR Studio to interoperate with other Amazon Web Services services.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs to associate with the Amazon EMR Studio. A
Studio can have a maximum of 5 subnets. The subnets must belong to
the VPC specified by VpcId. Studio users can create a Workspace in
any of the specified subnets.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#trusted_identity_propagation_enabled ⇒ Boolean
A Boolean indicating whether to enable Trusted identity propagation
for the Studio. The default value is false.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#user_role ⇒ String
The IAM user role that users and groups assume when logged in to an
Amazon EMR Studio. Only specify a UserRole when you use IAM
Identity Center authentication. The permissions attached to the
UserRole can be scoped down for each user or group using session
policies.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the Amazon Virtual Private Cloud (Amazon VPC) to associate with the Studio.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#workspace_security_group_id ⇒ String
The ID of the Amazon EMR Studio Workspace security group. The
Workspace security group allows outbound network traffic to
resources in the Engine security group, and it must be in the same
VPC specified by VpcId.
1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1317 class CreateStudioInput < Struct.new( :name, :description, :auth_mode, :vpc_id, :subnet_ids, :service_role, :user_role, :workspace_security_group_id, :engine_security_group_id, :default_s3_location, :idp_auth_url, :idp_relay_state_parameter_name, :tags, :trusted_identity_propagation_enabled, :idc_user_assignment, :idc_instance_arn, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |