LocationObjectStorageState constructor
- Input<
String?> ? accessKey, - Input<
List< ? agentArns,String> ?> - Input<
String?> ? arn, - Input<
String?> ? bucketName, - Input<
String?> ? region, - Input<
String?> ? secretKey, - Input<
String?> ? serverCertificate, - Input<
String?> ? serverHostname, - Input<
int?> ? serverPort, - Input<
String?> ? serverProtocol, - Input<
String?> ? subdirectory, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - Input<
String?> ? uri,
Creates a new LocationObjectStorageState.
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.
arn ARN of the DataSync Location.
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.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
uri The URL of the Object Storage location that was described.
Implementation
const LocationObjectStorageState({
this.accessKey,
this.agentArns,
this.arn,
this.bucketName,
this.region,
this.secretKey,
this.serverCertificate,
this.serverHostname,
this.serverPort,
this.serverProtocol,
this.subdirectory,
this.tags,
this.tagsAll,
this.uri,
});