GetCertificateProviderResult

data class GetCertificateProviderResult(val accountDefaultForOperations: List<CertificateProviderOperation>? = null, val arn: String? = null, val lambdaFunctionArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(accountDefaultForOperations: List<CertificateProviderOperation>? = null, arn: String? = null, lambdaFunctionArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

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: String? = null

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 ARN of the Lambda function.

Link copied to clipboard
val tags: List<Tag>? = null

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