amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.LustreRootSquashConfiguration

Description

 
Synopsis

Documentation

data LustreRootSquashConfiguration Source #

The configuration for Lustre root squash used to restrict root-level access from clients that try to access your FSx for Lustre file system as root. Use the RootSquash parameter to enable root squash. To learn more about Lustre root squash, see Lustre root squash.

You can also use the NoSquashNids parameter to provide an array of clients who are not affected by the root squash setting. These clients will access the file system as root, with unrestricted privileges.

See: newLustreRootSquashConfiguration smart constructor.

Constructors

LustreRootSquashConfiguration' 

Fields

  • noSquashNids :: Maybe [Text]

    When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses:

    • A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, 10.0.1.6@tcp).
    • An address range is described using a dash to separate the range (for example, 10.0.[2-10].[1-255]@tcp).
  • rootSquash :: Maybe Text

    You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294:

    • A non-zero value for UID and GID enables root squash. The UID and GID values can be different, but each must be a non-zero value.
    • A value of 0 (zero) for UID and GID indicates root, and therefore disables root squash.

    When root squash is enabled, the user ID and group ID of a root user accessing the file system are re-mapped to the UID and GID you provide.

Instances

Instances details
FromJSON LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

ToJSON LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Generic LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Associated Types

type Rep LustreRootSquashConfiguration :: Type -> Type #

Read LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Show LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

NFData LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Eq LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Hashable LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

type Rep LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

type Rep LustreRootSquashConfiguration = D1 ('MetaData "LustreRootSquashConfiguration" "Amazonka.FSx.Types.LustreRootSquashConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "LustreRootSquashConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "noSquashNids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "rootSquash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLustreRootSquashConfiguration :: LustreRootSquashConfiguration Source #

Create a value of LustreRootSquashConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:noSquashNids:LustreRootSquashConfiguration', lustreRootSquashConfiguration_noSquashNids - When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses:

  • A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, 10.0.1.6@tcp).
  • An address range is described using a dash to separate the range (for example, 10.0.[2-10].[1-255]@tcp).

$sel:rootSquash:LustreRootSquashConfiguration', lustreRootSquashConfiguration_rootSquash - You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294:

  • A non-zero value for UID and GID enables root squash. The UID and GID values can be different, but each must be a non-zero value.
  • A value of 0 (zero) for UID and GID indicates root, and therefore disables root squash.

When root squash is enabled, the user ID and group ID of a root user accessing the file system are re-mapped to the UID and GID you provide.

lustreRootSquashConfiguration_noSquashNids :: Lens' LustreRootSquashConfiguration (Maybe [Text]) Source #

When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses:

  • A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, 10.0.1.6@tcp).
  • An address range is described using a dash to separate the range (for example, 10.0.[2-10].[1-255]@tcp).

lustreRootSquashConfiguration_rootSquash :: Lens' LustreRootSquashConfiguration (Maybe Text) Source #

You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294:

  • A non-zero value for UID and GID enables root squash. The UID and GID values can be different, but each must be a non-zero value.
  • A value of 0 (zero) for UID and GID indicates root, and therefore disables root squash.

When root squash is enabled, the user ID and group ID of a root user accessing the file system are re-mapped to the UID and GID you provide.