Class: Aws::SageMaker::Types::SessionChainingConfig

Inherits:
Struct
  • Object
show all
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].

[1]: docs.aws.amazon.com/sagemaker/latest/dg/model-access-training-data.html#model-access-training-data-abac

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_session_tag_chainingBoolean

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.

Returns:

  • (Boolean)


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