Show / Hide Table of Contents

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html

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 AUTOMATION type task.

Properties

DocumentVersion

The version of an Automation runbook to use during task execution.

string? DocumentVersion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-documentversion

Parameters

The parameters for the AUTOMATION type task.

object? Parameters { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowautomationparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowautomationparameters-parameters

Back to top Generated by DocFX