| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.accessKey(String accessKey)
Optional.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.agentArns(List<String> agentArns)
The Amazon Resource Name (ARN) of the agents associated with the self-managed object storage server location.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.bucketName(String bucketName)
The bucket on the self-managed object storage server that is used to read data from.
|
static CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.create(software.constructs.Construct scope,
String id) |
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.secretKey(String secretKey)
Optional.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.serverHostname(String serverHostname)
The name of the self-managed object storage server.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.serverPort(Number serverPort)
The port that your self-managed object storage server accepts inbound network traffic on.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.serverProtocol(String serverProtocol)
The protocol that the object storage server uses to communicate.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.subdirectory(String subdirectory)
The subdirectory in the self-managed object storage server that is used to read data from.
|
CfnLocationObjectStorage.Builder |
CfnLocationObjectStorage.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents the tag that you want to add to the location.
|
Copyright © 2022. All rights reserved.