Interface IRouterNetworkInterface
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,IRouterNetworkInterfaceRef,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IRouterNetworkInterface.Jsii$Default
- All Known Implementing Classes:
IRouterNetworkInterface.Jsii$Proxy,RouterNetworkInterface
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:55.179Z")
@Stability(Experimental)
public interface IRouterNetworkInterface
extends software.amazon.jsii.JsiiSerializable, IResource, IRouterNetworkInterfaceRef
(experimental) Interface for Router Network Interface.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIRouterNetworkInterface.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The date and time the router network interface was created.(experimental) The Amazon Resource Name (ARN) of the router network interface.(experimental) The unique identifier of the router network interface.default String(experimental) The date and time the router network interface was last updated.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.mediaconnect.IRouterNetworkInterfaceRef
getRouterNetworkInterfaceRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRouterNetworkInterfaceArn
(experimental) The Amazon Resource Name (ARN) of the router network interface. -
getRouterNetworkInterfaceId
(experimental) The unique identifier of the router network interface. -
getCreatedAt
(experimental) The date and time the router network interface was created. -
getUpdatedAt
(experimental) The date and time the router network interface was last updated.
-