Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Create Tag Key and Value
Version 1.0.0
Create a tag key, poll the operation, then create a tag value under it and poll again.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
create-tag-key-and-value
Create a tag key then a child tag value, waiting on each operation.
Creates a tag key, waits for its operation, then creates a tag value under the new key and waits for that operation.
1
createTagKey
cloudresourcemanager.tagKeys.create
Create the tag key under the organization. Returns a long-running Operation whose name is used to poll for completion.
2
pollKey
cloudresourcemanager.operations.get
Poll the tag key create operation until done, then read the new tag key resource name from the operation response.
3
createTagValue
cloudresourcemanager.tagValues.create
Create a tag value as a child of the newly created tag key. Returns a long-running Operation whose name is used to poll for completion.
4
pollValue
cloudresourcemanager.operations.get
Poll the tag value create operation until done.