Class CfnPrefixList.EntryProperty
An entry for a prefix list.
Inheritance
System.Object
CfnPrefixList.EntryProperty
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EntryProperty : Object, CfnPrefixList.IEntryProperty
Syntax (vb)
Public Class EntryProperty
Inherits Object
Implements CfnPrefixList.IEntryProperty
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.EC2;
var entryProperty = new EntryProperty {
Cidr = "cidr",
// the properties below are optional
Description = "description"
};
Synopsis
Constructors
EntryProperty() |
Properties
Cidr | The CIDR block. |
Description | A description for the entry. |
Constructors
EntryProperty()
public EntryProperty()
Properties
Cidr
The CIDR block.
public string Cidr { get; set; }
Property Value
System.String
Remarks
Description
A description for the entry.
public string Description { get; set; }
Property Value
System.String
Remarks
Constraints: Up to 255 characters in length.