Resource schema for AWS::DataSync::StorageSystem.
agent_arns
(List of String) The ARN of the DataSync agent that connects to and reads from the on-premises storage system's management interface.server_configuration
(Attributes) The server name and network port required to connect with the management interface of the on-premises storage system. (see below for nested schema)system_type
(String) The type of on-premises storage system that DataSync Discovery will analyze.cloudwatch_log_group_arn
(String) The ARN of the Amazon CloudWatch log group used to monitor and log discovery job events.name
(String) A familiar name for the on-premises storage system.server_credentials
(Attributes) The username and password for accessing your on-premises storage system's management interface. (see below for nested schema)tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)connectivity_status
(String) Indicates whether the DataSync agent can access the on-premises storage system.id
(String) Uniquely identifies the resource.secrets_manager_arn
(String) The ARN of a secret stored by AWS Secrets Manager.storage_system_arn
(String) The ARN of the on-premises storage system added to DataSync Discovery.server_configuration
Required:
server_hostname
(String) The domain name or IP address of the storage system's management interface.Optional:
server_port
(Number) The network port needed to access the system's management interfaceserver_credentials
Required:
password
(String) The password for your storage system's management interfaceusername
(String) The username for your storage system's management interface.tags
Required:
key
(String) The key for an AWS resource tag.value
(String) The value for an AWS resource tag.Import is supported using the following syntax:
$ terraform import awscc_datasync_storage_system.example <resource ID>