GetEnvironmentCertificatePlainArgs

data class GetEnvironmentCertificatePlainArgs(val containerAppEnvironmentId: String, val name: String) : ConvertibleToJava<GetEnvironmentCertificatePlainArgs>

A collection of arguments for invoking getEnvironmentCertificate.

Constructors

Link copied to clipboard
constructor(containerAppEnvironmentId: String, name: String)

Properties

Link copied to clipboard

The ID of the Container App Environment to configure this Certificate on. Changing this forces a new resource to be created.

Link copied to clipboard

The name of the Container Apps Certificate. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): GetEnvironmentCertificatePlainArgs