interface SsmParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSMIncidents.CfnResponsePlan.SsmParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnResponsePlan_SsmParameterProperty |
![]() | software.amazon.awscdk.services.ssmincidents.CfnResponsePlan.SsmParameterProperty |
![]() | aws_cdk.aws_ssmincidents.CfnResponsePlan.SsmParameterProperty |
![]() | aws-cdk-lib » aws_ssmincidents » CfnResponsePlan » SsmParameterProperty |
The key-value pair parameters to use when running the Automation runbook.
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
Name | Type | Description |
---|---|---|
key | string | The key parameter to use when running the Automation runbook. |
values | string[] | The value parameter to use when running the Automation runbook. |
key
Type:
string
The key parameter to use when running the Automation runbook.
values
Type:
string[]
The value parameter to use when running the Automation runbook.