class Aws::MediaLive::Types::VpcOutputSettings
The properties for a private VPC Output
When this property is specified, the output egress addresses will be created in a user specified VPC
@note When making an API call, you may pass VpcOutputSettings
data as a hash: { public_address_allocation_ids: ["__string"], security_group_ids: ["__string"], subnet_ids: ["__string"], # required }
@!attribute [rw] public_address_allocation_ids
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 @return [Array<String>]
@!attribute [rw] security_group_ids
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 @return [Array<String>]
@!attribute [rw] subnet_ids
A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ). @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/VpcOutputSettings AWS API Documentation
Constants
- SENSITIVE