CertificateSearchResult - AWS Certificate Manager
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

CertificateSearchResult

Contains information about a certificate returned by the SearchCertificates action. This structure includes the certificate ARN, X.509 attributes, and ACM metadata.

Contents

Note

In the following list, the required parameters are described first.

CertificateArn

The Amazon Resource Name (ARN) of the certificate.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

Pattern: arn:[\w+=/,.@-]+:acm:[\w+=/,.@-]*:[0-9]+:[\w+=,.@-]+(/[\w+=,.@-]+)*

Required: No

CertificateMetadata

ACM-specific metadata about the certificate.

Type: CertificateMetadata object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

X509Attributes

X.509 certificate attributes such as subject, issuer, and validity period.

Type: X509Attributes object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: