Interface ITagManagerOptions
Options to configure TagManager behavior.
public interface ITagManagerOptions
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"
};
Remarks
ExampleMetadata: fixture=_generated
Properties
TagPropertyName
The name of the property in CloudFormation for these tags.
string? TagPropertyName { get; }
Property Value
Remarks
Normally this is tags
, but Cognito UserPool uses UserPoolTags
Default: "tags"