VariantProperty
Specifies a production variant property type for an Endpoint.
If you are updating an endpoint with the UpdateEndpoint:RetainAllVariantProperties option set to
true
, the VariantProperty
objects listed in UpdateEndpoint:ExcludeRetainedVariantProperties 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 the ProductionVariant:InitialInstanceCount values in the CreateEndpointConfig:ProductionVariants. -
DesiredWeight
: Overrides the existing variant weights using the ProductionVariant:InitialVariantWeight values in the CreateEndpointConfig:ProductionVariants. -
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: