Package version:

Interface CreateOrUpdateAliasOptions

Options for create or update alias operation.

interface CreateOrUpdateAliasOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

If set to true, Resource will be deleted only if the etag matches.