@Stability(value=Stable)
public static interface CfnBudgetsAction.ScpActionDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudgetsAction.ScpActionDefinitionProperty.Builder
A builder for
CfnBudgetsAction.ScpActionDefinitionProperty |
static class |
CfnBudgetsAction.ScpActionDefinitionProperty.Jsii$Proxy
An implementation for
CfnBudgetsAction.ScpActionDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudgetsAction.ScpActionDefinitionProperty.Builder |
builder() |
String |
getPolicyId()
The policy ID attached.
|
List<String> |
getTargetIds()
A list of target IDs.
|
@Stability(value=Stable) @NotNull String getPolicyId()
@Stability(value=Stable) static CfnBudgetsAction.ScpActionDefinitionProperty.Builder builder()
Copyright © 2022. All rights reserved.