Class CfnPolicy.IcmpTypeCodeProperty
ICMP protocol: The ICMP type and code.
Implements
Inherited Members
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
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
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
Remarks
Type
ICMP type.
public double Type { get; set; }