Location Object Storage Args
data class LocationObjectStorageArgs(val accessKey: Output<String>? = null, val agentArns: Output<List<String>>? = null, val bucketName: Output<String>? = null, val secretKey: Output<String>? = null, val serverCertificate: Output<String>? = null, val serverHostname: Output<String>? = null, val serverPort: Output<Int>? = null, val serverProtocol: Output<LocationObjectStorageServerProtocol>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<LocationObjectStorageTagArgs>>? = null) : ConvertibleToJava<LocationObjectStorageArgs>
Resource schema for AWS::DataSync::LocationObjectStorage.
Example Usage
Example
No Java example available.
Constructors
Link copied to clipboard
fun LocationObjectStorageArgs(accessKey: Output<String>? = null, agentArns: Output<List<String>>? = null, bucketName: Output<String>? = null, secretKey: Output<String>? = null, serverCertificate: Output<String>? = null, serverHostname: Output<String>? = null, serverPort: Output<Int>? = null, serverProtocol: Output<LocationObjectStorageServerProtocol>? = null, subdirectory: Output<String>? = null, tags: Output<List<LocationObjectStorageTagArgs>>? = null)