Values.VpcRouterNetworkInterfaceConfigurationSourceThe configuration settings for a router network interface within a VPC, including the security group IDs and subnet ID.
type nonrec t = {securityGroupIds : VpcRouterNetworkInterfaceConfigurationSecurityGroupIdsList.t;The IDs of the security groups to associate with the router network interface within the VPC.
*)subnetId : String_.t;The ID of the subnet within the VPC to associate the router network interface with.
*)}val make :
securityGroupIds:VpcRouterNetworkInterfaceConfigurationSecurityGroupIdsList.t ->
subnetId:String_.t ->
unit ->
t