Custom Domain Identity Args
data class CustomDomainIdentityArgs(val type: Output<Either<String, CustomDomainIdentityType>>? = null, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<CustomDomainIdentityArgs>
The identity information for retrieving the certificate for the custom domain.
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, CustomDomainIdentityType>>? = null, userAssignedIdentity: Output<String>? = null)