GetAppLaunchConfigurationResponse
public struct GetAppLaunchConfigurationResponse : 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 the service role in the customer’s account that AWS CloudFormation uses to launch the application.
Declaration
Swift
public let roleName: String? -
The launch configurations for server groups in this application.
Declaration
Swift
public let serverGroupLaunchConfigurations: [ServerGroupLaunchConfiguration]? -
Undocumented
Declaration
Swift
public init(appId: String? = nil, autoLaunch: Bool? = nil, roleName: String? = nil, serverGroupLaunchConfigurations: [ServerGroupLaunchConfiguration]? = nil)
View on GitHub
GetAppLaunchConfigurationResponse Structure Reference