Show / Hide Table of Contents

Interface ILogStream

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

Synopsis

Properties

LogStreamName

The name of this log stream.

Properties

LogStreamName

The name of this log stream.

string LogStreamName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX