@aws-sdk/client-acm

RequestCertificateCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CertificateArn string | undefined

String that contains the ARN of the issued certificate. This must be of the form:

arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012

Full Signature

export interface RequestCertificateCommandOutput extends RequestCertificateResponse, MetadataBearer