dnsAuthorizations

@JvmName(name = "miedamqqafnkjmlg")
suspend fun dnsAuthorizations(value: Output<List<String>>)
@JvmName(name = "dxmvlupsikjtrpwe")
suspend fun dnsAuthorizations(value: List<String>?)

Parameters

value

Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.


@JvmName(name = "diuqhlfblwbxhqrl")
suspend fun dnsAuthorizations(vararg values: Output<String>)


@JvmName(name = "bounwxhvmfxwlgrt")
suspend fun dnsAuthorizations(values: List<Output<String>>)
@JvmName(name = "gytoguxsnjolvbiy")
suspend fun dnsAuthorizations(vararg values: String)

Parameters

values

Authorizations that will be used for performing domain authorization. Either issuanceConfig or dnsAuthorizations should be specificed, but not both.