View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_describe_events | R Documentation |
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
)
ApplicationName |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application. |
VersionLabel |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version. |
TemplateName |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration. |
EnvironmentId |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment. |
EnvironmentName |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment. |
PlatformArn |
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version. |
RequestId |
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID. |
Severity |
If specified, limits the events returned from this call to include only those with the specified severity or higher. |
StartTime |
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time. |
EndTime |
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to those that occur up to, but not including, the |
MaxRecords |
Specifies the maximum number of events that can be returned, beginning with the most recent event. |
NextToken |
Pagination token. If specified, the events return the next batch of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.