DescribeNotificationRuleResult
import type { DescribeNotificationRuleResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codestarnotifications.ts";interface DescribeNotificationRuleResult {
Arn: string;
CreatedBy?: string | null;
CreatedTimestamp?: Date | number | null;
DetailType?: DetailType | null;
EventTypes?: EventTypeSummary[] | null;
LastModifiedTimestamp?: Date | number | null;
Name?: string | null;
Resource?: string | null;
Status?: NotificationRuleStatus | null;
Tags?: {} | null;
[key: string]: string | null | undefined;
Targets?: TargetSummary[] | null;
}§Properties
§
DetailType?: DetailType | null
[src]§
EventTypes?: EventTypeSummary[] | null
[src]§
Status?: NotificationRuleStatus | null
[src]§
Targets?: TargetSummary[] | null
[src]