/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::Endpoint/BlueGreenUpdatePolicy.dhall

Copy path to clipboard

Source

{ Type =
{ MaximumExecutionTimeoutInSeconds : Optional Integer
, TerminationWaitInSeconds : Optional Integer
, TrafficRoutingConfiguration : (./TrafficRoutingConfig.dhall).Type
}
, default =
{ MaximumExecutionTimeoutInSeconds = None Integer
, TerminationWaitInSeconds = None Integer
}
}