AWS::MediaLive::InputSecurityGroup
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaLive::InputSecurityGroup", "Properties" : { "Tags" :Json, "WhitelistRules" :[ InputWhitelistRuleCidr, ... ]} }
YAML
Type: AWS::MediaLive::InputSecurityGroup Properties: Tags:JsonWhitelistRules:- InputWhitelistRuleCidr
Properties
Tags-
A collection of tags for this input security group. Each tag is a key-value pair.
Required: No
Type: Json
Update requires: No interruption
WhitelistRules-
The list of IPv4 CIDR addresses to include in the input security group as "allowed" addresses.
Required: No
Type: List of InputWhitelistRuleCidr
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the name of the input security
group.
For example: { "Ref": "myInputSecurityGroup" }
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.