PutAppLaunchConfigurationRequest
public struct PutAppLaunchConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the application.
Declaration
Swift
public let appId: String? -
Indicates whether the application is configured to launch automatically after replication is complete.
Declaration
Swift
public let autoLaunch: Bool? -
The name of service role in the customer’s account that AWS CloudFormation uses to launch the application.
Declaration
Swift
public let roleName: String? -
Information about the launch configurations for server groups in the application.
Declaration
Swift
public let serverGroupLaunchConfigurations: [ServerGroupLaunchConfiguration]? -
Undocumented
Declaration
Swift
public init(appId: String? = nil, autoLaunch: Bool? = nil, roleName: String? = nil, serverGroupLaunchConfigurations: [ServerGroupLaunchConfiguration]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
PutAppLaunchConfigurationRequest Structure Reference