Interface CfnMaintenanceWindowTaskPropsMixin.IMaintenanceWindowAutomationParametersProperty
The MaintenanceWindowAutomationParameters property type specifies the parameters for an AUTOMATION task type for a maintenance window task in AWS Systems Manager .
Namespace: Amazon.CDK.Mixins.Preview.AWS.SSM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMaintenanceWindowTaskPropsMixin.IMaintenanceWindowAutomationParametersProperty
Syntax (vb)
Public Interface CfnMaintenanceWindowTaskPropsMixin.IMaintenanceWindowAutomationParametersProperty
Remarks
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 .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SSM.Mixins;
var parameters;
var maintenanceWindowAutomationParametersProperty = new MaintenanceWindowAutomationParametersProperty {
DocumentVersion = "documentVersion",
Parameters = parameters
};
Synopsis
Properties
| DocumentVersion | The version of an Automation runbook to use during task execution. |
| Parameters | The parameters for the |
Properties
DocumentVersion
The version of an Automation runbook to use during task execution.
string? DocumentVersion { get; }
Property Value
Remarks
Parameters
The parameters for the AUTOMATION type task.
object? Parameters { get; }