AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DescribeEventCategories operation. Displays a list of categories for all event source types, or, if specified, for a specified source type.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class DescribeEventCategoriesRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The DescribeEventCategoriesRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeEventCategoriesRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Filters | System.Collections.Generic.List<Amazon.Neptune.Model.Filter> |
Gets and sets the property Filters. This parameter is not currently supported. |
![]() |
SourceType | System.String |
Gets and sets the property SourceType. The type of source that is generating the events. Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot |
This example lists all DB instance event categories.
var response = client.DescribeEventCategories(new DescribeEventCategoriesRequest { SourceType = "db-instance" });
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5