Interface CfnBudgetsAction.ScpActionDefinitionProperty

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

@Stability(Stable) public static interface CfnBudgetsAction.ScpActionDefinitionProperty extends software.amazon.jsii.JsiiSerializable
The service control policies (SCP) 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.*;
 ScpActionDefinitionProperty scpActionDefinitionProperty = ScpActionDefinitionProperty.builder()
         .policyId("policyId")
         .targetIds(List.of("targetIds"))
         .build();