pub struct VariantProperty {
pub variant_property_type: String,
}
Expand description
Specifies a production variant property type for an Endpoint.
If you are updating an endpoint with the UpdateEndpointInput$RetainAllVariantProperties option set to true
, the VariantProperty
objects listed in UpdateEndpointInput$ExcludeRetainedVariantProperties override the existing variant properties of the endpoint.
Fields§
§variant_property_type: String
The type of variant property. The supported values are:
-
DesiredInstanceCount
: Overrides the existing variant instance counts using the ProductionVariant$InitialInstanceCount values in the CreateEndpointConfigInput$ProductionVariants. -
DesiredWeight
: Overrides the existing variant weights using the ProductionVariant$InitialVariantWeight values in the CreateEndpointConfigInput$ProductionVariants. -
DataCaptureConfig
: (Not currently supported.)
Trait Implementations§
Source§impl Clone for VariantProperty
impl Clone for VariantProperty
Source§fn clone(&self) -> VariantProperty
fn clone(&self) -> VariantProperty
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more