@Stability(value=Stable)
public static interface CfnEndpoint.BlueGreenUpdatePolicyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
BlueGreenUpdatePolicyProperty blueGreenUpdatePolicyProperty = BlueGreenUpdatePolicyProperty.builder()
.trafficRoutingConfiguration(TrafficRoutingConfigProperty.builder()
.type("type")
// the properties below are optional
.canarySize(CapacitySizeProperty.builder()
.type("type")
.value(123)
.build())
.linearStepSize(CapacitySizeProperty.builder()
.type("type")
.value(123)
.build())
.waitIntervalInSeconds(123)
.build())
// the properties below are optional
.maximumExecutionTimeoutInSeconds(123)
.terminationWaitInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.BlueGreenUpdatePolicyProperty.Builder
A builder for
CfnEndpoint.BlueGreenUpdatePolicyProperty |
static class |
CfnEndpoint.BlueGreenUpdatePolicyProperty.Jsii$Proxy
An implementation for
CfnEndpoint.BlueGreenUpdatePolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.BlueGreenUpdatePolicyProperty.Builder |
builder() |
default Number |
getMaximumExecutionTimeoutInSeconds()
`CfnEndpoint.BlueGreenUpdatePolicyProperty.MaximumExecutionTimeoutInSeconds`.
|
default Number |
getTerminationWaitInSeconds()
`CfnEndpoint.BlueGreenUpdatePolicyProperty.TerminationWaitInSeconds`.
|
Object |
getTrafficRoutingConfiguration()
`CfnEndpoint.BlueGreenUpdatePolicyProperty.TrafficRoutingConfiguration`.
|
@Stability(value=Stable) @Nullable default Number getMaximumExecutionTimeoutInSeconds()
@Stability(value=Stable) @Nullable default Number getTerminationWaitInSeconds()
@Stability(value=Stable) @NotNull Object getTrafficRoutingConfiguration()
@Stability(value=Stable) static CfnEndpoint.BlueGreenUpdatePolicyProperty.Builder builder()
Copyright © 2021. All rights reserved.