NAME
Paws::Lightsail::GetCertificates - Arguments for method GetCertificates on Paws::Lightsail
DESCRIPTION
This class represents the parameters used for calling the method GetCertificates on the Amazon Lightsail service. Use the attributes of this class as arguments to method GetCertificates.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to GetCertificates.
SYNOPSIS
my $lightsail = Paws->service('Lightsail');
my $GetCertificatesResult = $lightsail->GetCertificates(
CertificateName => 'MyCertificateName', # OPTIONAL
CertificateStatuses => [
'PENDING_VALIDATION',
... # values: PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED, FAILED
], # OPTIONAL
IncludeCertificateDetails => 1, # OPTIONAL
);
# Results:
my $Certificates = $GetCertificatesResult->Certificates;
# Returns a L<Paws::Lightsail::GetCertificatesResult> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/lightsail/GetCertificates
ATTRIBUTES
CertificateName => Str
The name for the certificate for which to return information.
When omitted, the response includes all of your certificates in the AWS Region where the request is made.
CertificateStatuses => ArrayRef[Str|Undef]
The status of the certificates for which to return information.
For example, specify ISSUED
to return only certificates with an ISSUED
status.
When omitted, the response includes all of your certificates in the AWS Region where the request is made, regardless of their current status.
IncludeCertificateDetails => Bool
Indicates whether to include detailed information about the certificates in the response.
When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
SEE ALSO
This class forms part of Paws, documenting arguments for method GetCertificates in Paws::Lightsail
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