AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Bedrock::ApplicationInferenceProfile

CfnApplicationInferenceProfile

Specifies an inference profile as a resource in a top-level template. Use the `ModelSource` field to specify the inference profile to copy into the resource. For more information about using inference profiles in Amazon Bedrock , see [Improve resilience with cross-region inference](https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html) . See the *Properties* section below for descriptions of both the required and optional properties.

Import

import { CfnApplicationInferenceProfile } from 'aws-cdk-lib/aws-bedrock';

Or use the module namespace:

import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnApplicationInferenceProfile

Properties

Configuration passed to the constructor as CfnApplicationInferenceProfileProps.

inferenceProfileNameRequired
string

The name of the inference profile.

descriptionOptional
string

The description of the inference profile.

modelSourceOptional
IResolvable | InferenceProfileModelSourceProperty

Contains configurations for the inference profile to copy as the resource.

tagsOptional
CfnTag[]

A list of tags associated with the inference profile.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter