aws-cdk-lib.aws_budgets.CfnBudgetsAction.ScpActionDefinitionProperty

interface ScpActionDefinitionProperty

LanguageType name
.NETAmazon.CDK.AWS.Budgets.CfnBudgetsAction.ScpActionDefinitionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbudgets#CfnBudgetsAction_ScpActionDefinitionProperty
Javasoftware.amazon.awscdk.services.budgets.CfnBudgetsAction.ScpActionDefinitionProperty
Pythonaws_cdk.aws_budgets.CfnBudgetsAction.ScpActionDefinitionProperty
TypeScript aws-cdk-lib » aws_budgets » CfnBudgetsAction » ScpActionDefinitionProperty

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 { aws_budgets as budgets } from 'aws-cdk-lib';
const scpActionDefinitionProperty: budgets.CfnBudgetsAction.ScpActionDefinitionProperty = {
  policyId: 'policyId',
  targetIds: ['targetIds'],
};

Properties

NameTypeDescription
policyIdstringThe policy ID attached.
targetIdsstring[]A list of target IDs.

policyId

Type: string

The policy ID attached.


targetIds

Type: string[]

A list of target IDs.