aws-cdk-lib.aws_fis.CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty

interface ExperimentTemplateTargetFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.FIS.CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfis#CfnExperimentTemplate_ExperimentTemplateTargetFilterProperty
Javasoftware.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty
Pythonaws_cdk.aws_fis.CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty
TypeScript aws-cdk-lib » aws_fis » CfnExperimentTemplate » ExperimentTemplateTargetFilterProperty

Specifies a filter used for the target resource input in an experiment template.

For more information, see Resource filters in the AWS Fault Injection Simulator User Guide .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fis as fis } from 'aws-cdk-lib';
const experimentTemplateTargetFilterProperty: fis.CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty = {
  path: 'path',
  values: ['values'],
};

Properties

NameTypeDescription
pathstringThe attribute path for the filter.
valuesstring[]The attribute values for the filter.

path

Type: string

The attribute path for the filter.


values

Type: string[]

The attribute values for the filter.