Interface CfnBudgetsAction.SsmActionDefinitionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBudgetsAction.SsmActionDefinitionProperty.Jsii$Proxy
Enclosing class:
CfnBudgetsAction

@Stability(Stable) public static interface CfnBudgetsAction.SsmActionDefinitionProperty extends software.amazon.jsii.JsiiSerializable
The Amazon EC2 Systems Manager ( SSM ) action definition details.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.budgets.*;
 SsmActionDefinitionProperty ssmActionDefinitionProperty = SsmActionDefinitionProperty.builder()
         .instanceIds(List.of("instanceIds"))
         .region("region")
         .subtype("subtype")
         .build();
 

See Also: