NetworkRoute
Describes a network route.
Contents
- DestinationCidrBlock
-
A unique identifier for the route, such as a CIDR block.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
[\s\S]*
Required: No
- Destinations
-
The destinations.
Type: Array of NetworkRouteDestination objects
Required: No
- PrefixListId
-
The ID of the prefix list.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
[\s\S]*
Required: No
- State
-
The route state. The possible values are
active
andblackhole
.Type: String
Valid Values:
ACTIVE | BLACKHOLE
Required: No
- Type
-
The route type. The possible values are
propagated
andstatic
.Type: String
Valid Values:
PROPAGATED | STATIC
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: