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

ResourceIdentifier

import type { ResourceIdentifier } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface ResourceIdentifier {
account?: string | null;
caCertificateId?: string | null;
clientId?: string | null;
cognitoIdentityPoolId?: string | null;
deviceCertificateId?: string | null;
iamRoleArn?: string | null;
policyVersionIdentifier?: PolicyVersionIdentifier | null;
roleAliasArn?: string | null;
}

§Properties

§
account?: string | null
[src]
§
caCertificateId?: string | null
[src]
§
clientId?: string | null
[src]
§
cognitoIdentityPoolId?: string | null
[src]
§
deviceCertificateId?: string | null
[src]
§
iamRoleArn?: string | null
[src]
§
policyVersionIdentifier?: PolicyVersionIdentifier | null
[src]
§
roleAliasArn?: string | null
[src]