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
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
Region
The Region to run the ( SSM ) document.
string Region { get; }
Property Value
Remarks
Subtype
The action subType.
string Subtype { get; }