ContactMethod
import type { ContactMethod } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";interface ContactMethod {
arn?: string | null;
contactEndpoint?: string | null;
createdAt?: Date | number | null;
location?: ResourceLocation | null;
name?: string | null;
protocol?: ContactProtocol | null;
resourceType?: ResourceType | null;
status?: ContactMethodStatus | null;
supportCode?: string | null;
}§Properties
§
location?: ResourceLocation | null
[src]§
protocol?: ContactProtocol | null
[src]§
resourceType?: ResourceType | null
[src]§
status?: ContactMethodStatus | null
[src]