Package version:

Interface DeleteAliasOptions

Options for delete alias operation.

interface DeleteAliasOptions {
    onlyIfUnchanged?: boolean;
}

Hierarchy (view full)

Properties

Properties

onlyIfUnchanged?: boolean

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