aws-cdk-lib.aws_ssmincidents.CfnResponsePlan.SsmParameterProperty

interface SsmParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMIncidents.CfnResponsePlan.SsmParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnResponsePlan_SsmParameterProperty
Javasoftware.amazon.awscdk.services.ssmincidents.CfnResponsePlan.SsmParameterProperty
Pythonaws_cdk.aws_ssmincidents.CfnResponsePlan.SsmParameterProperty
TypeScript aws-cdk-lib » aws_ssmincidents » CfnResponsePlan » SsmParameterProperty

The key-value pair parameters to use when running the automation document.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmincidents as ssmincidents } from 'aws-cdk-lib';
const ssmParameterProperty: ssmincidents.CfnResponsePlan.SsmParameterProperty = {
  key: 'key',
  values: ['values'],
};

Properties

NameTypeDescription
keystringThe key parameter to use when running the automation document.
valuesstring[]The value parameter to use when running the automation document.

key

Type: string

The key parameter to use when running the automation document.


values

Type: string[]

The value parameter to use when running the automation document.