| 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 Amazon Web Services Systems Manager document (SSM document) version to use in the request.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withNotificationConfig(NotificationConfig notificationConfig)
Configurations for sending notifications about command status changes on a per-managed node basis.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withOutputS3BucketName(String outputS3BucketName)
The name of the Amazon Simple Storage Service (Amazon 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 Amazon Resource Name (ARN) of the Identity and Access Management (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 hasn't 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 © 2023. All rights reserved.