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

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

Properties

ServerConfiguration object required

The server name and network port required to connect with the management interface of the on-premises storage system.

2 nested properties
ServerHostname string | Aws_CF_FunctionString required

The domain name or IP address of the storage system's management interface.

ServerPort integer

The network port needed to access the system's management interface

min=1max=65535
SystemType string | Aws_CF_FunctionString required

The type of on-premises storage system that DataSync Discovery will analyze.

AgentArns string[] required

The ARN of the DataSync agent that connects to and reads from the on-premises storage system's management interface.

minItems=1maxItems=1
ServerCredentials object

The username and password for accessing your on-premises storage system's management interface.

2 nested properties
Username string | Aws_CF_FunctionString required

The username for your storage system's management interface.

Password string | Aws_CF_FunctionString required

The password for your storage system's management interface

CloudWatchLogGroupArn string | Aws_CF_FunctionString

The ARN of the Amazon CloudWatch log group used to monitor and log discovery job events.

Name string | Aws_CF_FunctionString

A familiar name for the on-premises storage system.

Tags Tag[]

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

maxItems=50uniqueItems=true

Definitions

ServerConfiguration object

The server name and network port required to connect with the management interface of the on-premises storage system.

ServerHostname string | Aws_CF_FunctionString required

The domain name or IP address of the storage system's management interface.

ServerPort integer

The network port needed to access the system's management interface

min=1max=65535
ServerCredentials object

The username and password for accessing your on-premises storage system's management interface.

Username string | Aws_CF_FunctionString required

The username for your storage system's management interface.

Password string | Aws_CF_FunctionString required

The password for your storage system's management interface

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.