Show / Hide Table of Contents

Interface CfnBudgetsAction.IScpActionDefinitionProperty

The service control policies (SCP) action definition details.

Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBudgetsAction.IScpActionDefinitionProperty
Syntax (vb)
Public Interface CfnBudgetsAction.IScpActionDefinitionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-scpactiondefinition.html

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

Properties

PolicyId

The policy ID attached.

TargetIds

A list of target IDs.

Properties

PolicyId

The policy ID attached.

string PolicyId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-scpactiondefinition.html#cfn-budgets-budgetsaction-scpactiondefinition-policyid

TargetIds

A list of target IDs.

string[] TargetIds { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-scpactiondefinition.html#cfn-budgets-budgetsaction-scpactiondefinition-targetids

Back to top Generated by DocFX