Package version:

Interface CloudTagsUpdate

The type used for updating tags in Cloud resources.

interface CloudTagsUpdate {
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

Properties

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string