LocationObjectStorageState class
Input properties used for looking up and filtering LocationObjectStorage resources.
Constructors
-
LocationObjectStorageState({Input<
String?> ? accessKey, Input<List< ? agentArns, Input<String> ?>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, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? uri}) -
Creates a new LocationObjectStorageState.
accessKeyThe 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, useaccessKeyandsecretKeyto provide the user name and password, respectively.agentArnsA 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.arnARN of the DataSync Location.bucketNameThe bucket on the self-managed object storage server that is used to read data from.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.secretKeyThe 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, useaccessKeyandsecretKeyto provide the user name and password, respectively.serverCertificateSpecifies 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).serverHostnameThe 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.serverPortThe 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.serverProtocolThe protocol that the object storage server uses to communicate. Valid values areHTTPorHTTPS.subdirectoryA 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 /.tagsKey-value pairs of resource tags to assign to the DataSync Location. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.uriThe URL of the Object Storage location that was described.const -
LocationObjectStorageState.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
accessKeyandsecretKeyto 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
-
arn
→ Input<
String?> ? -
ARN of the DataSync Location.
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
accessKeyandsecretKeyto 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
HTTPorHTTPS.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
-
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
uri
→ Input<
String?> ? -
The URL of the Object Storage location that was described.
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