Show / Hide Table of Contents

Class CfnBudgetsAction.ScpActionDefinitionProperty

The service control policies (SCP) action definition details.

Inheritance
object
CfnBudgetsAction.ScpActionDefinitionProperty
Implements
CfnBudgetsAction.IScpActionDefinitionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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" }
             };

Properties

PolicyId

The policy ID attached.

public string PolicyId { get; set; }
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.

public string[] TargetIds { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnBudgetsAction.IScpActionDefinitionProperty
Back to top Generated by DocFX