@Stability(value=Stable) @Internal public static final class CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder, CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCloudWatchOutputConfig()
Configuration options for sending command output to Amazon CloudWatch Logs.
|
String |
getComment()
Information about the command or commands to run.
|
String |
getDocumentHash()
The SHA-256 or SHA-1 hash created by the system when the document was created.
|
String |
getDocumentHashType()
The SHA-256 or SHA-1 hash type.
|
String |
getDocumentVersion()
The AWS Systems Manager document (SSM document) version to use in the request.
|
Object |
getNotificationConfig()
Configurations for sending notifications about command status changes on a per-managed node basis.
|
String |
getOutputS3BucketName()
The name of the Amazon Simple Storage Service (Amazon S3) bucket.
|
String |
getOutputS3KeyPrefix()
The S3 bucket subfolder.
|
Object |
getParameters()
The parameters for the `RUN_COMMAND` task execution.
|
String |
getServiceRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.
|
Number |
getTimeoutSeconds()
If this time is reached and the command hasn't already started running, it doesn't run.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder builder)
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder.public final Object getCloudWatchOutputConfig()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertygetCloudWatchOutputConfig in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final String getComment()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertygetComment in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final String getDocumentHash()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertySHA-1 hashes have been deprecated.
getDocumentHash in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final String getDocumentHashType()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertySHA-1 hashes are deprecated.
getDocumentHashType in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final String getDocumentVersion()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
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"
getDocumentVersion in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final Object getNotificationConfig()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertygetNotificationConfig in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final String getOutputS3BucketName()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertygetOutputS3BucketName in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final String getOutputS3KeyPrefix()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertygetOutputS3KeyPrefix in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final Object getParameters()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The supported parameters are the same as those for the SendCommand API call. For more information, see SendCommand in the AWS Systems Manager API Reference .
getParameters in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final String getServiceRoleArn()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertygetServiceRoleArn in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertypublic final Number getTimeoutSeconds()
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersPropertygetTimeoutSeconds in interface CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.