Class ProjectCustomModuleCustomConfigPredicateArgs


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

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
      • expression

        public com.pulumi.core.Output<java.lang.String> expression()
        Returns:
        Textual representation of an expression in Common Expression Language syntax.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
      • title

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> title()
        Returns:
        Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.