Class: Aws::MediaConnect::Types::VpcInterfaceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

Desired VPC Interface for a Flow

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the VPC Interface. This value must be unique within the current flow.

Returns:

  • (String)


5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5329

class VpcInterfaceRequest < Struct.new(
  :name,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_typeString

The type of network interface. If this value is not included in the request, MediaConnect uses ENA as the networkInterfaceType.

Returns:

  • (String)


5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5329

class VpcInterfaceRequest < Struct.new(
  :name,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

Role Arn MediaConnect can assumes to create ENIs in customer's account

Returns:

  • (String)


5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5329

class VpcInterfaceRequest < Struct.new(
  :name,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

Security Group IDs to be used on ENI.

Returns:

  • (Array<String>)


5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5329

class VpcInterfaceRequest < Struct.new(
  :name,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

Subnet must be in the AZ of the Flow

Returns:

  • (String)


5329
5330
5331
5332
5333
5334
5335
5336
5337
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5329

class VpcInterfaceRequest < Struct.new(
  :name,
  :network_interface_type,
  :role_arn,
  :security_group_ids,
  :subnet_id)
  SENSITIVE = []
  include Aws::Structure
end