update_vpc2
Modify the description of a VPC 2.0 network using either its ID or current description for identification.
Instructions
Update VPC 2.0 description.
Smart identifier resolution: Use VPC 2.0 description or ID.
Args: vpc2_identifier: VPC 2.0 description or ID to update description: New description for the VPC 2.0
Returns: Success confirmation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | Yes | ||
vpc2_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"description": {
"title": "Description",
"type": "string"
},
"vpc2_identifier": {
"title": "Vpc2 Identifier",
"type": "string"
}
},
"required": [
"vpc2_identifier",
"description"
],
"type": "object"
}