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
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
Using getWorkloadIdentity
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkloadIdentity(args: GetWorkloadIdentityArgs, opts?: InvokeOptions): Promise<GetWorkloadIdentityResult>
function getWorkloadIdentityOutput(args: GetWorkloadIdentityOutputArgs, opts?: InvokeOptions): Output<GetWorkloadIdentityResult>def get_workload_identity(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkloadIdentityResult
def get_workload_identity_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWorkloadIdentityResult]func LookupWorkloadIdentity(ctx *Context, args *LookupWorkloadIdentityArgs, opts ...InvokeOption) (*LookupWorkloadIdentityResult, error)
func LookupWorkloadIdentityOutput(ctx *Context, args *LookupWorkloadIdentityOutputArgs, opts ...InvokeOption) LookupWorkloadIdentityResultOutput> Note: This function is named LookupWorkloadIdentity in the Go SDK.
public static class GetWorkloadIdentity
{
public static Task<GetWorkloadIdentityResult> InvokeAsync(GetWorkloadIdentityArgs args, InvokeOptions? opts = null)
public static Output<GetWorkloadIdentityResult> Invoke(GetWorkloadIdentityInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWorkloadIdentityResult> getWorkloadIdentity(GetWorkloadIdentityArgs args, InvokeOptions options)
public static Output<GetWorkloadIdentityResult> getWorkloadIdentity(GetWorkloadIdentityArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:bedrockagentcore:getWorkloadIdentity
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the workload identity. The name must be unique within your account.
- Name string
- The name of the workload identity. The name must be unique within your account.
- name String
- The name of the workload identity. The name must be unique within your account.
- name string
- The name of the workload identity. The name must be unique within your account.
- name str
- The name of the workload identity. The name must be unique within your account.
- name String
- The name of the workload identity. The name must be unique within your account.
getWorkloadIdentity Result
The following output properties are available:
- Allowed
Resource List<string>Oauth2Return Urls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
- Created
Time double - The timestamp when the workload identity was created.
- Last
Updated doubleTime - The timestamp when the workload identity was last updated.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Workload
Identity stringArn - The Amazon Resource Name (ARN) of the workload identity.
- Allowed
Resource []stringOauth2Return Urls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
- Created
Time float64 - The timestamp when the workload identity was created.
- Last
Updated float64Time - The timestamp when the workload identity was last updated.
- Tag
- An array of key-value pairs to apply to this resource.
- Workload
Identity stringArn - The Amazon Resource Name (ARN) of the workload identity.
- allowed
Resource List<String>Oauth2Return Urls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
- created
Time Double - The timestamp when the workload identity was created.
- last
Updated DoubleTime - The timestamp when the workload identity was last updated.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- workload
Identity StringArn - The Amazon Resource Name (ARN) of the workload identity.
- allowed
Resource string[]Oauth2Return Urls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
- created
Time number - The timestamp when the workload identity was created.
- last
Updated numberTime - The timestamp when the workload identity was last updated.
- Tag[]
- An array of key-value pairs to apply to this resource.
- workload
Identity stringArn - The Amazon Resource Name (ARN) of the workload identity.
- allowed_
resource_ Sequence[str]oauth2_ return_ urls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
- created_
time float - The timestamp when the workload identity was created.
- last_
updated_ floattime - The timestamp when the workload identity was last updated.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- workload_
identity_ strarn - The Amazon Resource Name (ARN) of the workload identity.
- allowed
Resource List<String>Oauth2Return Urls - The list of allowed OAuth2 return URLs for resources associated with this workload identity.
- created
Time Number - The timestamp when the workload identity was created.
- last
Updated NumberTime - The timestamp when the workload identity was last updated.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- workload
Identity StringArn - The Amazon Resource Name (ARN) of the workload identity.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
