1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrockagentcore
  5. WorkloadIdentity

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.bedrockagentcore.WorkloadIdentity

Start a Neo task
Explain and create an aws-native.bedrockagentcore.WorkloadIdentity resource
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Definition of AWS::BedrockAgentCore::WorkloadIdentity Resource Type

    Create WorkloadIdentity Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new WorkloadIdentity(name: string, args?: WorkloadIdentityArgs, opts?: CustomResourceOptions);
    @overload
    def WorkloadIdentity(resource_name: str,
                         args: Optional[WorkloadIdentityArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def WorkloadIdentity(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         allowed_resource_oauth2_return_urls: Optional[Sequence[str]] = None,
                         name: Optional[str] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewWorkloadIdentity(ctx *Context, name string, args *WorkloadIdentityArgs, opts ...ResourceOption) (*WorkloadIdentity, error)
    public WorkloadIdentity(string name, WorkloadIdentityArgs? args = null, CustomResourceOptions? opts = null)
    public WorkloadIdentity(String name, WorkloadIdentityArgs args)
    public WorkloadIdentity(String name, WorkloadIdentityArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:WorkloadIdentity
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WorkloadIdentityArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WorkloadIdentityArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WorkloadIdentityArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkloadIdentityArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkloadIdentityArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    WorkloadIdentity Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The WorkloadIdentity resource accepts the following input properties:

    AllowedResourceOauth2ReturnUrls List<string>
    The list of allowed OAuth2 return URLs for resources associated with this workload identity.
    Name string
    The name of the workload identity. The name must be unique within your account.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    AllowedResourceOauth2ReturnUrls []string
    The list of allowed OAuth2 return URLs for resources associated with this workload identity.
    Name string
    The name of the workload identity. The name must be unique within your account.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    allowedResourceOauth2ReturnUrls List<String>
    The list of allowed OAuth2 return URLs for resources associated with this workload identity.
    name String
    The name of the workload identity. The name must be unique within your account.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    allowedResourceOauth2ReturnUrls string[]
    The list of allowed OAuth2 return URLs for resources associated with this workload identity.
    name string
    The name of the workload identity. The name must be unique within your account.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    allowed_resource_oauth2_return_urls Sequence[str]
    The list of allowed OAuth2 return URLs for resources associated with this workload identity.
    name str
    The name of the workload identity. The name must be unique within your account.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    allowedResourceOauth2ReturnUrls List<String>
    The list of allowed OAuth2 return URLs for resources associated with this workload identity.
    name String
    The name of the workload identity. The name must be unique within your account.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WorkloadIdentity resource produces the following output properties:

    CreatedTime double
    The timestamp when the workload identity was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime double
    The timestamp when the workload identity was last updated.
    WorkloadIdentityArn string
    The Amazon Resource Name (ARN) of the workload identity.
    CreatedTime float64
    The timestamp when the workload identity was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime float64
    The timestamp when the workload identity was last updated.
    WorkloadIdentityArn string
    The Amazon Resource Name (ARN) of the workload identity.
    createdTime Double
    The timestamp when the workload identity was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime Double
    The timestamp when the workload identity was last updated.
    workloadIdentityArn String
    The Amazon Resource Name (ARN) of the workload identity.
    createdTime number
    The timestamp when the workload identity was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime number
    The timestamp when the workload identity was last updated.
    workloadIdentityArn string
    The Amazon Resource Name (ARN) of the workload identity.
    created_time float
    The timestamp when the workload identity was created.
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time float
    The timestamp when the workload identity was last updated.
    workload_identity_arn str
    The Amazon Resource Name (ARN) of the workload identity.
    createdTime Number
    The timestamp when the workload identity was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime Number
    The timestamp when the workload identity was last updated.
    workloadIdentityArn String
    The Amazon Resource Name (ARN) of the workload identity.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate