Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "logs", Aliases: []string{"log"}, Description: "View recent application logs from Cloudwatch or stream them in real time", Usage: "View recent application logs from Cloudwatch or stream them in real time", Action: cli.ShowSubcommandHelp, Subcommands: []*cli.Command{&getCommand, &watchCommand}, }
View Source
var ServiceLogGroupNameMap = map[string]string{
"api": "APILogGroupName",
"idp-sync": "IDPSyncLogGroupName",
"accesshandler": "AccessHandlerLogGroupName",
"events": "EventBusLogGroupName",
"event-handler": "EventsHandlerLogGroupName",
"granter": "GranterLogGroupName",
"slack-notifier": "SlackNotifierLogGroupName",
"governance-api": "GovernanceAPILogGroupName",
"webhook": "WebhookLogGroupName",
"cache-sync": "CacheSyncLogGroupName",
"healthcheck": "HealthcheckLogGroupName",
}
ServiceLogGroupNameMap maps shorthand service labels to CFN output names These output names are defined in the CDK stack the services names are defined here for this CLI command, and may be different in other usages
View Source
var ServiceNames = []string{
"api",
"idp-sync",
"accesshandler",
"events",
"event-handler",
"granter",
"slack-notifier",
"webhook",
"cache-sync",
"healthcheck",
"governance-api",
}
the services names are defined here for this CLI command, and may be different in other usages
Functions ¶
This section is empty.
Types ¶
type GetEventsOpts ¶
Click to show internal directories.
Click to hide internal directories.