Log group with default setup unless explicitly skipped.

interface DefaultLogGroupArgs {
    args?: LogGroupArgs;
    existing?: ExistingLogGroupArgs;
    skip?: boolean;
}

Properties

Properties

Arguments to use instead of the default values during creation.

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

skip?: boolean

Skip creation of the log group.

Generated using TypeDoc