ScriptBootstrapActionConfig
public struct ScriptBootstrapActionConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of command line arguments to pass to the bootstrap action script.
Declaration
Swift
public let args: [String]?
-
Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.
Declaration
Swift
public let path: String
-
Undocumented
Declaration
Swift
public init(args: [String]? = nil, path: String)
-
Declaration
Swift
public func validate(name: String) throws