Show / Hide Table of Contents

Class FlowLogReference

A reference to a FlowLog resource.

Inheritance
object
FlowLogReference
Implements
IFlowLogReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FlowLogReference : IFlowLogReference
Syntax (vb)
Public Class FlowLogReference Implements 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

Constructors

FlowLogReference()

A reference to a FlowLog resource.

Properties

FlowLogId

The Id of the FlowLog resource.

Constructors

FlowLogReference()

A reference to a FlowLog resource.

public FlowLogReference()
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"
            };

Properties

FlowLogId

The Id of the FlowLog resource.

public string FlowLogId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IFlowLogReference
Back to top Generated by DocFX