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:StringFileKey:StringObjectVersion: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