FsxOpenZfsFileSystemArgs class

The set of arguments for FsxOpenZfsFileSystem. The set of arguments for FsxOpenZfsFileSystem.

Constructors

FsxOpenZfsFileSystemArgs({required Input<String> fsxFilesystemArn, required Input<FsxOpenZfsFileSystemProtocol> protocol, Input<String?>? region, required Input<List<String>> securityGroupArns, Input<String?>? subdirectory, Input<Map<String, String>?>? tags})
Creates a new FsxOpenZfsFileSystemArgs. 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.
const
FsxOpenZfsFileSystemArgs.fromMap(Map<String, dynamic> map)
factory

Properties

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

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