AWS::Bedrock::ApplicationInferenceProfileDefinition of AWS::Bedrock::ApplicationInferenceProfile Resource Type
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InferenceProfileName | string | RequiredCreate-only |
Description | string | Create-only |
ModelSource | InferenceProfileModelSource | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | Time Stamp |
InferenceProfileArn | string | - |
InferenceProfileId | string | - |
InferenceProfileIdentifier | string | Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs. |
Models | Array<InferenceProfileModel> | List of model configuration |
Status | string | - |
Type | string | - |
UpdatedAt | string | Time Stamp |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:CreateInferenceProfilebedrock:GetInferenceProfilebedrock:TagResourcebedrock:ListTagsForResourcebedrock:GetInferenceProfilebedrock:ListTagsForResourcebedrock:GetInferenceProfilebedrock:ListTagsForResourcebedrock:TagResourcebedrock:UntagResourcebedrock:DeleteInferenceProfilebedrock:GetInferenceProfilebedrock:ListInferenceProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInferenceProfileIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionInferenceProfileNameModelSource