aws-cdk-lib.aws_medialive.CfnInput.InputVpcRequestProperty

interface InputVpcRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnInput.InputVpcRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnInput_InputVpcRequestProperty
Javasoftware.amazon.awscdk.services.medialive.CfnInput.InputVpcRequestProperty
Pythonaws_cdk.aws_medialive.CfnInput.InputVpcRequestProperty
TypeScript aws-cdk-lib » aws_medialive » CfnInput » InputVpcRequestProperty

Settings that apply only if the input is an push input where the source is on Amazon VPC.

The parent of this entity is Input.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const inputVpcRequestProperty: medialive.CfnInput.InputVpcRequestProperty = {
  securityGroupIds: ['securityGroupIds'],
  subnetIds: ['subnetIds'],
};

Properties

NameTypeDescription
securityGroupIds?string[]The list of up to five VPC security group IDs to attach to the input VPC network interfaces.
subnetIds?string[]The list of two VPC subnet IDs from the same VPC.

securityGroupIds?

Type: string[] (optional)

The list of up to five VPC security group IDs to attach to the input VPC network interfaces.

The security groups require subnet IDs. If none are specified, MediaLive uses the VPC default security group.


subnetIds?

Type: string[] (optional)

The list of two VPC subnet IDs from the same VPC.

You must associate subnet IDs to two unique Availability Zones.