class Aws::MediaConnect::Types::AddFlowVpcInterfacesRequest
Adds VPC interfaces to an existing flow.
@note When making an API call, you may pass AddFlowVpcInterfacesRequest
data as a hash: { flow_arn: "__string", # required vpc_interfaces: [ # required { name: "__string", # required network_interface_type: "ena", # accepts ena, efa role_arn: "__string", # required security_group_ids: ["__string"], # required subnet_id: "__string", # required }, ], }
@!attribute [rw] flow_arn
@return [String]
@!attribute [rw] vpc_interfaces
A list of VPC interfaces that you want to add. @return [Array<Types::VpcInterfaceRequest>]
@see docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowVpcInterfacesRequest AWS API Documentation
Constants
- SENSITIVE