get static method

FsxOpenZfsFileSystem get(
  1. String name,
  2. Input<String> id, {
  3. FsxOpenZfsFileSystemState? state,
  4. CustomResourceOptions? options,
})

Gets an existing FsxOpenZfsFileSystem resource's state with the given name and id.

Implementation

static FsxOpenZfsFileSystem get(
  String name,
  pulumi.Input<String> id, {
  FsxOpenZfsFileSystemState? state,
  pulumi.CustomResourceOptions? options,
}) {
  return FsxOpenZfsFileSystem._get(
    name,
    state: state?.toMap(),
    options: pulumi.CustomResourceOptions(id: id).merge(options),
  );
}