Class: Aws::MediaLive::Types::VpcOutputSettingsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::VpcOutputSettingsDescription
- Includes:
- Structure
- Defined in:
- 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.
13728 13729 13730 13731 13732 13733 13734 13735 |
# File 'lib/aws-sdk-medialive/types.rb', line 13728 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
13728 13729 13730 13731 13732 13733 13734 13735 |
# File 'lib/aws-sdk-medialive/types.rb', line 13728 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.
13728 13729 13730 13731 13732 13733 13734 13735 |
# File 'lib/aws-sdk-medialive/types.rb', line 13728 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).
13728 13729 13730 13731 13732 13733 13734 13735 |
# File 'lib/aws-sdk-medialive/types.rb', line 13728 class VpcOutputSettingsDescription < Struct.new( :availability_zones, :network_interface_ids, :security_group_ids, :subnet_ids) SENSITIVE = [] include Aws::Structure end |