interface DevOpsGuruInsightSeverityUpgradedProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DevOpsGuru.Events.DevOpsGuruInsightSeverityUpgraded.DevOpsGuruInsightSeverityUpgradedProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdevopsguru/events#DevOpsGuruInsightSeverityUpgraded_DevOpsGuruInsightSeverityUpgradedProps |
Java | software.amazon.awscdk.mixins.preview.services.devopsguru.events.DevOpsGuruInsightSeverityUpgraded.DevOpsGuruInsightSeverityUpgradedProps |
Python | aws_cdk.mixins_preview.aws_devopsguru.events.DevOpsGuruInsightSeverityUpgraded.DevOpsGuruInsightSeverityUpgradedProps |
TypeScript | @aws-cdk/mixins-preview ยป aws_devopsguru ยป events ยป DevOpsGuruInsightSeverityUpgraded ยป DevOpsGuruInsightSeverityUpgradedProps |
Props type for aws.devopsguru@DevOpsGuruInsightSeverityUpgraded event.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as devopsguru_events } from '@aws-cdk/mixins-preview/aws-devopsguru';
const devOpsGuruInsightSeverityUpgradedProps: devopsguru_events.DevOpsGuruInsightSeverityUpgraded.DevOpsGuruInsightSeverityUpgradedProps = {
accountId: ['accountId'],
anomalies: [{
anomalyResources: [{
name: ['name'],
type: ['type'],
}],
anomalySeverity: ['anomalySeverity'],
associatedResourceArns: ['associatedResourceArns'],
description: ['description'],
earliestImpactTime: ['earliestImpactTime'],
earliestImpactTimeIso: ['earliestImpactTimeIso'],
endTime: ['endTime'],
id: ['id'],
latestImpactTime: ['latestImpactTime'],
latestImpactTimeIso: ['latestImpactTimeIso'],
limit: ['limit'],
openTime: ['openTime'],
openTimeIso: ['openTimeIso'],
sourceDetails: [{
dataIdentifiers: {
alarmCondition: {
detectionBand: ['detectionBand'],
referenceValue: {
comparisonOperator: ['comparisonOperator'],
datapointsToAlarm: ['datapointsToAlarm'],
evaluationPeriod: ['evaluationPeriod'],
threshold: ['threshold'],
},
},
dimensions: [{
name: ['name'],
value: ['value'],
}],
metricDisplayName: ['metricDisplayName'],
metricQuery: {
groupBy: {
dimensions: ['dimensions'],
group: ['group'],
},
metric: ['metric'],
},
name: ['name'],
namespace: ['namespace'],
period: ['period'],
resourceId: ['resourceId'],
resourceType: ['resourceType'],
stat: ['stat'],
unit: ['unit'],
},
dataSource: ['dataSource'],
dataSourceDetail: ['dataSourceDetail'],
}],
sourceMetadata: {
source: ['source'],
sourceResourceArn: ['sourceResourceArn'],
sourceResourceType: ['sourceResourceType'],
},
startTime: ['startTime'],
startTimeIso: ['startTimeIso'],
type: ['type'],
}],
eventMetadata: {
region: ['region'],
resources: ['resources'],
version: ['version'],
},
insightDescription: ['insightDescription'],
insightId: ['insightId'],
insightName: ['insightName'],
insightSeverity: ['insightSeverity'],
insightType: ['insightType'],
insightUrl: ['insightUrl'],
messageType: ['messageType'],
region: ['region'],
resourceCollection: {
cloudFormation: {
stackNames: ['stackNames'],
},
tags: [{
appBoundaryKey: ['appBoundaryKey'],
tagValues: ['tagValues'],
}],
},
startTime: ['startTime'],
startTimeIso: ['startTimeIso'],
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string[] | accountId property. |
| anomalies? | Anomaly[] | anomalies property. |
| event | AWSEvent | EventBridge event metadata. |
| insight | string[] | insightDescription property. |
| insight | string[] | insightId property. |
| insight | string[] | insightName property. |
| insight | string[] | insightSeverity property. |
| insight | string[] | insightType property. |
| insight | string[] | insightUrl property. |
| message | string[] | messageType property. |
| region? | string[] | region property. |
| resource | Resource | resourceCollection property. |
| start | string[] | startTime property. |
| start | string[] | startTimeISO property. |
accountId?
Type:
string[]
(optional, default: Do not filter on this field)
accountId property.
Specify an array of string values to match this event if the actual value of accountId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
anomalies?
Type:
Anomaly[]
(optional, default: Do not filter on this field)
anomalies property.
Specify an array of string values to match this event if the actual value of anomalies is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
eventMetadata?
Type:
AWSEvent
(optional, default: -)
EventBridge event metadata.
insightDescription?
Type:
string[]
(optional, default: Do not filter on this field)
insightDescription property.
Specify an array of string values to match this event if the actual value of insightDescription is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
insightId?
Type:
string[]
(optional, default: Do not filter on this field)
insightId property.
Specify an array of string values to match this event if the actual value of insightId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
insightName?
Type:
string[]
(optional, default: Do not filter on this field)
insightName property.
Specify an array of string values to match this event if the actual value of insightName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
insightSeverity?
Type:
string[]
(optional, default: Do not filter on this field)
insightSeverity property.
Specify an array of string values to match this event if the actual value of insightSeverity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
insightType?
Type:
string[]
(optional, default: Do not filter on this field)
insightType property.
Specify an array of string values to match this event if the actual value of insightType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
insightUrl?
Type:
string[]
(optional, default: Do not filter on this field)
insightUrl property.
Specify an array of string values to match this event if the actual value of insightUrl is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
messageType?
Type:
string[]
(optional, default: Do not filter on this field)
messageType property.
Specify an array of string values to match this event if the actual value of messageType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
region?
Type:
string[]
(optional, default: Do not filter on this field)
region property.
Specify an array of string values to match this event if the actual value of region is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
resourceCollection?
Type:
Resource
(optional, default: Do not filter on this field)
resourceCollection property.
Specify an array of string values to match this event if the actual value of resourceCollection is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
startTime?
Type:
string[]
(optional, default: Do not filter on this field)
startTime property.
Specify an array of string values to match this event if the actual value of startTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
startTimeIso?
Type:
string[]
(optional, default: Do not filter on this field)
startTimeISO property.
Specify an array of string values to match this event if the actual value of startTimeISO is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

.NET
Go
Java
Python
TypeScript