Package version:

Interface ListConfigurationSettingsForSnapshotOptions

Common options for 'list' style APIs in AppConfig used to specify wildcards as well as the accept date time header.

interface ListConfigurationSettingsForSnapshotOptions {
    fields?: (
        | "value"
        | "contentType"
        | "tags"
        | "isReadOnly"
        | "lastModified"
        | (keyof ConfigurationSettingId))[];
}

Hierarchy (view full)

Properties

Properties

fields?: (
    | "value"
    | "contentType"
    | "tags"
    | "isReadOnly"
    | "lastModified"
    | (keyof ConfigurationSettingId))[]

Which fields to return for each ConfigurationSetting