Interface RouterNetworkInterfaceAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RouterNetworkInterfaceAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-31T10:49:55.216Z")
@Stability(Experimental)
public interface RouterNetworkInterfaceAttributes
extends software.amazon.jsii.JsiiSerializable
(experimental) Attributes for importing an existing Router Network Interface.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconnect.alpha.*;
RouterNetworkInterfaceAttributes routerNetworkInterfaceAttributes = RouterNetworkInterfaceAttributes.builder()
.routerNetworkInterfaceArn("routerNetworkInterfaceArn")
// the properties below are optional
.routerNetworkInterfaceId("routerNetworkInterfaceId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRouterNetworkInterfaceAttributesstatic final classAn implementation forRouterNetworkInterfaceAttributes -
Method Summary
Methods 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.Default: - accessing `routerNetworkInterfaceId` on the imported interface throws; only provide when available.
-
builder
-