Class: Aws::BedrockAgentCoreControl::Types::CredentialProviderConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CredentialProviderConfiguration
- 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
-
#credential_provider ⇒ Types::CredentialProvider
The credential provider.
-
#credential_provider_type ⇒ String
The type of credential provider.
Instance Attribute Details
#credential_provider ⇒ Types::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_type ⇒ String
The type of credential provider. This field specifies which authentication method the gateway uses.
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 |