Show / Hide Table of Contents

Class CfnBudgetsAction.SsmActionDefinitionProperty

The Amazon EC2 Systems Manager ( SSM ) action definition details.

Inheritance
object
CfnBudgetsAction.SsmActionDefinitionProperty
Implements
CfnBudgetsAction.ISsmActionDefinitionProperty
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.SsmActionDefinitionProperty : CfnBudgetsAction.ISsmActionDefinitionProperty
Syntax (vb)
Public Class CfnBudgetsAction.SsmActionDefinitionProperty Implements CfnBudgetsAction.ISsmActionDefinitionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-ssmactiondefinition.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 ssmActionDefinitionProperty = new SsmActionDefinitionProperty {
                 InstanceIds = new [] { "instanceIds" },
                 Region = "region",
                 Subtype = "subtype"
             };

Synopsis

Constructors

SsmActionDefinitionProperty()

The Amazon EC2 Systems Manager ( SSM ) action definition details.

Properties

InstanceIds

The EC2 and RDS instance IDs.

Region

The Region to run the ( SSM ) document.

Subtype

The action subType.

Constructors

SsmActionDefinitionProperty()

The Amazon EC2 Systems Manager ( SSM ) action definition details.

public SsmActionDefinitionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budgetsaction-ssmactiondefinition.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 ssmActionDefinitionProperty = new SsmActionDefinitionProperty {
                 InstanceIds = new [] { "instanceIds" },
                 Region = "region",
                 Subtype = "subtype"
             };

Properties

InstanceIds

The EC2 and RDS instance IDs.

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

string[]

Remarks

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

Region

The Region to run the ( SSM ) document.

public string Region { get; set; }
Property Value

string

Remarks

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

Subtype

The action subType.

public string Subtype { get; set; }
Property Value

string

Remarks

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

Implements

CfnBudgetsAction.ISsmActionDefinitionProperty
Back to top Generated by DocFX