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

SecretsManagerSecretResourceData

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

Attributes that define a secret resource, which references a secret from AWS Secrets Manager. AWS IoT Greengrass stores a local, encrypted copy of the secret on the Greengrass core, where it can be securely accessed by connectors and Lambda functions.

interface SecretsManagerSecretResourceData {
AdditionalStagingLabelsToDownload?: string[] | null;
ARN?: string | null;
}

§Properties

§
AdditionalStagingLabelsToDownload?: string[] | null
[src]

Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.

§
ARN?: string | null
[src]

The ARN of the Secrets Manager secret to make available on the core. The value of the secret's latest version (represented by the ''AWSCURRENT'' staging label) is included by default.