Interface CfnBudget.ITagValuesProperty
The values that are available for a tag.
Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBudget.ITagValuesProperty
Syntax (vb)
Public Interface CfnBudget.ITagValuesProperty
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.Budgets;
var tagValuesProperty = new TagValuesProperty {
Key = "key",
MatchOptions = new [] { "matchOptions" },
Values = new [] { "values" }
};
Synopsis
Properties
| Key | The key for the tag. |
| MatchOptions | The match options that you can use to filter your results. |
| Values | The specific value of the tag. |
Properties
Key
The key for the tag.
string? Key { get; }
Property Value
Remarks
MatchOptions
The match options that you can use to filter your results.
string[]? MatchOptions { get; }
Property Value
string[]