sensitiveParams

@JvmName(name = "mhyktvavdkhrqwlj")
suspend fun sensitiveParams(value: Output<DataTransferConfigSensitiveParamsArgs>)
@JvmName(name = "kiqctfleqsqxtrly")
suspend fun sensitiveParams(value: DataTransferConfigSensitiveParamsArgs?)

Parameters

value

Different parameters are configured primarily using the the params field on this resource. This block contains the parameters which contain secrets or passwords so that they can be marked sensitive and hidden from plan output. The name of the field, eg: secret_access_key, will be the key in the params map in the api request. Credentials may not be specified in both locations and will cause an error. Changing from one location to a different credential configuration in the config will require an apply to update state. Structure is documented below.


@JvmName(name = "rvniuhdvmihqwftj")
suspend fun sensitiveParams(argument: suspend DataTransferConfigSensitiveParamsArgsBuilder.() -> Unit)

Parameters

argument

Different parameters are configured primarily using the the params field on this resource. This block contains the parameters which contain secrets or passwords so that they can be marked sensitive and hidden from plan output. The name of the field, eg: secret_access_key, will be the key in the params map in the api request. Credentials may not be specified in both locations and will cause an error. Changing from one location to a different credential configuration in the config will require an apply to update state. Structure is documented below.