StreamOptions¶
-
class
aws_cdk.aws_logs.
StreamOptions
(*, log_stream_name=None)¶ Bases:
object
Properties for a new LogStream created from a LogGroup.
- Parameters
log_stream_name (
Optional
[str
]) – The name of the log stream to create. The name must be unique within the log group. Default: Automatically generated
Attributes
-
log_stream_name
¶ The name of the log stream to create.
The name must be unique within the log group.
- Default
Automatically generated
- Return type
Optional
[str
]