Custom RPResource Type Route Definition Args
    data class CustomRPResourceTypeRouteDefinitionArgs(val endpoint: Output<String>, val name: Output<String>, val routingType: Output<Either<String, ResourceTypeRouting>>? = null) : ConvertibleToJava<CustomRPResourceTypeRouteDefinitionArgs> 
The route definition for a resource implemented by the custom resource provider.
Constructors
Link copied to clipboard
                fun CustomRPResourceTypeRouteDefinitionArgs(endpoint: Output<String>, name: Output<String>, routingType: Output<Either<String, ResourceTypeRouting>>? = null)