This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BedrockAgentCore::OAuth2CredentialProvider PrivateKeyJwtConfig
The private key configuration for private_key_jwt client authentication.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AdditionalHeaderClaims" :{, "AdditionalPayloadClaims" :Key:Value, ...}{, "PrivateKeySource" :Key:Value, ...}PrivateKeySource, "SigningAlgorithm" :String}
YAML
AdditionalHeaderClaims:AdditionalPayloadClaims:Key:ValuePrivateKeySource:Key:ValuePrivateKeySourceSigningAlgorithm:String
Properties
AdditionalHeaderClaims-
A map of additional claims to include in the JWT client assertion header. Standard header claims such as
algandtypcannot be added.Required: No
Type: Object of String
Pattern:
^[A-Za-z0-9_.:#-]+$Minimum:
1Maximum:
2048Update requires: No interruption
AdditionalPayloadClaims-
A map of additional claims to include in the JWT client assertion payload. Payload claims generated by the service, such as
iss,sub,jti, andexp, cannot be added.Required: No
Type: Object of String
Pattern:
^[A-Za-z0-9_.:#-]+$Minimum:
1Maximum:
2048Update requires: No interruption
PrivateKeySource-
The private key source for the JWT client assertion.
Required: No
Type: PrivateKeySource
Update requires: No interruption
SigningAlgorithm-
The algorithm used to sign the JWT client assertion. Valid values are
RS256,PS256, andES256.Required: No
Type: String
Allowed values:
RS256 | PS256 | ES256Update requires: No interruption