Class: Aws::MediaLive::Types::VpcOutputSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

The properties for a private VPC Output When this property is specified, the output egress addresses will be created in a user specified VPC

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#public_address_allocation_idsArray<String>

List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels



13828
13829
13830
13831
13832
13833
13834
# File 'lib/aws-sdk-medialive/types.rb', line 13828

class VpcOutputSettings < Struct.new(
  :public_address_allocation_ids,
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used



13828
13829
13830
13831
13832
13833
13834
# File 'lib/aws-sdk-medialive/types.rb', line 13828

class VpcOutputSettings < Struct.new(
  :public_address_allocation_ids,
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).



13828
13829
13830
13831
13832
13833
13834
# File 'lib/aws-sdk-medialive/types.rb', line 13828

class VpcOutputSettings < Struct.new(
  :public_address_allocation_ids,
  :security_group_ids,
  :subnet_ids)
  SENSITIVE = []
  include Aws::Structure
end