interface EventRuleStatusSummaryProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_notifications.CfnEventRule.EventRuleStatusSummaryProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsnotifications#CfnEventRule_EventRuleStatusSummaryProperty |
Java | software.amazon.awscdk.services.notifications.CfnEventRule.EventRuleStatusSummaryProperty |
Python | aws_cdk.aws_notifications.CfnEventRule.EventRuleStatusSummaryProperty |
TypeScript | aws-cdk-lib » aws_notifications » CfnEventRule » EventRuleStatusSummaryProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_notifications as notifications } from 'aws-cdk-lib';
const eventRuleStatusSummaryProperty: notifications.CfnEventRule.EventRuleStatusSummaryProperty = {
reason: 'reason',
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
reason | string | |
status | string |
reason
Type:
string
status
Type:
string