AWS::KafkaConnect::CustomPlugin S3Location - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::KafkaConnect::CustomPlugin S3Location

The location of an object in Amazon S3.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "BucketArn" : String, "FileKey" : String, "ObjectVersion" : String }

YAML

BucketArn: String FileKey: String ObjectVersion: String

Properties

BucketArn

The Amazon Resource Name (ARN) of an S3 bucket.

Required: Yes

Type: String

Update requires: Replacement

FileKey

The file key for an object in an S3 bucket.

Required: Yes

Type: String

Update requires: Replacement

ObjectVersion

The version of an object in an S3 bucket.

Required: No

Type: String

Update requires: Replacement