Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-datasync-locations3.json
Parent schema serverless-framework-configuration
Type: object

Properties

S3Config object required

The Amazon Resource Name (ARN) of the AWS IAM role that is used to access an Amazon S3 bucket.

1 nested properties
BucketAccessRoleArn string | Aws_CF_FunctionString required

The ARN of the IAM role of the Amazon S3 bucket.

S3BucketArn string | Aws_CF_FunctionString

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

Subdirectory string | Aws_CF_FunctionString

A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.

S3StorageClass string | Aws_CF_FunctionString

The Amazon S3 storage class you want to store your files in when this location is used as a task destination.

Tags Tag[]

An array of key-value pairs to apply to this resource.

maxItems=50uniqueItems=true

Definitions

S3Config object

The Amazon Resource Name (ARN) of the AWS IAM role that is used to access an Amazon S3 bucket.

BucketAccessRoleArn string | Aws_CF_FunctionString required

The ARN of the IAM role of the Amazon S3 bucket.

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key for an AWS resource tag.

Value string | Aws_CF_FunctionString required

The value for an AWS resource tag.