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
§
policyVersionIdentifier?: PolicyVersionIdentifier | null
[src]