Show / Hide Table of Contents

Interface IPrefixList

A prefix list.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IPeer.ToEgressRuleConfig()
IPeer.ToIngressRuleConfig()
IPeer.CanInlineRule
IPeer.UniqueId
IConnectable.Connections
IPrefixListRef.PrefixListRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPrefixList : IResource, IPeer, IConnectable, IPrefixListRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IPrefixList Inherits IResource, IPeer, IConnectable, IPrefixListRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

PrefixListId

The ID of the prefix list.

Properties

PrefixListId

The ID of the prefix list.

string PrefixListId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX