AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Creates an Amazon Web Services IoT Core certificate provider. You can use Amazon Web Services IoT Core certificate provider to customize how to sign a certificate signing request (CSR) in IoT fleet provisioning. For more information, see Customizing certificate signing using Amazon Web Services IoT Core certificate provider from Amazon Web Services IoT Core Developer Guide.

Requires permission to access the CreateCertificateProvider action.

After you create a certificate provider, the behavior of CreateCertificateFromCsr API for fleet provisioning will change and all API calls to CreateCertificateFromCsr will invoke the certificate provider to create the certificates. It can take up to a few minutes for this behavior to change after a certificate provider is created.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateCertificateProviderAsync.

Namespace: Amazon.IoT
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public virtual CreateCertificateProviderResponse CreateCertificateProvider(
         CreateCertificateProviderRequest request
)

Parameters

request
Type: Amazon.IoT.Model.CreateCertificateProviderRequest

Container for the necessary parameters to execute the CreateCertificateProvider service method.

Return Value


The response from the CreateCertificateProvider service method, as returned by IoT.

Exceptions

ExceptionCondition
InternalFailureException An unexpected error has occurred.
InvalidRequestException The request is not valid.
LimitExceededException A limit has been exceeded.
ResourceAlreadyExistsException The resource already exists.
ServiceUnavailableException The service is temporarily unavailable.
ThrottlingException The rate exceeds the limit.
UnauthorizedException You are not authorized to perform this operation.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also