GreyTagRouteArgs

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>

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)

Functions

Link copied to clipboard
open override fun toJava(): GreyTagRouteArgs

Properties

Link copied to clipboard
val appId: Output<String>? = null

The ID of the SAE Application.

Link copied to clipboard
val description: Output<String>? = null

The description of GreyTagRoute.

Link copied to clipboard

The grayscale rule created for Dubbo Application. The details see Block dubbo_rules.

Link copied to clipboard
val greyTagRouteName: Output<String>? = null

The name of GreyTagRoute.

Link copied to clipboard
val scRules: Output<List<GreyTagRouteScRuleArgs>>? = null

The grayscale rule created for SpringCloud Application. The details see Block sc_rules.