Show / Hide Table of Contents

Class CfnPolicy.IcmpTypeCodeProperty

ICMP protocol: The ICMP type and code.

Inheritance
object
CfnPolicy.IcmpTypeCodeProperty
Implements
CfnPolicy.IIcmpTypeCodeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.FMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicy.IcmpTypeCodeProperty : CfnPolicy.IIcmpTypeCodeProperty
Syntax (vb)
Public Class CfnPolicy.IcmpTypeCodeProperty Implements CfnPolicy.IIcmpTypeCodeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-icmptypecode.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.FMS;

             var icmpTypeCodeProperty = new IcmpTypeCodeProperty {
                 Code = 123,
                 Type = 123
             };

Synopsis

Constructors

IcmpTypeCodeProperty()

ICMP protocol: The ICMP type and code.

Properties

Code

ICMP code.

Type

ICMP type.

Constructors

IcmpTypeCodeProperty()

ICMP protocol: The ICMP type and code.

public IcmpTypeCodeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-icmptypecode.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.FMS;

             var icmpTypeCodeProperty = new IcmpTypeCodeProperty {
                 Code = 123,
                 Type = 123
             };

Properties

Code

ICMP code.

public double Code { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-icmptypecode.html#cfn-fms-policy-icmptypecode-code

Type

ICMP type.

public double Type { get; set; }
Property Value

double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-icmptypecode.html#cfn-fms-policy-icmptypecode-type

Implements

CfnPolicy.IIcmpTypeCodeProperty
Back to top Generated by DocFX