@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.739Z") @Stability(value=Experimental) public class LogStream extends Resource implements ILogStream
| Modifier and Type | Class and Description |
|---|---|
static class |
LogStream.Builder
(experimental) A fluent builder for
LogStream. |
software.amazon.jsii.JsiiObject.InitializationModeILogStream.Jsii$Default, ILogStream.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
LogStream(software.constructs.Construct scope,
String id,
LogStreamProps props) |
protected |
LogStream(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LogStream(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static ILogStream |
fromLogStreamName(software.constructs.Construct scope,
String id,
String logStreamName)
(experimental) Import an existing LogGroup.
|
String |
getLogStreamName()
(experimental) The name of this log stream.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LogStream(software.amazon.jsii.JsiiObjectRef objRef)
protected LogStream(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public LogStream(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
LogStreamProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static ILogStream fromLogStreamName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String logStreamName)
scope - This parameter is required.id - This parameter is required.logStreamName - This parameter is required.@Stability(value=Experimental) @NotNull public String getLogStreamName()
getLogStreamName in interface ILogStreamCopyright © 2021. All rights reserved.