CreateAppRequest
public struct CreateAppRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique, case-sensitive identifier that you provide to ensure the idempotency of application creation.
Declaration
Swift
public let clientToken: String?
-
The description of the new application
Declaration
Swift
public let description: String?
-
The name of the new application.
Declaration
Swift
public let name: String?
-
The name of the service role in the customer’s account to be used by AWS SMS.
Declaration
Swift
public let roleName: String?
-
The server groups to include in the application.
Declaration
Swift
public let serverGroups: [ServerGroup]?
-
The tags to be associated with the application.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, description: String? = nil, name: String? = nil, roleName: String? = nil, serverGroups: [ServerGroup]? = nil, tags: [Tag]? = nil)