AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaLive::InputSecurityGroup

CfnInputSecurityGroup

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group. A MediaLive input security group is associated with a MediaLive input. The input security group is an "allow list" of IP addresses that controls whether an external IP address can push content to the associated MediaLive input.

Import

import { CfnInputSecurityGroup } from 'aws-cdk-lib/aws-medialive';

Or use the module namespace:

import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnInputSecurityGroup

Properties

Configuration passed to the constructor as CfnInputSecurityGroupProps.

tagsOptional
any

A collection of tags for this input security group. Each tag is a key-value pair.

whitelistRulesOptional
IResolvable | IResolvable | InputWhitelistRuleCidrProperty[]

The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter