Class: Aws::IoTManagedIntegrations::Types::AuthMaterial

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

Overview

The authorization material containing the Secrets Manager arn and version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_material_nameString

The name of the authorization material.

Returns:

  • (String)


150
151
152
153
154
155
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 150

class AuthMaterial < Struct.new(
  :secrets_manager,
  :auth_material_name)
  SENSITIVE = []
  include Aws::Structure
end

#secrets_managerTypes::SecretsManager

Configuration for AWS Secrets Manager, used to securely store and manage sensitive information for connector destinations.



150
151
152
153
154
155
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 150

class AuthMaterial < Struct.new(
  :secrets_manager,
  :auth_material_name)
  SENSITIVE = []
  include Aws::Structure
end