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< ? securityGroupArns, Input<String> ?>String?> ? subdirectory, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? uri}) -
Creates a new FsxOpenZfsFileSystemState.
arnARN of the DataSync Location.creationTimeThe time that the FSx for openzfs location was created.fsxFilesystemArnARN for the FSx for OpenZfs file system.protocolThe type of protocol that DataSync uses to access your file system. See below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.securityGroupArnsARNs of the security groups that are to use to configure the FSx for openzfs file system.subdirectorySubdirectory to perform actions as source or destination. Must start with/fsx.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 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 -
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 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