| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.accessKey(String accessKey)
Specifies the access key (or user name) if credentials are required to access the object storage server.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.agentArns(List<String> agentArns)
Specifies the Amazon Resource Names (ARNs) of the agents associated with the location.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.bucketName(String bucketName)
Specifies the name of the bucket that DataSync reads from or writes to.
|
static CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.create(software.constructs.Construct scope,
String id) |
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.secretKey(String secretKey)
Specifies the secret key (or password) if credentials are required to access the object storage server.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.serverHostname(String serverHostname)
Specifies the domain name or IP address of the object storage server.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.serverPort(Number serverPort)
Specifies the port that your object storage server accepts inbound network traffic on.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.serverProtocol(String serverProtocol)
Specifies the protocol that your object storage server uses to communicate.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.subdirectory(String subdirectory)
Specifies the object prefix that DataSync reads from or writes to.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.tags(List<? extends CfnTag> tags)
Specifies the key-value pair that represents the tag to help you manage, filter, and search for your location.
|
Copyright © 2022. All rights reserved.