AWS Fundamentals Logo
AWS Fundamentals
AWS::Bedrock::ApplicationInferenceProfile

Bedrock ApplicationInferenceProfile

Definition of AWS::Bedrock::ApplicationInferenceProfile Resource Type

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
InferenceProfileName
string
RequiredCreate-only
Description
string
Create-only
ModelSource
InferenceProfileModelSource
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringTime Stamp
InferenceProfileArnstring-
InferenceProfileIdstring-
InferenceProfileIdentifierstringInference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.
ModelsArray<InferenceProfileModel>List of model configuration
Statusstring-
Typestring-
UpdatedAtstringTime Stamp

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::ApplicationInferenceProfile

Resources:
  MyResource:
    Type: AWS::Bedrock::ApplicationInferenceProfile
    Properties:
      InferenceProfileName: "my-inferenceprofilename"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

bedrock:CreateInferenceProfilebedrock:GetInferenceProfilebedrock:TagResourcebedrock:ListTagsForResource

read

bedrock:GetInferenceProfilebedrock:ListTagsForResource

update

bedrock:GetInferenceProfilebedrock:ListTagsForResourcebedrock:TagResourcebedrock:UntagResource

delete

bedrock:DeleteInferenceProfilebedrock:GetInferenceProfile

list

bedrock:ListInferenceProfiles

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBedrock
Properties12
Required1
TaggingSupported
Primary IDInferenceProfileIdentifier

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DescriptionInferenceProfileNameModelSource

External Links