Class TagManagerOptions
Options to configure TagManager behavior.
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TagManagerOptions : ITagManagerOptions
Syntax (vb)
Public Class TagManagerOptions Implements ITagManagerOptions
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;
var tagManagerOptions = new TagManagerOptions {
TagPropertyName = "tagPropertyName"
};
Synopsis
Constructors
| TagManagerOptions() | Options to configure TagManager behavior. |
Properties
| TagPropertyName | The name of the property in CloudFormation for these tags. |
Constructors
TagManagerOptions()
Options to configure TagManager behavior.
public TagManagerOptions()
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;
var tagManagerOptions = new TagManagerOptions {
TagPropertyName = "tagPropertyName"
};
Properties
TagPropertyName
The name of the property in CloudFormation for these tags.
public string? TagPropertyName { get; set; }
Property Value
Remarks
Normally this is tags, but Cognito UserPool uses UserPoolTags
Default: "tags"