Class CfnAutomationRule.ResourceTagsCriteriaConditionProperty
Inherited Members
Namespace: Amazon.CDK.AWS.ComputeOptimizer
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAutomationRule.ResourceTagsCriteriaConditionProperty : CfnAutomationRule.IResourceTagsCriteriaConditionProperty
Syntax (vb)
Public Class CfnAutomationRule.ResourceTagsCriteriaConditionProperty Implements 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
Constructors
| ResourceTagsCriteriaConditionProperty() |
Properties
| Comparison | |
| Key | |
| Values |
Constructors
ResourceTagsCriteriaConditionProperty()
public ResourceTagsCriteriaConditionProperty()
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" }
};
Properties
Comparison
public string? Comparison { get; set; }
Property Value
Remarks
Key
public string? Key { get; set; }