Show / Hide Table of Contents

Class CfnAutomationRule.ResourceTagsCriteriaConditionProperty

Inheritance
object
CfnAutomationRule.ResourceTagsCriteriaConditionProperty
Implements
CfnAutomationRule.IResourceTagsCriteriaConditionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-computeoptimizer-automationrule-resourcetagscriteriacondition.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-computeoptimizer-automationrule-resourcetagscriteriacondition.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-computeoptimizer-automationrule-resourcetagscriteriacondition.html#cfn-computeoptimizer-automationrule-resourcetagscriteriacondition-comparison

Key

public string? Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-computeoptimizer-automationrule-resourcetagscriteriacondition.html#cfn-computeoptimizer-automationrule-resourcetagscriteriacondition-key

Values

public string[]? Values { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-computeoptimizer-automationrule-resourcetagscriteriacondition.html#cfn-computeoptimizer-automationrule-resourcetagscriteriacondition-values

Implements

CfnAutomationRule.IResourceTagsCriteriaConditionProperty
Back to top Generated by DocFX