Returns list of event descriptions matching criteria up to the last 6 weeks.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_describe_events/ for full documentation.
elasticbeanstalk_describe_events(
ApplicationName = NULL,
VersionLabel = NULL,
TemplateName = NULL,
EnvironmentId = NULL,
EnvironmentName = NULL,
PlatformArn = NULL,
RequestId = NULL,
Severity = NULL,
StartTime = NULL,
EndTime = NULL,
MaxRecords = NULL,
NextToken = NULL
)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
If specified, limits the events returned from this call to include only those with the specified severity or higher.
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to those that occur up to, but not including, the EndTime
.
Specifies the maximum number of events that can be returned, beginning with the most recent event.
Pagination token. If specified, the events return the next batch of results.