Class: Aws::MediaLive::Types::VpcOutputSettingsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::VpcOutputSettingsDescription
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
The properties for a private VPC Output
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<String>
The Availability Zones where the vpc subnets are located.
-
#network_interface_ids ⇒ Array<String>
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC.
-
#security_group_ids ⇒ Array<String>
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
-
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs from the same VPC.
Instance Attribute Details
#availability_zones ⇒ Array<String>
The Availability Zones where the vpc subnets are located. The first Availability Zone applies to the first subnet in the list of subnets. The second Availability Zone applies to the second subnet.
13627 13628 13629 13630 13631 13632 13633 13634 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13627 class VpcOutputSettingsDescription < Struct.new( :availability_zones, :network_interface_ids, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#network_interface_ids ⇒ Array<String>
A list of Elastic Network Interfaces created by MediaLive in the customer's VPC
13627 13628 13629 13630 13631 13632 13633 13634 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13627 class VpcOutputSettingsDescription < Struct.new( :availability_zones, :network_interface_ids, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<String>
A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.
13627 13628 13629 13630 13631 13632 13633 13634 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13627 class VpcOutputSettingsDescription < Struct.new( :availability_zones, :network_interface_ids, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<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).
13627 13628 13629 13630 13631 13632 13633 13634 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13627 class VpcOutputSettingsDescription < Struct.new( :availability_zones, :network_interface_ids, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |