AWS::MediaLive::InputSecurityGroupThe 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 { CfnInputSecurityGroup } from 'aws-cdk-lib/aws-medialive';Or use the module namespace:
import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnInputSecurityGroupConfiguration passed to the constructor as CfnInputSecurityGroupProps.
tagsOptionalanyA collection of tags for this input security group. Each tag is a key-value pair.
whitelistRulesOptionalIResolvable | IResolvable | InputWhitelistRuleCidrProperty[]The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-medialiveAWS::MediaLive::InputSecurityGroup