We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
Resource Type definition for AWS::BedrockAgentCore::ApiKeyCredentialProvider
Using getApiKeyCredentialProvider
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 getApiKeyCredentialProvider(args: GetApiKeyCredentialProviderArgs, opts?: InvokeOptions): Promise<GetApiKeyCredentialProviderResult>
function getApiKeyCredentialProviderOutput(args: GetApiKeyCredentialProviderOutputArgs, opts?: InvokeOptions): Output<GetApiKeyCredentialProviderResult>def get_api_key_credential_provider(credential_provider_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiKeyCredentialProviderResult
def get_api_key_credential_provider_output(credential_provider_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApiKeyCredentialProviderResult]func LookupApiKeyCredentialProvider(ctx *Context, args *LookupApiKeyCredentialProviderArgs, opts ...InvokeOption) (*LookupApiKeyCredentialProviderResult, error)
func LookupApiKeyCredentialProviderOutput(ctx *Context, args *LookupApiKeyCredentialProviderOutputArgs, opts ...InvokeOption) LookupApiKeyCredentialProviderResultOutput> Note: This function is named LookupApiKeyCredentialProvider in the Go SDK.
public static class GetApiKeyCredentialProvider
{
public static Task<GetApiKeyCredentialProviderResult> InvokeAsync(GetApiKeyCredentialProviderArgs args, InvokeOptions? opts = null)
public static Output<GetApiKeyCredentialProviderResult> Invoke(GetApiKeyCredentialProviderInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApiKeyCredentialProviderResult> getApiKeyCredentialProvider(GetApiKeyCredentialProviderArgs args, InvokeOptions options)
public static Output<GetApiKeyCredentialProviderResult> getApiKeyCredentialProvider(GetApiKeyCredentialProviderArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:bedrockagentcore:getApiKeyCredentialProvider
arguments:
# arguments dictionaryThe following arguments are supported:
- Credential
Provider stringArn - The Amazon Resource Name (ARN) of the API key credential provider
- Credential
Provider stringArn - The Amazon Resource Name (ARN) of the API key credential provider
- credential
Provider StringArn - The Amazon Resource Name (ARN) of the API key credential provider
- credential
Provider stringArn - The Amazon Resource Name (ARN) of the API key credential provider
- credential_
provider_ strarn - The Amazon Resource Name (ARN) of the API key credential provider
- credential
Provider StringArn - The Amazon Resource Name (ARN) of the API key credential provider
getApiKeyCredentialProvider Result
The following output properties are available:
- Api
Key Pulumi.Secret Arn Aws Native. Bedrock Agent Core. Outputs. Api Key Credential Provider Api Key Secret Arn - The ARN of the API key secret in AWS Secrets Manager
- Created
Time string - The timestamp when the credential provider was created
- Credential
Provider stringArn - The Amazon Resource Name (ARN) of the API key credential provider
- Last
Updated stringTime - The timestamp when the credential provider was last updated
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags to assign to the API key credential provider
- Api
Key ApiSecret Arn Key Credential Provider Api Key Secret Arn - The ARN of the API key secret in AWS Secrets Manager
- Created
Time string - The timestamp when the credential provider was created
- Credential
Provider stringArn - The Amazon Resource Name (ARN) of the API key credential provider
- Last
Updated stringTime - The timestamp when the credential provider was last updated
- Tag
- Tags to assign to the API key credential provider
- api
Key ApiSecret Arn Key Credential Provider Api Key Secret Arn - The ARN of the API key secret in AWS Secrets Manager
- created
Time String - The timestamp when the credential provider was created
- credential
Provider StringArn - The Amazon Resource Name (ARN) of the API key credential provider
- last
Updated StringTime - The timestamp when the credential provider was last updated
- List<Tag>
- Tags to assign to the API key credential provider
- api
Key ApiSecret Arn Key Credential Provider Api Key Secret Arn - The ARN of the API key secret in AWS Secrets Manager
- created
Time string - The timestamp when the credential provider was created
- credential
Provider stringArn - The Amazon Resource Name (ARN) of the API key credential provider
- last
Updated stringTime - The timestamp when the credential provider was last updated
- Tag[]
- Tags to assign to the API key credential provider
- api_
key_ Apisecret_ arn Key Credential Provider Api Key Secret Arn - The ARN of the API key secret in AWS Secrets Manager
- created_
time str - The timestamp when the credential provider was created
- credential_
provider_ strarn - The Amazon Resource Name (ARN) of the API key credential provider
- last_
updated_ strtime - The timestamp when the credential provider was last updated
- Sequence[root_Tag]
- Tags to assign to the API key credential provider
- api
Key Property MapSecret Arn - The ARN of the API key secret in AWS Secrets Manager
- created
Time String - The timestamp when the credential provider was created
- credential
Provider StringArn - The Amazon Resource Name (ARN) of the API key credential provider
- last
Updated StringTime - The timestamp when the credential provider was last updated
- List<Property Map>
- Tags to assign to the API key credential provider
Supporting Types
ApiKeyCredentialProviderApiKeySecretArn
- Secret
Arn string - The ARN of the secret in AWS Secrets Manager
- Secret
Arn string - The ARN of the secret in AWS Secrets Manager
- secret
Arn String - The ARN of the secret in AWS Secrets Manager
- secret
Arn string - The ARN of the secret in AWS Secrets Manager
- secret_
arn str - The ARN of the secret in AWS Secrets Manager
- secret
Arn String - The ARN of the secret in AWS Secrets Manager
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.
Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
published on Monday, May 4, 2026 by Pulumi
