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< securityGroupArns, Input<String> >String?> ? subdirectory, Input<Map< ? tags})String, String> ?> -
Creates a new FsxOpenZfsFileSystemArgs.
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.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 -
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
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