Interface VariableV1Alpha1

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    VariableV1Alpha1.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-03T12:13:25.892Z")
    @Stability(Stable)
    public interface VariableV1Alpha1
    extends software.amazon.jsii.JsiiSerializable
    Variable is the definition of a variable that is used for composition.
    • Method Detail

      • getExpression

        @Stability(Stable)
        @NotNull
        String getExpression()
        Expression is the expression that will be evaluated as the value of the variable.

        The CEL expression has access to the same identifiers as the CEL expressions in Validation.

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Name is the name of the variable.

        The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through variables For example, if name is "foo", the variable will be available as variables.foo