Class GetSolutionStackPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.elasticbeanstalk.inputs.GetSolutionStackPlainArgs
-
public final class GetSolutionStackPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetSolutionStackPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetSolutionStackPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSolutionStackPlainArgs.Builder
builder()
static GetSolutionStackPlainArgs.Builder
builder(GetSolutionStackPlainArgs defaults)
java.util.Optional<java.lang.Boolean>
mostRecent()
java.lang.String
nameRegex()
-
-
-
Field Detail
-
Empty
public static final GetSolutionStackPlainArgs Empty
-
-
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.
-
builder
public static GetSolutionStackPlainArgs.Builder builder()
-
builder
public static GetSolutionStackPlainArgs.Builder builder(GetSolutionStackPlainArgs defaults)
-
-