Interface CfnExperimentTemplate.IExperimentTemplateTargetFilterProperty
Specifies a filter used for the target resource input in an experiment template.
Namespace: Amazon.CDK.AWS.FIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IExperimentTemplateTargetFilterProperty
Syntax (vb)
Public Interface IExperimentTemplateTargetFilterProperty
Remarks
For more information, see Resource filters in the AWS Fault Injection Service User Guide .
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.AWS.FIS;
var experimentTemplateTargetFilterProperty = new ExperimentTemplateTargetFilterProperty {
Path = "path",
Values = new [] { "values" }
};
Synopsis
Properties
Path | The attribute path for the filter. |
Values | The attribute values for the filter. |
Properties
Path
The attribute path for the filter.
string Path { get; }
Property Value
System.
Remarks
Values
The attribute values for the filter.
string[] Values { get; }
Property Value
System.