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

Properties

AgentName string | Aws_CF_FunctionString

The name configured for the agent. Text reference used to identify the agent in the console.

ActivationKey string | Aws_CF_FunctionString

Activation key of the Agent.

SecurityGroupArns string[]

The ARNs of the security group used to protect your data transfer task subnets.

SubnetArns string[]

The ARNs of the subnets in which DataSync will create elastic network interfaces for each data transfer task.

VpcEndpointId string | Aws_CF_FunctionString

The ID of the VPC endpoint that the agent has access to.

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.