aws-cdk-lib.aws_medialive.CfnInputSecurityGroupProps

interface CfnInputSecurityGroupProps

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

Properties for defining a CfnInputSecurityGroup.

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';

declare const tags: any;
const cfnInputSecurityGroupProps: medialive.CfnInputSecurityGroupProps = {
  tags: tags,
  whitelistRules: [{
    cidr: 'cidr',
  }],
};

Properties

NameTypeDescription
tags?anyA collection of tags for this input security group.
whitelistRules?IResolvable | IResolvable | InputWhitelistRuleCidrProperty[]The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.

tags?

Type: any (optional)

A collection of tags for this input security group.

Each tag is a key-value pair.


whitelistRules?

Type: IResolvable | IResolvable | InputWhitelistRuleCidrProperty[] (optional)

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