TrafficRoutingConfig
import type { TrafficRoutingConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface TrafficRoutingConfig {
CanarySize?: CapacitySize | null;
Type: TrafficRoutingConfigType;
WaitIntervalInSeconds: number;
}§Properties
§
CanarySize?: CapacitySize | null
[src]