Skip to content

LogGroup🔗

Definition🔗

export interface LogGroup {
    // ARN of the log group
    arn: string;
    // Name of the log group
    name: string;
    // AccountId of the log group
    accountId?: string;
    // Label of the log group
    accountLabel?: string;
}

Methods🔗

No methods.

See also🔗