AWS::Bedrock::ModelInvocationJobResource Type definition for AWS::Bedrock::ModelInvocationJob
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
InputDataConfig | ModelInvocationJobInputDataConfig | Details about the location of the input to the batch inference job. |
JobArn | string | The Amazon Resource Name (ARN) of the batch inference job. |
JobExpirationTime | string | The time at which the batch inference job times or timed out. |
JobName | string | A name to give the batch inference job. |
LastModifiedTime | string | The time at which the batch inference job was last modified. |
ModelId | string | The unique identifier of the foundation model to use for the batch inference job. |
OutputDataConfig | ModelInvocationJobOutputDataConfig | Details about the location of the output of the batch inference job. |
RoleArn | string | The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. |
Status | string | - |
SubmitTime | string | The time at which the batch inference job was submitted. |
Tags | Array<Tag> | Any tags associated with the batch inference job. |
TimeoutDurationInHours | integer | The number of hours after which to force the batch inference job to time out. |
VpcConfig | VpcConfig | The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Bedrock::ModelInvocationJob
Resources:
MyResource:
Type: AWS::Bedrock::ModelInvocationJob
Properties:Permissions CloudFormation needs in your IAM role to manage this resource.
bedrock:GetModelInvocationJobbedrock:ListTagsForResourcebedrock:ListModelInvocationJobsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterJobArn