interface ExperimentTemplateTargetFilterProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.FIS.CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfis#CfnExperimentTemplate_ExperimentTemplateTargetFilterProperty |
Java | software.amazon.awscdk.services.fis.CfnExperimentTemplate.ExperimentTemplateTargetFilterProperty |
Python | aws_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 Service 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
Name | Type | Description |
---|---|---|
path | string | The attribute path for the filter. |
values | string[] | The attribute values for the filter. |
path
Type:
string
The attribute path for the filter.
values
Type:
string[]
The attribute values for the filter.