Class GetSolutionStackPlainArgs


  • public final class GetSolutionStackPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • mostRecent

        public java.util.Optional<java.lang.Boolean> mostRecent()
        Returns:
        If more than one result is returned, use the most recent solution stack.
      • nameRegex

        public java.lang.String nameRegex()
        Returns:
        Regex string to apply to the solution stack list returned by AWS. See [Elastic Beanstalk Supported Platforms][beanstalk-platforms] from AWS documentation for reference solution stack names. > **NOTE:** If more or less than a single match is returned by the search, this call will fail. Ensure that your search is specific enough to return a single solution stack, or use `most_recent` to choose the most recent one.