Module Values.UpdateSharedVpcConfigurationRequestSource

Configures whether participant accounts in your organization can create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are shared by a virtual private cloud (VPC) owner. For more information, see the Amazon FSx for NetApp ONTAP User Guide. We strongly recommend that participant-created Multi-AZ file systems in the shared VPC are deleted before you disable this feature. Once the feature is disabled, these file systems will enter a MISCONFIGURED state and behave like Single-AZ file systems. For more information, see Important considerations before disabling shared VPC support for Multi-AZ file systems.

Sourcetype nonrec t = {
  1. enableFsxRouteTableUpdatesFromParticipantAccounts : VerboseFlag.t option;
    (*

    Specifies whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets. Set to true to enable or false to disable.

    *)
  2. clientRequestToken : ClientRequestToken.t option;
}
Sourceval make : ?enableFsxRouteTableUpdatesFromParticipantAccounts:??? -> ?clientRequestToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VerboseFlag.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t