- Navigation Guide
@aws-sdk/client-iot
CreateCertificateProviderCommandOutput Interface
The output of CreateCertificateProviderCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
certificateProviderArn | string | undefined | The ARN of the certificate provider. |
certificateProviderName | string | undefined | The name of the certificate provider. |
Full Signature
export interface CreateCertificateProviderCommandOutput extends CreateCertificateProviderResponse, MetadataBearer