docdb_modify_db_subnet_group function

Modifies an existing subnet group

Modifies an existing subnet group

Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.

See https://www.paws-r-sdk.com/docs/docdb_modify_db_subnet_group/ for full documentation.

docdb_modify_db_subnet_group( DBSubnetGroupName, DBSubnetGroupDescription = NULL, SubnetIds )

Arguments

  • DBSubnetGroupName: [required] The name for the subnet group. This value is stored as a lowercase string. You can't modify the default subnet group.

    Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.

    Example: mySubnetgroup

  • DBSubnetGroupDescription: The description for the subnet group.

  • SubnetIds: [required] The Amazon EC2 subnet IDs for the subnet group.

  • Maintainer: Dyfan Jones
  • License: Apache License (>= 2.0)
  • Last published: 2025-03-14

Downloads (last 30 days):