AWS::MediaConnect::RouterNetworkInterfaceRepresents a router network interface in AWS Elemental MediaConnect that is used to define a network boundary for router resources.
import { CfnRouterNetworkInterface } from 'aws-cdk-lib/aws-mediaconnect';Or use the module namespace:
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
// mediaconnect.CfnRouterNetworkInterfaceConfiguration passed to the constructor as CfnRouterNetworkInterfaceProps.
configurationRequiredIResolvable | RouterNetworkInterfaceConfigurationPropertyThe configuration settings for a router network interface.
nameRequiredstringThe name of the router network interface.
regionNameOptionalstringThe AWS Region where the router network interface is located.
tagsOptionalCfnTag[]Key-value pairs that can be used to tag and organize this router network interface.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mediaconnectAWS::MediaConnect::RouterNetworkInterface