Class: Aws::BedrockAgentCoreControl::Types::CredentialProviderConfiguration

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

Overview

The configuration for a credential provider. This structure defines how the gateway authenticates with the target endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credential_providerTypes::CredentialProvider

The credential provider. This field contains the specific configuration for the credential provider type.



1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1288

class CredentialProviderConfiguration < Struct.new(
  :credential_provider_type,
  :credential_provider)
  SENSITIVE = []
  include Aws::Structure
end

#credential_provider_typeString

The type of credential provider. This field specifies which authentication method the gateway uses.

Returns:

  • (String)


1288
1289
1290
1291
1292
1293
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1288

class CredentialProviderConfiguration < Struct.new(
  :credential_provider_type,
  :credential_provider)
  SENSITIVE = []
  include Aws::Structure
end