Class CfnBudgetsAction.ScpActionDefinitionProperty
The service control policies (SCP) action definition details.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBudgetsAction.ScpActionDefinitionProperty : CfnBudgetsAction.IScpActionDefinitionProperty
Syntax (vb)
Public Class CfnBudgetsAction.ScpActionDefinitionProperty Implements CfnBudgetsAction.IScpActionDefinitionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Budgets;
var scpActionDefinitionProperty = new ScpActionDefinitionProperty {
PolicyId = "policyId",
TargetIds = new [] { "targetIds" }
};
Synopsis
Constructors
| ScpActionDefinitionProperty() | The service control policies (SCP) action definition details. |
Properties
| PolicyId | The policy ID attached. |
| TargetIds | A list of target IDs. |
Constructors
ScpActionDefinitionProperty()
The service control policies (SCP) action definition details.
public ScpActionDefinitionProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Budgets;
var scpActionDefinitionProperty = new ScpActionDefinitionProperty {
PolicyId = "policyId",
TargetIds = new [] { "targetIds" }
};
Properties
PolicyId
The policy ID attached.
public string PolicyId { get; set; }