@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.727Z") @Stability(value=Stable) public interface StreamOptions 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.*;
StreamOptions streamOptions = StreamOptions.builder()
.logStreamName("logStreamName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamOptions.Builder
A builder for
StreamOptions |
static class |
StreamOptions.Jsii$Proxy
An implementation for
StreamOptions |
| Modifier and Type | Method and Description |
|---|---|
static StreamOptions.Builder |
builder() |
default String |
getLogStreamName()
The name of the log stream to create.
|
@Stability(value=Stable) @Nullable default String getLogStreamName()
The name must be unique within the log group.
Default: Automatically generated
@Stability(value=Stable) static StreamOptions.Builder builder()
StreamOptions.Builder of StreamOptionsCopyright © 2022. All rights reserved.