FsxOpenZfsFileSystemState constructor

const FsxOpenZfsFileSystemState({
  1. Input<String?>? arn,
  2. Input<String?>? creationTime,
  3. Input<String?>? fsxFilesystemArn,
  4. Input<FsxOpenZfsFileSystemProtocol?>? protocol,
  5. Input<String?>? region,
  6. Input<List<String>?>? securityGroupArns,
  7. Input<String?>? subdirectory,
  8. Input<Map<String, String>?>? tags,
  9. Input<Map<String, String>?>? tagsAll,
  10. 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.

Implementation

const FsxOpenZfsFileSystemState({
  this.arn,
  this.creationTime,
  this.fsxFilesystemArn,
  this.protocol,
  this.region,
  this.securityGroupArns,
  this.subdirectory,
  this.tags,
  this.tagsAll,
  this.uri,
});