AWS::BedrockAgentCore::WorkloadIdentityDefinition of AWS::BedrockAgentCore::WorkloadIdentity Resource Type
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
AllowedResourceOauth2ReturnUrls | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedTime | number | The timestamp when the workload identity was created. |
LastUpdatedTime | number | The timestamp when the workload identity was last updated. |
WorkloadIdentityArn | string | The Amazon Resource Name (ARN) of the workload identity. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BedrockAgentCore::WorkloadIdentity
Resources:
MyResource:
Type: AWS::BedrockAgentCore::WorkloadIdentity
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
bedrock-agentcore:CreateWorkloadIdentitybedrock-agentcore:GetWorkloadIdentitybedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResourcebedrock-agentcore:GetWorkloadIdentitybedrock-agentcore:ListTagsForResourcebedrock-agentcore:UpdateWorkloadIdentitybedrock-agentcore:GetWorkloadIdentitybedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResourcebedrock-agentcore:DeleteWorkloadIdentitybedrock-agentcore:ListWorkloadIdentitiesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name