@Stability(value=Stable) public static final class CfnLogStream.Builder extends Object implements software.amazon.jsii.Builder<CfnLogStream>
CfnLogStream.| Modifier and Type | Method and Description |
|---|---|
CfnLogStream |
build() |
static CfnLogStream.Builder |
create(software.constructs.Construct scope,
String id) |
CfnLogStream.Builder |
logGroupName(String logGroupName)
The name of the log group where the log stream is created.
|
CfnLogStream.Builder |
logStreamName(String logStreamName)
The name of the log stream.
|
@Stability(value=Stable) public static CfnLogStream.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLogStream.Builder.@Stability(value=Stable) public CfnLogStream.Builder logGroupName(String logGroupName)
logGroupName - The name of the log group where the log stream is created. This parameter is required.this@Stability(value=Stable) public CfnLogStream.Builder logStreamName(String logStreamName)
The name must be unique within the log group.
logStreamName - The name of the log stream. This parameter is required.this@Stability(value=Stable) public CfnLogStream build()
build in interface software.amazon.jsii.Builder<CfnLogStream>Copyright © 2022. All rights reserved.