Show / Hide Table of Contents

Class CfnBudgetsActionPropsMixin.SsmActionDefinitionProperty

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

Inheritance
object
CfnBudgetsActionPropsMixin.SsmActionDefinitionProperty
Implements
CfnBudgetsActionPropsMixin.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.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

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.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

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.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

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

CfnBudgetsActionPropsMixin.ISsmActionDefinitionProperty
Back to top Generated by DocFX