Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ServerCertificateMetadata

Contains information about a server certificate without its certificate body, certificate chain, and private key.

This data type is used as a response element in the UploadServerCertificate and ListServerCertificates operations.

Hierarchy

  • ServerCertificateMetadata

Properties

Arn: undefined | string

The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.

Expiration?: Date

The date on which the certificate is set to expire.

Path: undefined | string

The path to the server certificate. For more information about paths, see IAM identifiers in the IAM User Guide.

ServerCertificateId: undefined | string

The stable and unique string identifying the server certificate. For more information about IDs, see IAM identifiers in the IAM User Guide.

ServerCertificateName: undefined | string

The name that identifies the server certificate.

UploadDate?: Date

The date when the server certificate was uploaded.