VariantProperty
Specifies a production variant property type for an Endpoint.
If you are updating an endpoint with the RetainAllVariantProperties
option of UpdateEndpointInput set to true
, the
VariantProperty
objects listed in the
ExcludeRetainedVariantProperties
parameter of UpdateEndpointInput override the existing variant properties of the
endpoint.
Contents
- VariantPropertyType
-
The type of variant property. The supported values are:
-
DesiredInstanceCount
: Overrides the existing variant instance counts using theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of CreateEndpointConfig. -
DataCaptureConfig
: (Not currently supported.)
Type: String
Valid Values:
DesiredInstanceCount | DesiredWeight | DataCaptureConfig
Required: Yes
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: