This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::GatewayTarget CredentialProviderConfiguration
The credential provider configuration for the gateway target.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CredentialProvider" :
CredentialProvider
, "CredentialProviderType" :String
}
YAML
CredentialProvider:
CredentialProvider
CredentialProviderType:String
Properties
CredentialProvider
-
The credential provider for the gateway target.
Required: No
Type: CredentialProvider
Update requires: No interruption
CredentialProviderType
-
The credential provider type for the gateway target.
Required: Yes
Type: String
Allowed values:
GATEWAY_IAM_ROLE | OAUTH | API_KEY
Update requires: No interruption