1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrockagentcore
  6. getCapacityProvider

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

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

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

Viewing docs for AWS Cloud Control v1.79.0
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 dictionary
    data "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.
    CapacityProviderId string
    The unique identifier of the capacity provider.
    CreatedAt string
    The timestamp when the capacity provider was created.
    Description string
    An optional description of the capacity provider.
    LastUpdatedAt string
    The timestamp when the capacity provider was last updated.
    Status Pulumi.AwsNative.BedrockAgentCore.CapacityProviderStatus
    The current status of the capacity provider.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to the capacity provider.
    Arn string
    The ARN of the capacity provider.
    CapacityProviderId string
    The unique identifier of the capacity provider.
    CreatedAt string
    The timestamp when the capacity provider was created.
    Description string
    An optional description of the capacity provider.
    LastUpdatedAt string
    The timestamp when the capacity provider was last updated.
    Status CapacityProviderStatus
    The current status of the capacity provider.
    Tags Tag
    An array of key-value pairs to apply to the capacity provider.
    arn string
    The ARN of the capacity provider.
    capacity_provider_id string
    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_at string
    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.
    tags list(object)
    An array of key-value pairs to apply to the capacity provider.
    arn String
    The ARN of the capacity provider.
    capacityProviderId String
    The unique identifier of the capacity provider.
    createdAt String
    The timestamp when the capacity provider was created.
    description String
    An optional description of the capacity provider.
    lastUpdatedAt String
    The timestamp when the capacity provider was last updated.
    status CapacityProviderStatus
    The current status of the capacity provider.
    tags List<Tag>
    An array of key-value pairs to apply to the capacity provider.
    arn string
    The ARN of the capacity provider.
    capacityProviderId string
    The unique identifier of the capacity provider.
    createdAt string
    The timestamp when the capacity provider was created.
    description string
    An optional description of the capacity provider.
    lastUpdatedAt string
    The timestamp when the capacity provider was last updated.
    status CapacityProviderStatus
    The current status of the capacity provider.
    tags Tag[]
    An array of key-value pairs to apply to the capacity provider.
    arn str
    The ARN of the capacity provider.
    capacity_provider_id str
    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_at str
    The timestamp when the capacity provider was last updated.
    status CapacityProviderStatus
    The current status of the capacity provider.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to the capacity provider.
    arn String
    The ARN of the capacity provider.
    capacityProviderId String
    The unique identifier of the capacity provider.
    createdAt String
    The timestamp when the capacity provider was created.
    description String
    An optional description of the capacity provider.
    lastUpdatedAt String
    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.
    tags List<Property Map>
    An array of key-value pairs to apply to the capacity provider.

    Supporting Types

    CapacityProviderStatus

    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 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 aws-native logo

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

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial