AWS::KafkaConnect::CustomPlugin S3Location - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KafkaConnect::CustomPlugin S3Location

The location of an object in Amazon S3.

Syntax

To declare this entity in your Amazon 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