Class CfnBudgetsActionPropsMixin.SsmActionDefinitionProperty
The Amazon EC2 Systems Manager ( SSM ) action definition details.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Budgets.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBudgetsActionPropsMixin.SsmActionDefinitionProperty : CfnBudgetsActionPropsMixin.ISsmActionDefinitionProperty
Syntax (vb)
Public Class CfnBudgetsActionPropsMixin.SsmActionDefinitionProperty Implements CfnBudgetsActionPropsMixin.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.Mixins.Preview.AWS.Budgets.Mixins;
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.Mixins.Preview.AWS.Budgets.Mixins;
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; }