aws-cdk-lib.aws_budgets.CfnBudgetsAction.SsmActionDefinitionProperty

interface SsmActionDefinitionProperty

LanguageType name
.NETAmazon.CDK.AWS.Budgets.CfnBudgetsAction.SsmActionDefinitionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbudgets#CfnBudgetsAction_SsmActionDefinitionProperty
Javasoftware.amazon.awscdk.services.budgets.CfnBudgetsAction.SsmActionDefinitionProperty
Pythonaws_cdk.aws_budgets.CfnBudgetsAction.SsmActionDefinitionProperty
TypeScript aws-cdk-lib » aws_budgets » CfnBudgetsAction » SsmActionDefinitionProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_budgets as budgets } from 'aws-cdk-lib';
const ssmActionDefinitionProperty: budgets.CfnBudgetsAction.SsmActionDefinitionProperty = {
  instanceIds: ['instanceIds'],
  region: 'region',
  subtype: 'subtype',
};

Properties

NameTypeDescription
instanceIdsstring[]The EC2 and RDS instance IDs.
regionstringThe Region to run the ( SSM ) document.
subtypestringThe action subType.

instanceIds

Type: string[]

The EC2 and RDS instance IDs.


region

Type: string

The Region to run the ( SSM ) document.


subtype

Type: string

The action subType.