CertificateProvider

class CertificateProvider : KotlinCustomResource

Use the AWS::IoT::CertificateProvider resource to declare an AWS IoT Certificate Provider.

Properties

Link copied to clipboard

A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr .

Link copied to clipboard
val arn: Output<String>

Returns the Amazon Resource Name (ARN) for the certificate. For example: { "Fn::GetAtt": ["MyCertificateProvider", "Arn"] } A value similar to the following is returned: arn:aws:iot:ap-southeast-2:123456789012:certprovider/my-certificate-provider

Link copied to clipboard

The name of the certificate provider.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The ARN of the Lambda function.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>