Show / Hide Table of Contents

Interface IFlowLogReference

A reference to a FlowLog resource.

Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFlowLogReference
Syntax (vb)
Public Interface IFlowLogReference
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.Interfaces.EC2;

            var flowLogReference = new FlowLogReference {
                FlowLogId = "flowLogId"
            };

Synopsis

Properties

FlowLogId

The Id of the FlowLog resource.

Properties

FlowLogId

The Id of the FlowLog resource.

string FlowLogId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX