ListedRouterNetworkInterface
A summary of a router network interface, including its name, type, ARN, ID, associated input/output counts, state, and other key details. This structure is used in the response of the ListRouterNetworkInterfaces operation.
Contents
- arn
-
The Amazon Resource Name (ARN) of the router network interface.
Type: String
Pattern:
arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}Required: Yes
- associatedInputCount
-
The number of router inputs associated with the network interface.
Type: Integer
Required: Yes
- associatedOutputCount
-
The number of router outputs associated with the network interface.
Type: Integer
Required: Yes
- createdAt
-
The timestamp when the network interface was created.
Type: Timestamp
Required: Yes
- id
-
The unique identifier of the router network interface.
Type: String
Required: Yes
- name
-
The name of the router network interface.
Type: String
Required: Yes
- networkInterfaceType
-
The type of the router network interface.
Type: String
Valid Values:
PUBLIC | VPCRequired: Yes
- regionName
-
The AWS Region where the router network interface is located.
Type: String
Required: Yes
- state
-
The current state of the router network interface.
Type: String
Valid Values:
CREATING | ACTIVE | UPDATING | DELETING | ERROR | RECOVERINGRequired: Yes
- updatedAt
-
The timestamp when the router network interface was last updated.
Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: