Canary Evaluation Args
data class CanaryEvaluationArgs(val control: Output<String>? = null, val endTime: Output<String>? = null, val instanceId: Output<String>? = null, val metricLabels: Output<GoogleCloudApigeeV1CanaryEvaluationMetricLabelsArgs>? = null, val organizationId: Output<String>? = null, val startTime: Output<String>? = null, val treatment: Output<String>? = null) : ConvertibleToJava<CanaryEvaluationArgs>
Creates a new canary evaluation for an organization. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Constructors
Link copied to clipboard
constructor(control: Output<String>? = null, endTime: Output<String>? = null, instanceId: Output<String>? = null, metricLabels: Output<GoogleCloudApigeeV1CanaryEvaluationMetricLabelsArgs>? = null, organizationId: Output<String>? = null, startTime: Output<String>? = null, treatment: Output<String>? = null)