FSx / Client / update_shared_vpc_configuration

update_shared_vpc_configuration#

FSx.Client.update_shared_vpc_configuration(**kwargs)#

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.

Note

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.

See also: AWS API Documentation

Request Syntax

response = client.update_shared_vpc_configuration(
    EnableFsxRouteTableUpdatesFromParticipantAccounts='string',
    ClientRequestToken='string'
)
Parameters:
  • EnableFsxRouteTableUpdatesFromParticipantAccounts (string) – 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.

  • ClientRequestToken (string) –

    (Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'EnableFsxRouteTableUpdatesFromParticipantAccounts': 'string'
}

Response Structure

  • (dict) –

    • EnableFsxRouteTableUpdatesFromParticipantAccounts (string) –

      Indicates whether participant accounts can create FSx for ONTAP Multi-AZ file systems in shared subnets.

Exceptions