![]() |
![]()
| ![]() |
![]()
NAMEPaws::Greengrass::SecretsManagerSecretResourceData USAGEThis 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 DESCRIPTIONAttributes 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. ATTRIBUTESAdditionalStagingLabelsToDownload => ArrayRef[Str|Undef]Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''. ARN => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::Greengrass BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|