Show / Hide Table of Contents

Interface CfnBudgetsAction.ISsmActionDefinitionProperty

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

Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBudgetsAction.ISsmActionDefinitionProperty
Syntax (vb)
Public Interface 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

Properties

InstanceIds

The EC2 and RDS instance IDs.

Region

The Region to run the ( SSM ) document.

Subtype

The action subType.

Properties

InstanceIds

The EC2 and RDS instance IDs.

string[] InstanceIds { get; }
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.

string Region { get; }
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.

string Subtype { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX