aws-cdk-lib.aws_config.CfnRemediationConfiguration.ExecutionControlsProperty

interface ExecutionControlsProperty

LanguageType name
.NETAmazon.CDK.AWS.Config.CfnRemediationConfiguration.ExecutionControlsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsconfig#CfnRemediationConfiguration_ExecutionControlsProperty
Javasoftware.amazon.awscdk.services.config.CfnRemediationConfiguration.ExecutionControlsProperty
Pythonaws_cdk.aws_config.CfnRemediationConfiguration.ExecutionControlsProperty
TypeScript aws-cdk-lib » aws_config » CfnRemediationConfiguration » ExecutionControlsProperty

An ExecutionControls object.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_config as config } from 'aws-cdk-lib';
const executionControlsProperty: config.CfnRemediationConfiguration.ExecutionControlsProperty = {
  ssmControls: {
    concurrentExecutionRatePercentage: 123,
    errorPercentage: 123,
  },
};

Properties

NameTypeDescription
ssmControls?IResolvable | SsmControlsPropertyA SsmControls object.

ssmControls?

Type: IResolvable | SsmControlsProperty (optional)

A SsmControls object.