| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.clearParametersEntries()
Removes all the entries added into Parameters.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.clone() |
MaintenanceWindowRunCommandParameters |
MaintenanceWindowTaskInvocationParameters.getRunCommand()
The parameters for a RUN_COMMAND task type.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) |
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withComment(String comment)
Information about the commands to run.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withDocumentHash(String documentHash)
The SHA-256 or SHA-1 hash created by the system when the document was created.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withDocumentHashType(DocumentHashType documentHashType)
SHA-256 or SHA-1.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withDocumentHashType(String documentHashType)
SHA-256 or SHA-1.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withDocumentVersion(String documentVersion)
The SSM document version to use in the request.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per-instance basis.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withOutputS3BucketName(String outputS3BucketName)
The name of the S3 bucket.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withOutputS3KeyPrefix(String outputS3KeyPrefix)
The S3 bucket subfolder.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withParameters(Map<String,List<String>> parameters)
The parameters for the RUN_COMMAND task execution.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withServiceRoleArn(String serviceRoleArn)
The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications
for maintenance window Run Command tasks.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withTimeoutSeconds(Integer timeoutSeconds)
If this time is reached and the command has not already started running, it doesn't run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceWindowTaskInvocationParameters.setRunCommand(MaintenanceWindowRunCommandParameters runCommand)
The parameters for a RUN_COMMAND task type.
|
MaintenanceWindowTaskInvocationParameters |
MaintenanceWindowTaskInvocationParameters.withRunCommand(MaintenanceWindowRunCommandParameters runCommand)
The parameters for a RUN_COMMAND task type.
|
Copyright © 2020. All rights reserved.