interface DynamicSsmParameterValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SSMIncidents.CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsssmincidents#CfnResponsePlanPropsMixin_DynamicSsmParameterValueProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty |
Python | aws_cdk.cfn_property_mixins.aws_ssmincidents.CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ssmincidents » CfnResponsePlanPropsMixin » DynamicSsmParameterValueProperty |
The dynamic parameter value.
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/cfn-property-mixins';
const dynamicSsmParameterValueProperty: ssmincidents.CfnResponsePlanPropsMixin.DynamicSsmParameterValueProperty = {
variable: 'variable',
};
Properties
| Name | Type | Description |
|---|---|---|
| variable? | string | Variable dynamic parameters. |
variable?
Type:
string
(optional)
Variable dynamic parameters.
A parameter value is determined when an incident is created.

.NET
Go
Java
Python
TypeScript