LocationObjectStorageArgs class

The set of arguments for LocationObjectStorage. The set of arguments for LocationObjectStorage.

Constructors

LocationObjectStorageArgs({Input<String?>? accessKey, Input<List<String>?>? agentArns, required Input<String> bucketName, Input<String?>? region, Input<String?>? secretKey, Input<String?>? serverCertificate, required Input<String> serverHostname, Input<int?>? serverPort, Input<String?>? serverProtocol, Input<String?>? subdirectory, Input<Map<String, String>?>? tags})
Creates a new LocationObjectStorageArgs. accessKey The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use accessKey and secretKey to provide the user name and password, respectively. agentArns A list of DataSync Agent ARNs with which this location will be associated. For agentless cross-cloud transfers, this parameter does not need to be specified. bucketName The bucket on the self-managed object storage server that is used to read data from. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. secretKey The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use accessKey and secretKey to provide the user name and password, respectively. serverCertificate Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem string. The certificate can be up to 32768 bytes (before Base64 encoding). serverHostname The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network. serverPort The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one. serverProtocol The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS. subdirectory A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to /. tags Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
const
LocationObjectStorageArgs.fromMap(Map<String, dynamic> map)
factory

Properties

accessKey → Input<String?>?
The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use accessKey and secretKey to provide the user name and password, respectively.
final
agentArns → Input<List<String>?>?
A list of DataSync Agent ARNs with which this location will be associated. For agentless cross-cloud transfers, this parameter does not need to be specified.
final
bucketName → Input<String>
The bucket on the self-managed object storage server that is used to read data from.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey → Input<String?>?
The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use accessKey and secretKey to provide the user name and password, respectively.
final
serverCertificate → Input<String?>?
Specifies a certificate to authenticate with an object storage system that uses a private or self-signed certificate authority (CA). You must specify a Base64-encoded .pem string. The certificate can be up to 32768 bytes (before Base64 encoding).
final
serverHostname → Input<String>
The name of the self-managed object storage server. This value is the IP address or Domain Name Service (DNS) name of the object storage server. An agent uses this host name to mount the object storage server in a network.
final
serverPort → Input<int?>?
The port that your self-managed object storage server accepts inbound network traffic on. The server port is set by default to TCP 80 (HTTP) or TCP 443 (HTTPS). You can specify a custom port if your self-managed object storage server requires one.
final
serverProtocol → Input<String?>?
The protocol that the object storage server uses to communicate. Valid values are HTTP or HTTPS.
final
subdirectory → Input<String?>?
A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster. If the subdirectory isn't specified, it will default to /.
final
tags → Input<Map<String, String>?>?
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited