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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBudgetsAction.ScpActionDefinitionProperty
static final class
An implementation forCfnBudgetsAction.ScpActionDefinitionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicyId
The policy ID attached.- See Also:
-
getTargetIds
A list of target IDs.- See Also:
-
builder
-