Show / Hide Table of Contents

Class CfnInputSecurityGroup

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnInputSecurityGroup
Implements
IInspectable
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInputSecurityGroup : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnInputSecurityGroup Inherits CfnResource Implements IInspectable, ITaggable
Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MediaLive;

             var tags;

             var cfnInputSecurityGroup = new CfnInputSecurityGroup(this, "MyCfnInputSecurityGroup", new CfnInputSecurityGroupProps {
                 Tags = tags,
                 WhitelistRules = new [] { new InputWhitelistRuleCidrProperty {
                     Cidr = "cidr"
                 } }
             });

Synopsis

Constructors

CfnInputSecurityGroup(Construct, string, ICfnInputSecurityGroupProps?)

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

Properties

AttrArn

The ARN of the MediaLive input security group.

AttrId

The Id of the Input Security Group.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

Tags

Tag Manager which manages the tags for this resource.

TagsRaw

A collection of tags for this input security group.

WhitelistRules

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

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<string, object>)

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

Constructors

CfnInputSecurityGroup(Construct, string, ICfnInputSecurityGroupProps?)

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

public CfnInputSecurityGroup(Construct scope, string id, ICfnInputSecurityGroupProps? props = null)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnInputSecurityGroupProps

Resource properties.

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

Properties

AttrArn

The ARN of the MediaLive input security group.

public virtual string AttrArn { get; }
Property Value

string

Remarks

For example: arn:aws:medialive:us-west-1:111122223333:medialive:inputSecurityGroup:1234567

CloudformationAttribute: Arn

AttrId

The Id of the Input Security Group.

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

CfnProperties

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

TagsRaw

A collection of tags for this input security group.

public virtual object? TagsRaw { get; set; }
Property Value

object

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

WhitelistRules

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

public virtual object? WhitelistRules { get; set; }
Property Value

object

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

The AWS::MediaLive::InputSecurityGroup is a MediaLive resource type that creates an input security group.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html

CloudformationResource: AWS::MediaLive::InputSecurityGroup

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITaggable
Back to top Generated by DocFX