Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnLogStreamPropsMixin.Builder
Packages that use CfnLogStreamPropsMixin.Builder
-
Uses of CfnLogStreamPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.logs
Methods in software.amazon.awscdk.cfnpropertymixins.services.logs that return CfnLogStreamPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLogStreamPropsMixin.Builder.create()CfnLogStreamPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLogStreamPropsMixin.Builder.logGroupName(String logGroupName) The name of the log group where the log stream is created.CfnLogStreamPropsMixin.Builder.logGroupName(ILogGroupRef logGroupName) The name of the log group where the log stream is created.CfnLogStreamPropsMixin.Builder.logStreamName(String logStreamName) The name of the log stream.