@Stability(value=Stable)
public static interface CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty
extends software.amazon.jsii.JsiiSerializable
MaintenanceWindowAutomationParameters is a property of the TaskInvocationParameters property type.
For information about available parameters in Automation runbooks, you can view the content of the runbook itself in the Systems Manager console. For information, see View runbook content in the AWS Systems Manager User Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssm.*;
Object parameters;
MaintenanceWindowAutomationParametersProperty maintenanceWindowAutomationParametersProperty = MaintenanceWindowAutomationParametersProperty.builder()
.documentVersion("documentVersion")
.parameters(parameters)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty.Builder
|
static class |
CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty.Jsii$Proxy
An implementation for
CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty.Builder |
builder() |
default String |
getDocumentVersion()
The version of an Automation runbook to use during task execution.
|
default Object |
getParameters()
The parameters for the AUTOMATION task.
|
@Stability(value=Stable) @Nullable default String getDocumentVersion()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) static CfnMaintenanceWindowTask.MaintenanceWindowAutomationParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.