Reference to an existing log group.

interface ExistingLogGroupArgs {
    arn?: any;
    name?: any;
    region?: any;
}

Properties

Properties

arn?: any

Arn of the log group. Only one of [arn] or [name] can be specified.

name?: any

Name of the log group. Only one of [arn] or [name] can be specified.

region?: any

Region of the log group. If not specified, the provider region will be used.

Generated using TypeDoc