@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.698Z") @Stability(value=Stable) public interface CfnLogStreamProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.logs.*;
CfnLogStreamProps cfnLogStreamProps = CfnLogStreamProps.builder()
.logGroupName("logGroupName")
// the properties below are optional
.logStreamName("logStreamName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLogStreamProps.Builder
A builder for
CfnLogStreamProps |
static class |
CfnLogStreamProps.Jsii$Proxy
An implementation for
CfnLogStreamProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLogStreamProps.Builder |
builder() |
String |
getLogGroupName()
The name of the log group where the log stream is created.
|
default String |
getLogStreamName()
The name of the log stream.
|
@Stability(value=Stable) @NotNull String getLogGroupName()
@Stability(value=Stable) @Nullable default String getLogStreamName()
The name must be unique within the log group.
@Stability(value=Stable) static CfnLogStreamProps.Builder builder()
CfnLogStreamProps.Builder of CfnLogStreamPropsCopyright © 2022. All rights reserved.