FsxOpenZfsFileSystemState class

Input properties used for looking up and filtering FsxOpenZfsFileSystem resources.

Constructors

FsxOpenZfsFileSystemState({Input<String?>? arn, Input<String?>? creationTime, Input<String?>? fsxFilesystemArn, Input<FsxOpenZfsFileSystemProtocol?>? protocol, Input<String?>? region, Input<List<String>?>? securityGroupArns, Input<String?>? subdirectory, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<String?>? uri})
Creates a new FsxOpenZfsFileSystemState. arn ARN of the DataSync Location. creationTime The time that the FSx for openzfs location was created. fsxFilesystemArn ARN for the FSx for OpenZfs file system. protocol The type of protocol that DataSync uses to access your file system. See below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. securityGroupArns ARNs of the security groups that are to use to configure the FSx for openzfs file system. subdirectory Subdirectory to perform actions as source or destination. Must start with /fsx. 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 FSx for openzfs location that was described.
const
FsxOpenZfsFileSystemState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN of the DataSync Location.
final
creationTime → Input<String?>?
The time that the FSx for openzfs location was created.
final
fsxFilesystemArn → Input<String?>?
ARN for the FSx for OpenZfs file system.
final
hashCode int
The hash code for this object.
no setterinherited
protocol → Input<FsxOpenZfsFileSystemProtocol?>?
The type of protocol that DataSync uses to access your file system. See below.
final
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
securityGroupArns → Input<List<String>?>?
ARNs of the security groups that are to use to configure the FSx for openzfs file system.
final
subdirectory → Input<String?>?
Subdirectory to perform actions as source or destination. Must start with /fsx.
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
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
uri → Input<String?>?
The URL of the FSx for openzfs 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