CreateApplicationInput
public struct CreateApplicationInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the application. This name must be unique with the applicable IAM user or AWS account.
Declaration
Swift
public let applicationName: String -
The destination platform type for the deployment (Lambda, Server, or ECS).
Declaration
Swift
public let computePlatform: ComputePlatform? -
The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(applicationName: String, computePlatform: ComputePlatform? = nil, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateApplicationInput Structure Reference