application_inference_profiles_list_only
Lists application_inference_profiles
in a region or regions, for all properties use application_inference_profiles
Overview
Name | application_inference_profiles_list_only |
Type | Resource |
Description | Definition of AWS::Bedrock::ApplicationInferenceProfile Resource Type |
Id | aws.bedrock.application_inference_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
inference_profile_id | string | |
inference_profile_identifier | string | Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all application_inference_profiles
in a region.
SELECT
region,
inference_profile_identifier
FROM aws.bedrock.application_inference_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_inference_profiles_list_only
resource, see application_inference_profiles