NAME
Paws::Greengrass::SecretsManagerSecretResourceData
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Greengrass::SecretsManagerSecretResourceData object:
$service_obj->Method(Att1 => { AdditionalStagingLabelsToDownload => $value, ..., ARN => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Greengrass::SecretsManagerSecretResourceData object:
$result = $service_obj->Method(...);
$result->Att1->AdditionalStagingLabelsToDownload
DESCRIPTION
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.
ATTRIBUTES
AdditionalStagingLabelsToDownload => ArrayRef[Str|Undef]
Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.
ARN => Str
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.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Greengrass
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues