Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetResourceEventConfigurationRequest

import type { GetResourceEventConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface GetResourceEventConfigurationRequest {
Identifier: string;
IdentifierType: IdentifierType;
PartnerType?: EventNotificationPartnerType | null;
}

§Properties

§
Identifier: string
[src]

Resource identifier to opt in for event messaging.

§
IdentifierType: IdentifierType
[src]

Identifier type of the particular resource identifier for event configuration.

§

Partner type of the resource if the identifier type is PartnerAccountId.