Log group which is only created if enabled.

interface OptionalLogGroupArgs {
    args?: LogGroupArgs;
    enable?: boolean;
    existing?: ExistingLogGroupArgs;
}

Properties

Arguments to use instead of the default values during creation.

enable?: boolean

Enable creation of the log group.

Identity of an existing log group to use. Cannot be used in combination with args or opts.

Generated using TypeDoc