Class: Aws::SageMaker::Types::TrustedIdentityPropagationSettings

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of Trusted Identity Propagation (TIP) at the SageMaker domain level.

When disabled, standard IAM role-based access is used.

When enabled:

  • User identities from IAM Identity Center are propagated through the application to TIP enabled Amazon Web Services services.

  • New applications or existing applications that are automatically patched, will use the domain level configuration.

Returns:

  • (String)


51972
51973
51974
51975
51976
# File 'lib/aws-sdk-sagemaker/types.rb', line 51972

class TrustedIdentityPropagationSettings < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end