Class: Aws::DataSync::Types::ManagedSecretConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location. DataSync uses the default Amazon Web Services-managed KMS key to encrypt this secret in Secrets Manager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#secret_arnString

Specifies the ARN for an Secrets Manager secret.

Returns:

  • (String)


3670
3671
3672
3673
3674
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3670

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