/AWS1/CL_NEP=>CREATEDBSUBNETGROUP()
¶
About CreateDBSubnetGroup¶
Creates a new DB subnet group. DB subnet groups must contain at least one subnet in at least two AZs in the Amazon Region.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DBSUBNETGROUPNAME
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
The name for the DB subnet group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default.
Example:
mySubnetgroup
IV_DBSUBNETGROUPDESCRIPTION
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
The description for the DB subnet group.
IT_SUBNETIDS
TYPE /AWS1/CL_NEPSUBNETIDLIST_W=>TT_SUBNETIDENTIFIERLIST
TT_SUBNETIDENTIFIERLIST
¶
The EC2 Subnet IDs for the DB subnet group.
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_NEPTAG=>TT_TAGLIST
TT_TAGLIST
¶
The tags to be assigned to the new DB subnet group.