Interface CfnAutomationRule.IResourceTagsCriteriaConditionProperty
Namespace: Amazon.CDK.AWS.ComputeOptimizer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAutomationRule.IResourceTagsCriteriaConditionProperty
Syntax (vb)
Public Interface CfnAutomationRule.IResourceTagsCriteriaConditionProperty
Remarks
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.ComputeOptimizer;
var resourceTagsCriteriaConditionProperty = new ResourceTagsCriteriaConditionProperty {
Comparison = "comparison",
Key = "key",
Values = new [] { "values" }
};
Synopsis
Properties
| Comparison | |
| Key | |
| Values |
Properties
Comparison
string? Comparison { get; }
Property Value
Remarks
Key
string? Key { get; }