Show / Hide Table of Contents

Interface IFlowLog

A FlowLog.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IFlowLogRef.FlowLogRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFlowLog : IResource, IFlowLogRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IFlowLog Inherits IResource, IFlowLogRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

FlowLogId

The Id of the VPC Flow Log.

Properties

FlowLogId

The Id of the VPC Flow Log.

string FlowLogId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX