Viewing docs for AWS v6.83.1 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for AWS v6.83.1 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Data source for managing AWS Bedrock AWS Bedrock Inference Profiles.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const test = aws.bedrock.getInferenceProfiles({});
import pulumi
import pulumi_aws as aws
test = aws.bedrock.get_inference_profiles()
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/bedrock"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := bedrock.GetInferenceProfiles(ctx, map[string]interface{}{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var test = Aws.Bedrock.GetInferenceProfiles.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.bedrock.BedrockFunctions;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var test = BedrockFunctions.getInferenceProfiles(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
}
}
variables:
test:
fn::invoke:
function: aws:bedrock:getInferenceProfiles
arguments: {}
Using getInferenceProfiles
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 getInferenceProfiles(opts?: InvokeOptions): Promise<GetInferenceProfilesResult>
function getInferenceProfilesOutput(opts?: InvokeOptions): Output<GetInferenceProfilesResult>def get_inference_profiles(opts: Optional[InvokeOptions] = None) -> GetInferenceProfilesResult
def get_inference_profiles_output(opts: Optional[InvokeOptions] = None) -> Output[GetInferenceProfilesResult]func GetInferenceProfiles(ctx *Context, opts ...InvokeOption) (*GetInferenceProfilesResult, error)
func GetInferenceProfilesOutput(ctx *Context, opts ...InvokeOption) GetInferenceProfilesResultOutput> Note: This function is named GetInferenceProfiles in the Go SDK.
public static class GetInferenceProfiles
{
public static Task<GetInferenceProfilesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetInferenceProfilesResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetInferenceProfilesResult> getInferenceProfiles(InvokeOptions options)
public static Output<GetInferenceProfilesResult> getInferenceProfiles(InvokeOptions options)
fn::invoke:
function: aws:bedrock/getInferenceProfiles:getInferenceProfiles
arguments:
# arguments dictionarygetInferenceProfiles Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Inference
Profile List<GetSummaries Inference Profiles Inference Profile Summary> - List of inference profile summary objects. See
inference_profile_summaries.
- Id string
- The provider-assigned unique ID for this managed resource.
- Inference
Profile []GetSummaries Inference Profiles Inference Profile Summary - List of inference profile summary objects. See
inference_profile_summaries.
- id String
- The provider-assigned unique ID for this managed resource.
- inference
Profile List<GetSummaries Inference Profiles Inference Profile Summary> - List of inference profile summary objects. See
inference_profile_summaries.
- id string
- The provider-assigned unique ID for this managed resource.
- inference
Profile GetSummaries Inference Profiles Inference Profile Summary[] - List of inference profile summary objects. See
inference_profile_summaries.
- id str
- The provider-assigned unique ID for this managed resource.
- inference_
profile_ Sequence[Getsummaries Inference Profiles Inference Profile Summary] - List of inference profile summary objects. See
inference_profile_summaries.
- id String
- The provider-assigned unique ID for this managed resource.
- inference
Profile List<Property Map>Summaries - List of inference profile summary objects. See
inference_profile_summaries.
Supporting Types
GetInferenceProfilesInferenceProfileSummary
- Created
At string - The time at which the inference profile was created.
- Description string
- The description of the inference profile.
- Inference
Profile stringArn - The Amazon Resource Name (ARN) of the inference profile.
- Inference
Profile stringId - The unique identifier of the inference profile.
- Inference
Profile stringName - The name of the inference profile.
- Models
List<Get
Inference Profiles Inference Profile Summary Model> - A list of information about each model in the inference profile. See
models. - Status string
- The status of the inference profile.
ACTIVEmeans that the inference profile is available to use. - Type string
- The type of the inference profile.
SYSTEM_DEFINEDmeans that the inference profile is defined by Amazon Bedrock. - Updated
At string - The time at which the inference profile was last updated.
- Created
At string - The time at which the inference profile was created.
- Description string
- The description of the inference profile.
- Inference
Profile stringArn - The Amazon Resource Name (ARN) of the inference profile.
- Inference
Profile stringId - The unique identifier of the inference profile.
- Inference
Profile stringName - The name of the inference profile.
- Models
[]Get
Inference Profiles Inference Profile Summary Model - A list of information about each model in the inference profile. See
models. - Status string
- The status of the inference profile.
ACTIVEmeans that the inference profile is available to use. - Type string
- The type of the inference profile.
SYSTEM_DEFINEDmeans that the inference profile is defined by Amazon Bedrock. - Updated
At string - The time at which the inference profile was last updated.
- created
At String - The time at which the inference profile was created.
- description String
- The description of the inference profile.
- inference
Profile StringArn - The Amazon Resource Name (ARN) of the inference profile.
- inference
Profile StringId - The unique identifier of the inference profile.
- inference
Profile StringName - The name of the inference profile.
- models
List<Get
Inference Profiles Inference Profile Summary Model> - A list of information about each model in the inference profile. See
models. - status String
- The status of the inference profile.
ACTIVEmeans that the inference profile is available to use. - type String
- The type of the inference profile.
SYSTEM_DEFINEDmeans that the inference profile is defined by Amazon Bedrock. - updated
At String - The time at which the inference profile was last updated.
- created
At string - The time at which the inference profile was created.
- description string
- The description of the inference profile.
- inference
Profile stringArn - The Amazon Resource Name (ARN) of the inference profile.
- inference
Profile stringId - The unique identifier of the inference profile.
- inference
Profile stringName - The name of the inference profile.
- models
Get
Inference Profiles Inference Profile Summary Model[] - A list of information about each model in the inference profile. See
models. - status string
- The status of the inference profile.
ACTIVEmeans that the inference profile is available to use. - type string
- The type of the inference profile.
SYSTEM_DEFINEDmeans that the inference profile is defined by Amazon Bedrock. - updated
At string - The time at which the inference profile was last updated.
- created_
at str - The time at which the inference profile was created.
- description str
- The description of the inference profile.
- inference_
profile_ strarn - The Amazon Resource Name (ARN) of the inference profile.
- inference_
profile_ strid - The unique identifier of the inference profile.
- inference_
profile_ strname - The name of the inference profile.
- models
Sequence[Get
Inference Profiles Inference Profile Summary Model] - A list of information about each model in the inference profile. See
models. - status str
- The status of the inference profile.
ACTIVEmeans that the inference profile is available to use. - type str
- The type of the inference profile.
SYSTEM_DEFINEDmeans that the inference profile is defined by Amazon Bedrock. - updated_
at str - The time at which the inference profile was last updated.
- created
At String - The time at which the inference profile was created.
- description String
- The description of the inference profile.
- inference
Profile StringArn - The Amazon Resource Name (ARN) of the inference profile.
- inference
Profile StringId - The unique identifier of the inference profile.
- inference
Profile StringName - The name of the inference profile.
- models List<Property Map>
- A list of information about each model in the inference profile. See
models. - status String
- The status of the inference profile.
ACTIVEmeans that the inference profile is available to use. - type String
- The type of the inference profile.
SYSTEM_DEFINEDmeans that the inference profile is defined by Amazon Bedrock. - updated
At String - The time at which the inference profile was last updated.
GetInferenceProfilesInferenceProfileSummaryModel
- Model
Arn string - The Amazon Resource Name (ARN) of the model.
- Model
Arn string - The Amazon Resource Name (ARN) of the model.
- model
Arn String - The Amazon Resource Name (ARN) of the model.
- model
Arn string - The Amazon Resource Name (ARN) of the model.
- model_
arn str - The Amazon Resource Name (ARN) of the model.
- model
Arn String - The Amazon Resource Name (ARN) of the model.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.
Viewing docs for AWS v6.83.1 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
