Uses of Class
software.amazon.awscdk.services.datasync.CfnLocationObjectStorage.Builder
Packages that use CfnLocationObjectStorage.Builder
-
Uses of CfnLocationObjectStorage.Builder in software.amazon.awscdk.services.datasync
Methods in software.amazon.awscdk.services.datasync that return CfnLocationObjectStorage.BuilderModifier and TypeMethodDescriptionSpecifies 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.CfnLocationObjectStorage.Builder.bucketName(String bucketName) Specifies the name of the object storage bucket involved in the transfer.Specifies the secret key (for example, a password) if credentials are required to authenticate with the object storage server.CfnLocationObjectStorage.Builder.serverCertificate(String serverCertificate) 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).CfnLocationObjectStorage.Builder.serverHostname(String serverHostname) Specifies the domain name or IP address of the object storage server.CfnLocationObjectStorage.Builder.serverPort(Number serverPort) Specifies the port that your object storage server accepts inbound network traffic on (for example, port 443).CfnLocationObjectStorage.Builder.serverProtocol(String serverProtocol) Specifies the protocol that your object storage server uses to communicate.CfnLocationObjectStorage.Builder.subdirectory(String subdirectory) 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.