EngineSplitTraffic

class EngineSplitTraffic : KotlinCustomResource

Traffic routing configuration for versions within a single service. Traffic splits define how traffic directed to the service is assigned to versions. To get more information about ServiceSplitTraffic, see:

Example Usage

App Engine Service Split Traffic

No Java example available.

Import

ServiceSplitTraffic can be imported using any of these accepted formats

$ pulumi import gcp:appengine/engineSplitTraffic:EngineSplitTraffic default apps/{{project}}/services/{{service}}
$ pulumi import gcp:appengine/engineSplitTraffic:EngineSplitTraffic default {{project}}/{{service}}
$ pulumi import gcp:appengine/engineSplitTraffic:EngineSplitTraffic default {{service}}

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val migrateTraffic: Output<Boolean>?

If set to true traffic will be migrated to this version.

Link copied to clipboard
val project: Output<String>

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val service: Output<String>

The name of the service these settings apply to.

Link copied to clipboard

Mapping that defines fractional HTTP traffic diversion to different versions within the service. Structure is documented below.

Link copied to clipboard
val urn: Output<String>