This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Bedrock::ModelInvocationJob ModelInvocationJobS3OutputDataConfig
Contains the configuration of the S3 location of the output data.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "S3BucketOwner" :String, "S3EncryptionKeyId" :String, "S3Uri" :String}
YAML
S3BucketOwner:StringS3EncryptionKeyId:StringS3Uri:String
Properties
S3BucketOwner-
The ID of the AWS account that owns the S3 bucket containing the output data.
Required: No
Type: String
Pattern:
^[0-9]{12}$Update requires: No interruption
S3EncryptionKeyId-
The unique identifier of the key that encrypts the S3 location of the output data.
Required: No
Type: String
Pattern:
^(arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:((key/[a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)))|([a-zA-Z0-9-]{36})|(alias/[a-zA-Z0-9-_/]+)$Minimum:
1Maximum:
2048Update requires: No interruption
S3Uri-
The S3 location of the output data.
Required: Yes
Type: String
Pattern:
^s3://[a-z0-9][-.a-z0-9]{1,61}[a-z0-9](?:/[-!_*'().a-z0-9A-Z]+(?:/[-!_*'().a-z0-9A-Z]+)*)?/?$Minimum:
1Maximum:
1024Update requires: No interruption