DescribeConfigurationOptionsMessage

public struct DescribeConfigurationOptionsMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.

    Declaration

    Swift

    public let applicationName: String?
  • The name of the environment whose configuration options you want to describe.

    Declaration

    Swift

    public let environmentName: String?
  • If specified, restricts the descriptions to only the specified options.

    Declaration

    Swift

    public let options: [OptionSpecification]?
  • The ARN of the custom platform.

    Declaration

    Swift

    public let platformArn: String?
  • The name of the solution stack whose configuration options you want to describe.

    Declaration

    Swift

    public let solutionStackName: String?
  • The name of the configuration template whose configuration options you want to describe.

    Declaration

    Swift

    public let templateName: String?
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String? = nil, environmentName: String? = nil, options: [OptionSpecification]? = nil, platformArn: String? = nil, solutionStackName: String? = nil, templateName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws