/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Specifies the serverless update concurrency configuration for an endpoint
* variant.See Also:
AWS
* API Reference
The updated maximum number of concurrent invocations your serverless endpoint * can process.
*/ inline int GetMaxConcurrency() const{ return m_maxConcurrency; } /** *The updated maximum number of concurrent invocations your serverless endpoint * can process.
*/ inline bool MaxConcurrencyHasBeenSet() const { return m_maxConcurrencyHasBeenSet; } /** *The updated maximum number of concurrent invocations your serverless endpoint * can process.
*/ inline void SetMaxConcurrency(int value) { m_maxConcurrencyHasBeenSet = true; m_maxConcurrency = value; } /** *The updated maximum number of concurrent invocations your serverless endpoint * can process.
*/ inline ProductionVariantServerlessUpdateConfig& WithMaxConcurrency(int value) { SetMaxConcurrency(value); return *this;} /** *The updated amount of provisioned concurrency to allocate for the serverless
* endpoint. Should be less than or equal to MaxConcurrency
.
The updated amount of provisioned concurrency to allocate for the serverless
* endpoint. Should be less than or equal to MaxConcurrency
.
The updated amount of provisioned concurrency to allocate for the serverless
* endpoint. Should be less than or equal to MaxConcurrency
.
The updated amount of provisioned concurrency to allocate for the serverless
* endpoint. Should be less than or equal to MaxConcurrency
.