AWS Fundamentals Logo
AWS Fundamentals
AWS::BedrockAgentCore::WorkloadIdentity

BedrockAgentCore WorkloadIdentity

Definition of AWS::BedrockAgentCore::WorkloadIdentity Resource Type

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
AllowedResourceOauth2ReturnUrls
Array<string>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedTimenumberThe timestamp when the workload identity was created.
LastUpdatedTimenumberThe timestamp when the workload identity was last updated.
WorkloadIdentityArnstringThe Amazon Resource Name (ARN) of the workload identity.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock-agentcore:CreateWorkloadIdentitybedrock-agentcore:GetWorkloadIdentitybedrock-agentcore:TagResourcebedrock-agentcore:ListTagsForResource

read

bedrock-agentcore:GetWorkloadIdentitybedrock-agentcore:ListTagsForResource

update

bedrock-agentcore:UpdateWorkloadIdentitybedrock-agentcore:GetWorkloadIdentitybedrock-agentcore:TagResourcebedrock-agentcore:UntagResourcebedrock-agentcore:ListTagsForResource

delete

bedrock-agentcore:DeleteWorkloadIdentity

list

bedrock-agentcore:ListWorkloadIdentities

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrockAgentCore
Properties6
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links