Show / Hide Table of Contents

Class GetSolutionStackArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSolutionStackArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticBeanstalk
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetSolutionStackArgs : InvokeArgs

Constructors

View Source

GetSolutionStackArgs()

Declaration
public GetSolutionStackArgs()

Properties

View Source

MostRecent

If more than one result is returned, use the most recent solution stack.

Declaration
public bool? MostRecent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

NameRegex

A 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.

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.