sslSettings

@JvmName(name = "tckmmnqiyjkqctif")
suspend fun sslSettings(value: Output<DomainMappingSslSettingsArgs>)
@JvmName(name = "dcaemvnrqfloevsu")
suspend fun sslSettings(value: DomainMappingSslSettingsArgs?)

Parameters

value

SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. Structure is documented below.


@JvmName(name = "objnpgroubjfpuud")
suspend fun sslSettings(argument: suspend DomainMappingSslSettingsArgsBuilder.() -> Unit)

Parameters

argument

SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. Structure is documented below.