Class StartTagSyncTaskRequest

    • Method Detail

      • group

        public final String group()

        The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.

        Returns:
        The Amazon resource name (ARN) or name of the application group for which you want to create a tag-sync task.
      • tagKey

        public final String tagKey()

        The tag key. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

        Returns:
        The tag key. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.
      • tagValue

        public final String tagValue()

        The tag value. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.

        Returns:
        The tag value. Resources tagged with this tag key-value pair will be added to the application. If a resource with this tag is later untagged, the tag-sync task removes the resource from the application.
      • roleArn

        public final String roleArn()

        The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.

        Returns:
        The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object