secret Options
suspend fun secretOptions(value: Output<List<ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgs>>)
suspend fun secretOptions(value: List<ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgs>?)
Parameters
value
The secrets to pass to the log configuration. See below.
suspend fun secretOptions(vararg values: Output<ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgs>)
suspend fun secretOptions(values: List<Output<ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgs>>)
suspend fun secretOptions(vararg values: ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgs)
Parameters
values
The secrets to pass to the log configuration. See below.
suspend fun secretOptions(argument: List<suspend ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgsBuilder.() -> Unit>)
suspend fun secretOptions(vararg argument: suspend ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgsBuilder.() -> Unit)
suspend fun secretOptions(argument: suspend ServiceServiceConnectConfigurationLogConfigurationSecretOptionArgsBuilder.() -> Unit)
Parameters
argument
The secrets to pass to the log configuration. See below.