You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::SecretsManagerSecretResourceData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SecretsManagerSecretResourceData as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "__string",
  additional_staging_labels_to_download: ["__string"],
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_staging_labels_to_downloadArray<String>

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

Returns:

  • (Array<String>)

    Optional.

#arnString

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.

Returns:

  • (String)

    The ARN of the Secrets Manager secret to make available on the core.