Show / Hide Table of Contents

Class CfnPrefixList.EntryProperty

An entry for a prefix list.

Inheritance
System.Object
CfnPrefixList.EntryProperty
Implements
CfnPrefixList.IEntryProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class EntryProperty : Object, CfnPrefixList.IEntryProperty
Syntax (vb)
Public Class EntryProperty
    Inherits Object
    Implements CfnPrefixList.IEntryProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-prefixlist-entry.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;

EntryProperty 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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-prefixlist-entry.html#cfn-ec2-prefixlist-entry-cidr

Description

A description for the entry.

public string Description { get; set; }
Property Value

System.String

Remarks

Constraints: Up to 255 characters in length.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-prefixlist-entry.html#cfn-ec2-prefixlist-entry-description

Implements

CfnPrefixList.IEntryProperty
Back to top Generated by DocFX