Class CfnBudgetsAction.SsmActionDefinitionProperty
The Amazon EC2 Systems Manager ( SSM ) action definition details.
Implements
Inherited Members
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
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
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
Region
The Region to run the ( SSM ) document.
public string Region { get; set; }
Property Value
Remarks
Subtype
The action subType.
public string Subtype { get; set; }