@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:34.480Z") @Stability(value=Experimental) 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()
(experimental) The name of the log stream to create.
|
@Stability(value=Experimental) @Nullable default String getLogStreamName()
The name must be unique within the log group.
Default: Automatically generated
@Stability(value=Experimental) static StreamOptions.Builder builder()
StreamOptions.Builder of StreamOptionsCopyright © 2022. All rights reserved.