Options Args
data class OptionsArgs(val asyncOptions: Output<List<AsyncOptionsArgs>>? = null, val inputMappings: Output<List<InputMappingArgs>>? = null, val nameProperty: Output<String>? = null, val validationOptions: Output<ValidationOptionsArgs>? = null) : ConvertibleToJava<OptionsArgs>
Options allows customized resource handling by Deployment Manager.
Constructors
Link copied to clipboard
fun OptionsArgs(asyncOptions: Output<List<AsyncOptionsArgs>>? = null, inputMappings: Output<List<InputMappingArgs>>? = null, nameProperty: Output<String>? = null, validationOptions: Output<ValidationOptionsArgs>? = null)