DeploymentApplicationConfig
public struct DeploymentApplicationConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the robot application.
Declaration
Swift
public let application: String
-
The version of the application.
Declaration
Swift
public let applicationVersion: String
-
The launch configuration.
Declaration
Swift
public let launchConfig: DeploymentLaunchConfig
-
Undocumented
Declaration
Swift
public init(application: String, applicationVersion: String, launchConfig: DeploymentLaunchConfig)
-
Declaration
Swift
public func validate(name: String) throws