Grey Tag Route Args
data class GreyTagRouteArgs(val appId: Output<String>? = null, val description: Output<String>? = null, val dubboRules: Output<List<GreyTagRouteDubboRuleArgs>>? = null, val greyTagRouteName: Output<String>? = null, val scRules: Output<List<GreyTagRouteScRuleArgs>>? = null) : ConvertibleToJava<GreyTagRouteArgs>
Provides a Serverless App Engine (SAE) GreyTagRoute resource. For information about Serverless App Engine (SAE) GreyTagRoute and how to use it, see What is GreyTagRoute.
NOTE: Available in v1.160.0+.
Import
Serverless App Engine (SAE) GreyTagRoute can be imported using the id, e.g.
$ pulumi import alicloud:sae/greyTagRoute:GreyTagRoute example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun GreyTagRouteArgs(appId: Output<String>? = null, description: Output<String>? = null, dubboRules: Output<List<GreyTagRouteDubboRuleArgs>>? = null, greyTagRouteName: Output<String>? = null, scRules: Output<List<GreyTagRouteScRuleArgs>>? = null)