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

CreatePlatformApplicationInput

import type { CreatePlatformApplicationInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";

Input for CreatePlatformApplication action.

interface CreatePlatformApplicationInput {
Attributes: {
[key: string]: string | null | undefined;
}
;
Name: string;
Platform: string;
}

§Properties

§
Attributes: {
[key: string]: string | null | undefined;
}
[src]

For a list of attributes, see SetPlatformApplicationAttributes.

§
Name: string
[src]

Application names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, hyphens, and periods, and must be between 1 and 256 characters long.

§
Platform: string
[src]

The following platforms are supported: ADM (Amazon Device Messaging), APNS (Apple Push Notification Service), APNS_SANDBOX, and GCM (Firebase Cloud Messaging).