aws-cdk-lib.aws_ssm.CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty

interface MaintenanceWindowStepFunctionsParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.SSM.CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssm#CfnMaintenanceWindowTask_MaintenanceWindowStepFunctionsParametersProperty
Javasoftware.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
Pythonaws_cdk.aws_ssm.CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
TypeScript aws-cdk-lib » aws_ssm » CfnMaintenanceWindowTask » MaintenanceWindowStepFunctionsParametersProperty

The MaintenanceWindowStepFunctionsParameters property type specifies the parameters for the execution of a STEP_FUNCTIONS task in a Systems Manager maintenance window.

MaintenanceWindowStepFunctionsParameters is a property of the TaskInvocationParameters property type.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssm as ssm } from 'aws-cdk-lib';
const maintenanceWindowStepFunctionsParametersProperty: ssm.CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty = {
  input: 'input',
  name: 'name',
};

Properties

NameTypeDescription
input?stringThe inputs for the STEP_FUNCTIONS task.
name?stringThe name of the STEP_FUNCTIONS task.

input?

Type: string (optional)

The inputs for the STEP_FUNCTIONS task.


name?

Type: string (optional)

The name of the STEP_FUNCTIONS task.