Show / Hide Table of Contents

Class CfnSecurityGroupIngress

A CloudFormation AWS::EC2::SecurityGroupIngress.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnSecurityGroupIngress
Implements
IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class CfnSecurityGroupIngress : CfnResource, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnSecurityGroupIngress
    Inherits CfnResource
    Implements IConstruct, IDependable, IInspectable
Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html cloudformationResource: AWS::EC2::SecurityGroupIngress

Synopsis

Constructors

CfnSecurityGroupIngress(Construct, String, ICfnSecurityGroupIngressProps)

Create a new AWS::EC2::SecurityGroupIngress.

CfnSecurityGroupIngress(ByRefValue)
CfnSecurityGroupIngress(DeputyBase.DeputyProps)

Properties

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
CidrIp

AWS::EC2::SecurityGroupIngress.CidrIp.

CidrIpv6

AWS::EC2::SecurityGroupIngress.CidrIpv6.

Description

AWS::EC2::SecurityGroupIngress.Description.

FromPort

AWS::EC2::SecurityGroupIngress.FromPort.

GroupId

AWS::EC2::SecurityGroupIngress.GroupId.

GroupName

AWS::EC2::SecurityGroupIngress.GroupName.

IpProtocol

AWS::EC2::SecurityGroupIngress.IpProtocol.

SourcePrefixListId

AWS::EC2::SecurityGroupIngress.SourcePrefixListId.

SourceSecurityGroupId

AWS::EC2::SecurityGroupIngress.SourceSecurityGroupId.

SourceSecurityGroupName

AWS::EC2::SecurityGroupIngress.SourceSecurityGroupName.

SourceSecurityGroupOwnerId

AWS::EC2::SecurityGroupIngress.SourceSecurityGroupOwnerId.

ToPort

AWS::EC2::SecurityGroupIngress.ToPort.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<String, Object>)

Constructors

CfnSecurityGroupIngress(Construct, String, ICfnSecurityGroupIngressProps)

Create a new AWS::EC2::SecurityGroupIngress.

public CfnSecurityGroupIngress(Construct scope, string id, ICfnSecurityGroupIngressProps props)
Parameters
scope Construct
  • scope in which this resource is defined.
id System.String
  • scoped id of the resource.
props ICfnSecurityGroupIngressProps
  • resource properties.
Remarks

stability: External

CfnSecurityGroupIngress(ByRefValue)

protected CfnSecurityGroupIngress(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

CfnSecurityGroupIngress(DeputyBase.DeputyProps)

protected CfnSecurityGroupIngress(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

Properties

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

System.String

Remarks

stability: External

CfnProperties

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

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.CfnProperties
Remarks

stability: External

CidrIp

AWS::EC2::SecurityGroupIngress.CidrIp.

public virtual string CidrIp { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidrip

CidrIpv6

AWS::EC2::SecurityGroupIngress.CidrIpv6.

public virtual string CidrIpv6 { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-cidripv6

Description

AWS::EC2::SecurityGroupIngress.Description.

public virtual string Description { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-description

FromPort

AWS::EC2::SecurityGroupIngress.FromPort.

public virtual Nullable<double> FromPort { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-fromport

GroupId

AWS::EC2::SecurityGroupIngress.GroupId.

public virtual string GroupId { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupid

GroupName

AWS::EC2::SecurityGroupIngress.GroupName.

public virtual string GroupName { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-groupname

IpProtocol

AWS::EC2::SecurityGroupIngress.IpProtocol.

public virtual string IpProtocol { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-ipprotocol

SourcePrefixListId

AWS::EC2::SecurityGroupIngress.SourcePrefixListId.

public virtual string SourcePrefixListId { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-securitygroupingress-sourceprefixlistid

SourceSecurityGroupId

AWS::EC2::SecurityGroupIngress.SourceSecurityGroupId.

public virtual string SourceSecurityGroupId { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupid

SourceSecurityGroupName

AWS::EC2::SecurityGroupIngress.SourceSecurityGroupName.

public virtual string SourceSecurityGroupName { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupname

SourceSecurityGroupOwnerId

AWS::EC2::SecurityGroupIngress.SourceSecurityGroupOwnerId.

public virtual string SourceSecurityGroupOwnerId { get; set; }
Property Value

System.String

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-sourcesecuritygroupownerid

ToPort

AWS::EC2::SecurityGroupIngress.ToPort.

public virtual Nullable<double> ToPort { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

stability: External see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group-ingress.html#cfn-ec2-security-group-ingress-toport

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

stability: Experimental

RenderProperties(IDictionary<String, Object>)

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)
Remarks

stability: External

Implements

IConstruct
IDependable
IInspectable
Back to top Generated by DocFX