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

Resource schema for AWS::DataSync::LocationObjectStorage.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-datasync.git

Properties

AgentArns string[] required

The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.

minItems=1maxItems=4
AccessKey string | Aws_CF_FunctionString

Optional. The access key is used if credentials are required to access the self-managed object storage server.

BucketName string | Aws_CF_FunctionString

The name of the bucket on the self-managed object storage server.

SecretKey string | Aws_CF_FunctionString

Optional. The secret key is used if credentials are required to access the self-managed object storage server.

ServerCertificate string | Aws_CF_FunctionString

X.509 PEM content containing a certificate authority or chain to trust.

ServerHostname string | Aws_CF_FunctionString

The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server.

ServerPort integer

The port that your self-managed server accepts inbound network traffic on.

min=1max=65536
ServerProtocol string | Aws_CF_FunctionString

The protocol that the object storage server uses to communicate.

Subdirectory string | Aws_CF_FunctionString

The subdirectory in the self-managed object storage server that is used to read data from.

Tags Tag[]

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

maxItems=50uniqueItems=true

Definitions

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.