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.(Optional) 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.CfnLocationObjectStorage.Builder.cmkSecretConfig
(IResolvable cmkSecretConfig) Specifies configuration information for a DataSync-managed secret, which includes theSecretKey
that DataSync uses to access a specific object storage location, with a customer-managed AWS KMS key .CfnLocationObjectStorage.Builder.cmkSecretConfig
(CfnLocationObjectStorage.CmkSecretConfigProperty cmkSecretConfig) Specifies configuration information for a DataSync-managed secret, which includes theSecretKey
that DataSync uses to access a specific object storage location, with a customer-managed AWS KMS key .CfnLocationObjectStorage.Builder.customSecretConfig
(IResolvable customSecretConfig) Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text.CfnLocationObjectStorage.Builder.customSecretConfig
(CfnLocationObjectStorage.CustomSecretConfigProperty customSecretConfig) Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text.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 (IPv4 or IPv6) of the object storage server that your DataSync agent connects to.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.