VariantProperty

public struct VariantProperty : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.)

    Declaration

    Swift

    public let variantPropertyType: VariantPropertyType
  • Undocumented

    Declaration

    Swift

    public init(variantPropertyType: VariantPropertyType)