Show / Hide Table of Contents

Interface CfnNetworkInsightsAnalysis.IAnalysisSecurityGroupRuleProperty

Describes a security group rule.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAnalysis.IAnalysisSecurityGroupRuleProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAnalysis.IAnalysisSecurityGroupRuleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysissecuritygrouprule.html

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.EC2;

             var analysisSecurityGroupRuleProperty = new AnalysisSecurityGroupRuleProperty {
                 Cidr = "cidr",
                 Direction = "direction",
                 PortRange = new PortRangeProperty {
                     From = 123,
                     To = 123
                 },
                 PrefixListId = "prefixListId",
                 Protocol = "protocol",
                 SecurityGroupId = "securityGroupId"
             };

Synopsis

Properties

Cidr

The IPv4 address range, in CIDR notation.

Direction

The direction. The following are the possible values:.

PortRange

The port range.

PrefixListId

The prefix list ID.

Protocol

The protocol name.

SecurityGroupId

The security group ID.

Properties

Cidr

The IPv4 address range, in CIDR notation.

string? Cidr { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysissecuritygrouprule.html#cfn-ec2-networkinsightsanalysis-analysissecuritygrouprule-cidr

Direction

The direction. The following are the possible values:.

string? Direction { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysissecuritygrouprule.html#cfn-ec2-networkinsightsanalysis-analysissecuritygrouprule-direction

    PortRange

    The port range.

    object? PortRange { get; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysissecuritygrouprule.html#cfn-ec2-networkinsightsanalysis-analysissecuritygrouprule-portrange

    Type union: either IResolvable or CfnNetworkInsightsAnalysis.IPortRangeProperty

    PrefixListId

    The prefix list ID.

    string? PrefixListId { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysissecuritygrouprule.html#cfn-ec2-networkinsightsanalysis-analysissecuritygrouprule-prefixlistid

    Protocol

    The protocol name.

    string? Protocol { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysissecuritygrouprule.html#cfn-ec2-networkinsightsanalysis-analysissecuritygrouprule-protocol

    SecurityGroupId

    The security group ID.

    string? SecurityGroupId { get; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysissecuritygrouprule.html#cfn-ec2-networkinsightsanalysis-analysissecuritygrouprule-securitygroupid

    Back to top Generated by DocFX