We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Resource Type definition for AWS::BedrockAgentCore::CapacityProvider. A capacity provider defines the compute resources (EC2) used to run Amazon Bedrock AgentCore agent runtimes.
Using getCapacityProvider
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 getCapacityProvider(args: GetCapacityProviderArgs, opts?: InvokeOptions): Promise<GetCapacityProviderResult>
function getCapacityProviderOutput(args: GetCapacityProviderOutputArgs, opts?: InvokeOutputOptions): Output<GetCapacityProviderResult>def get_capacity_provider(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCapacityProviderResult
def get_capacity_provider_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetCapacityProviderResult]func LookupCapacityProvider(ctx *Context, args *LookupCapacityProviderArgs, opts ...InvokeOption) (*LookupCapacityProviderResult, error)
func LookupCapacityProviderOutput(ctx *Context, args *LookupCapacityProviderOutputArgs, opts ...InvokeOption) LookupCapacityProviderResultOutput> Note: This function is named LookupCapacityProvider in the Go SDK.
public static class GetCapacityProvider
{
public static Task<GetCapacityProviderResult> InvokeAsync(GetCapacityProviderArgs args, InvokeOptions? opts = null)
public static Output<GetCapacityProviderResult> Invoke(GetCapacityProviderInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetCapacityProviderResult> Invoke(GetCapacityProviderInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetCapacityProviderResult> getCapacityProvider(GetCapacityProviderArgs args, InvokeOptions options)
public static Output<GetCapacityProviderResult> getCapacityProvider(GetCapacityProviderArgs args, InvokeOptions options)
public static Output<GetCapacityProviderResult> getCapacityProvider(GetCapacityProviderArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:bedrockagentcore:getCapacityProvider
arguments:
# arguments dictionarydata "aws-native_bedrockagentcore_get_capacity_provider" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The ARN of the capacity provider.
- Arn string
- The ARN of the capacity provider.
- arn string
- The ARN of the capacity provider.
- arn String
- The ARN of the capacity provider.
- arn string
- The ARN of the capacity provider.
- arn str
- The ARN of the capacity provider.
- arn String
- The ARN of the capacity provider.
getCapacityProvider Result
The following output properties are available:
- Arn string
- The ARN of the capacity provider.
- Capacity
Provider stringId - The unique identifier of the capacity provider.
- Created
At string - The timestamp when the capacity provider was created.
- Description string
- An optional description of the capacity provider.
- Last
Updated stringAt - The timestamp when the capacity provider was last updated.
- Status
Pulumi.
Aws Native. Bedrock Agent Core. Capacity Provider Status - The current status of the capacity provider.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to the capacity provider.
- Arn string
- The ARN of the capacity provider.
- Capacity
Provider stringId - The unique identifier of the capacity provider.
- Created
At string - The timestamp when the capacity provider was created.
- Description string
- An optional description of the capacity provider.
- Last
Updated stringAt - The timestamp when the capacity provider was last updated.
- Status
Capacity
Provider Status - The current status of the capacity provider.
- Tag
- An array of key-value pairs to apply to the capacity provider.
- arn string
- The ARN of the capacity provider.
- capacity_
provider_ stringid - The unique identifier of the capacity provider.
- created_
at string - The timestamp when the capacity provider was created.
- description string
- An optional description of the capacity provider.
- last_
updated_ stringat - The timestamp when the capacity provider was last updated.
- status "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING"
- The current status of the capacity provider.
- list(object)
- An array of key-value pairs to apply to the capacity provider.
- arn String
- The ARN of the capacity provider.
- capacity
Provider StringId - The unique identifier of the capacity provider.
- created
At String - The timestamp when the capacity provider was created.
- description String
- An optional description of the capacity provider.
- last
Updated StringAt - The timestamp when the capacity provider was last updated.
- status
Capacity
Provider Status - The current status of the capacity provider.
- List<Tag>
- An array of key-value pairs to apply to the capacity provider.
- arn string
- The ARN of the capacity provider.
- capacity
Provider stringId - The unique identifier of the capacity provider.
- created
At string - The timestamp when the capacity provider was created.
- description string
- An optional description of the capacity provider.
- last
Updated stringAt - The timestamp when the capacity provider was last updated.
- status
Capacity
Provider Status - The current status of the capacity provider.
- Tag[]
- An array of key-value pairs to apply to the capacity provider.
- arn str
- The ARN of the capacity provider.
- capacity_
provider_ strid - The unique identifier of the capacity provider.
- created_
at str - The timestamp when the capacity provider was created.
- description str
- An optional description of the capacity provider.
- last_
updated_ strat - The timestamp when the capacity provider was last updated.
- status
Capacity
Provider Status - The current status of the capacity provider.
- Sequence[root_Tag]
- An array of key-value pairs to apply to the capacity provider.
- arn String
- The ARN of the capacity provider.
- capacity
Provider StringId - The unique identifier of the capacity provider.
- created
At String - The timestamp when the capacity provider was created.
- description String
- An optional description of the capacity provider.
- last
Updated StringAt - The timestamp when the capacity provider was last updated.
- status "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "READY" | "DELETING"
- The current status of the capacity provider.
- List<Property Map>
- An array of key-value pairs to apply to the capacity provider.
Supporting Types
CapacityProviderStatus
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.
published on Monday, Sep 14, 2026 by Pulumi