AWS::Bedrock::ApplicationInferenceProfileSpecifies 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 { CfnApplicationInferenceProfile } from 'aws-cdk-lib/aws-bedrock';Or use the module namespace:
import * as bedrock from 'aws-cdk-lib/aws-bedrock';
// bedrock.CfnApplicationInferenceProfileConfiguration passed to the constructor as CfnApplicationInferenceProfileProps.
inferenceProfileNameRequiredstringThe name of the inference profile.
descriptionOptionalstringThe description of the inference profile.
modelSourceOptionalIResolvable | InferenceProfileModelSourcePropertyContains configurations for the inference profile to copy as the resource.
tagsOptionalCfnTag[]A list of tags associated with the inference profile.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-bedrockAWS::Bedrock::ApplicationInferenceProfile