You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConnect::Types::AddFlowVpcInterfacesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AddFlowVpcInterfacesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  flow_arn: "__string", # required
  vpc_interfaces: [ # required
    {
      name: "__string", # required
      role_arn: "__string", # required
      security_group_ids: ["__string"], # required
      subnet_id: "__string", # required
    },
  ],
}

Adds VPC interfaces to an existing flow.

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arnString

Returns:

  • (String)

#vpc_interfacesArray<Types::VpcInterfaceRequest>

A list of VPC interfaces that you want to add.

Returns: