@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.436Z") @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()
`AWS::Logs::LogStream.LogGroupName`.
|
default String |
getLogStreamName()
`AWS::Logs::LogStream.LogStreamName`.
|
@Stability(value=Stable) @NotNull String getLogGroupName()
@Stability(value=Stable) @Nullable default String getLogStreamName()
@Stability(value=Stable) static CfnLogStreamProps.Builder builder()
CfnLogStreamProps.Builder of CfnLogStreamPropsCopyright © 2021. All rights reserved.