Class FeatureVariationValueArgs


  • public final class FeatureVariationValueArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • boolValue

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> boolValue()
        Returns:
        If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
      • doubleValue

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> doubleValue()
        Returns:
        If this feature uses the double integer variation type, this field contains the double integer value of this variation.
      • longValue

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> longValue()
        Returns:
        If this feature uses the long variation type, this field contains the long value of this variation. Minimum value of `-9007199254740991`. Maximum value of `9007199254740991`.
      • stringValue

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> stringValue()
        Returns:
        If this feature uses the string variation type, this field contains the string value of this variation. Minimum length of `0`. Maximum length of `512`.