CreateApplicationRequest

public struct CreateApplicationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the application.

    Declaration

    Swift

    public let description: String?
  • A name for the application.

    Declaration

    Swift

    public let name: String
  • Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, name: String, tags: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws