Class CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
@Stability(Stable)
@Internal
public static final class CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
An implementation for
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder, CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Configuration options for sending command output to Amazon CloudWatch Logs.final String
Information about the command or commands to run.final String
The SHA-256 or SHA-1 hash created by the system when the document was created.final String
The SHA-256 or SHA-1 hash type.final String
The AWS Systems Manager document (SSM document) version to use in the request.final Object
Configurations for sending notifications about command status changes on a per-managed node basis.final String
The name of the Amazon Simple Storage Service (Amazon S3) bucket.final String
The S3 bucket subfolder.final Object
The parameters for theRUN_COMMAND
task execution.final String
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.final Number
If this time is reached and the command hasn't already started running, it doesn't run.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty.Builder
.
-
-
Method Details
-
getCloudWatchOutputConfig
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
Configuration options for sending command output to Amazon CloudWatch Logs.- Specified by:
getCloudWatchOutputConfig
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getComment
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
Information about the command or commands to run.- Specified by:
getComment
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getDocumentHash
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The SHA-256 or SHA-1 hash created by the system when the document was created.SHA-1 hashes have been deprecated.
- Specified by:
getDocumentHash
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getDocumentHashType
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The SHA-256 or SHA-1 hash type.SHA-1 hashes are deprecated.
- Specified by:
getDocumentHashType
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getDocumentVersion
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The AWS Systems Manager document (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"
- Specified by:
getDocumentVersion
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getNotificationConfig
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
Configurations for sending notifications about command status changes on a per-managed node basis.- Specified by:
getNotificationConfig
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getOutputS3BucketName
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The name of the Amazon Simple Storage Service (Amazon S3) bucket.- Specified by:
getOutputS3BucketName
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getOutputS3KeyPrefix
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The S3 bucket subfolder.- Specified by:
getOutputS3KeyPrefix
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getParameters
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
The parameters for theRUN_COMMAND
task execution.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 .- Specified by:
getParameters
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getServiceRoleArn
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
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.- Specified by:
getServiceRoleArn
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
getTimeoutSeconds
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
If this time is reached and the command hasn't already started running, it doesn't run.- Specified by:
getTimeoutSeconds
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowRunCommandParametersProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-