MaintenanceWindowRunCommandParameters
public struct MaintenanceWindowRunCommandParameters : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Undocumented DeclarationSwift public let cloudWatchOutputConfig: CloudWatchOutputConfig?
- 
                  
                  Information about the commands to run. DeclarationSwift public let comment: String?
- 
                  
                  The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated. DeclarationSwift public let documentHash: String?
- 
                  
                  SHA-256 or SHA-1. SHA-1 hashes have been deprecated. DeclarationSwift public let documentHashType: DocumentHashType?
- 
                  
                  The SSM document version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the AWS CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don’t need to use the backslash. For example: –document-version “\$DEFAULT” –document-version “\$LATEST” –document-version “3” DeclarationSwift public let documentVersion: String?
- 
                  
                  Configurations for sending notifications about command status changes on a per-instance basis. DeclarationSwift public let notificationConfig: NotificationConfig?
- 
                  
                  The name of the S3 bucket. DeclarationSwift public let outputS3BucketName: String?
- 
                  
                  The S3 bucket subfolder. DeclarationSwift public let outputS3KeyPrefix: String?
- 
                  
                  The parameters for the RUN_COMMAND task execution. DeclarationSwift public let parameters: [String : [String]]?
- 
                  
                  The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks. DeclarationSwift public let serviceRoleArn: String?
- 
                  
                  If this time is reached and the command has not already started running, it doesn’t run. DeclarationSwift public let timeoutSeconds: Int?
- 
                  init(cloudWatchOutputConfig:comment:documentHash:documentHashType:documentVersion:notificationConfig:outputS3BucketName:outputS3KeyPrefix:parameters:serviceRoleArn:timeoutSeconds:)Undocumented DeclarationSwift public init(cloudWatchOutputConfig: CloudWatchOutputConfig? = nil, comment: String? = nil, documentHash: String? = nil, documentHashType: DocumentHashType? = nil, documentVersion: String? = nil, notificationConfig: NotificationConfig? = nil, outputS3BucketName: String? = nil, outputS3KeyPrefix: String? = nil, parameters: [String : [String]]? = nil, serviceRoleArn: String? = nil, timeoutSeconds: Int? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub MaintenanceWindowRunCommandParameters Structure Reference
        MaintenanceWindowRunCommandParameters Structure Reference