AWS::CustomerProfiles::Integration S3SourceProperties - 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::CustomerProfiles::Integration S3SourceProperties

The properties that are applied when Amazon S3 is being used as the flow source.

Syntax

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

JSON

{ "BucketName" : String, "BucketPrefix" : String }

YAML

BucketName: String BucketPrefix: String

Properties

BucketName

The Amazon S3 bucket name where the source files are stored.

Required: Yes

Type: String

Pattern: \S+

Minimum: 3

Maximum: 63

Update requires: No interruption

BucketPrefix

The object key for the Amazon S3 bucket in which the source files are stored.

Required: No

Type: String

Pattern: .*

Maximum: 512

Update requires: No interruption