Input Mapping Args
    data class InputMappingArgs(val fieldName: Output<String>? = null, val location: Output<InputMappingLocation>? = null, val methodMatch: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<InputMappingArgs> 
InputMapping creates a 'virtual' property that will be injected into the properties before sending the request to the underlying API.
Constructors
Link copied to clipboard
                fun InputMappingArgs(fieldName: Output<String>? = null, location: Output<InputMappingLocation>? = null, methodMatch: Output<String>? = null, value: Output<String>? = null)