BootstrapActionConfig
public struct BootstrapActionConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the bootstrap action.
Declaration
Swift
public let name: String
-
The script run by the bootstrap action.
Declaration
Swift
public let scriptBootstrapAction: ScriptBootstrapActionConfig
-
Undocumented
Declaration
Swift
public init(name: String, scriptBootstrapAction: ScriptBootstrapActionConfig)
-
Declaration
Swift
public func validate(name: String) throws