AWS::DataSync Construct Library
-
Specifies the access key (for example, a user name) if credentials are required to authenticate with the object storage server.
Specifies the Amazon Resource Names (ARNs) of the DataSync agents that can connect with your object storage system.
Specifies the name of the object storage bucket involved in the transfer.
CfnLocationObjectStorage.Builder.create(software.constructs.Construct scope,
String id)
Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.
Specifies a certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).
Specifies the domain name or IP address of the object storage server.
Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).
Specifies the protocol that your object storage server uses to communicate.
Specifies the object prefix for your object storage server.
Specifies the key-value pair that represents a tag that you want to add to the resource.