Class: Aws::SageMaker::Types::SessionChainingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SessionChainingConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Contains information about attribute-based access control (ABAC) for a training job. The session chaining configuration uses Amazon Security Token Service (STS) for your training job to request temporary, limited-privilege credentials to tenants. For more information, see [Attribute-based access control (ABAC) for multi-tenancy training].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_session_tag_chaining ⇒ Boolean
Set to ‘True` to allow SageMaker to extract session tags from a training job creation role and reuse these tags when assuming the training job execution role.
Instance Attribute Details
#enable_session_tag_chaining ⇒ Boolean
Set to ‘True` to allow SageMaker to extract session tags from a training job creation role and reuse these tags when assuming the training job execution role.
40972 40973 40974 40975 40976 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40972 class SessionChainingConfig < Struct.new( :enable_session_tag_chaining) SENSITIVE = [] include Aws::Structure end |