Tag Args
Manages an individual DynamoDB resource tag. This resource should only be used in cases where DynamoDB resources are created outside the provider (e.g., Table replicas in other regions).
NOTE: This tagging resource should not be combined with the resource for managing the parent resource. For example, using
aws.dynamodb.Tableandaws.dynamodb.Tagto manage tags of the same DynamoDB Table in the same region will cause a perpetual difference where theaws_dynamodb_clusterresource will try to remove the tag being added by theaws.dynamodb.Tagresource. NOTE: This tagging resource does not use the providerignore_tagsconfiguration.
Import
aws_dynamodb_tag can be imported by using the DynamoDB resource identifier and key, separated by a comma (,), e.g.,
$ pulumi import aws:dynamodb/tag:Tag example arn:aws:dynamodb:us-east-1:123456789012:table/example,Name