SSMValidationParameters
public struct SSMValidationParameters : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The command to run the validation script
Declaration
Swift
public let command: String?
-
The timeout interval, in seconds.
Declaration
Swift
public let executionTimeoutSeconds: Int?
-
The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.
Declaration
Swift
public let instanceId: String?
-
The name of the S3 bucket for output.
Declaration
Swift
public let outputS3BucketName: String?
-
The type of validation script.
Declaration
Swift
public let scriptType: ScriptType?
-
The location of the validation script.
Declaration
Swift
public let source: Source?
-
Undocumented
Declaration
Swift
public init(command: String? = nil, executionTimeoutSeconds: Int? = nil, instanceId: String? = nil, outputS3BucketName: String? = nil, scriptType: ScriptType? = nil, source: Source? = nil)
-
Declaration
Swift
public func validate(name: String) throws