Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PlatformFilter

import type { PlatformFilter } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Describes criteria to restrict the results when listing platform versions.

The filter is evaluated as follows: Type Operator Values[1]

interface PlatformFilter {
Operator?: string | null;
Type?: string | null;
Values?: string[] | null;
}

§Properties

§
Operator?: string | null
[src]

The operator to apply to the Type with each of the Values.

Valid values: = | != | < | <= | > | >= | contains | begins_with | ends_with

§
Type?: string | null
[src]

The platform version attribute to which the filter values are applied.

Valid values: PlatformName | PlatformVersion | PlatformStatus | PlatformBranchName | PlatformLifecycleState | PlatformOwner | SupportedTier | SupportedAddon | ProgrammingLanguageName | OperatingSystemName

§
Values?: string[] | null
[src]

The list of values applied to the filtering platform version attribute. Only one value is supported for all current operators.

The following list shows valid filter values for some filter attributes.

  • PlatformStatus: Creating | Failed | Ready | Deleting | Deleted
  • PlatformLifecycleState: recommended
  • SupportedTier: WebServer/Standard | Worker/SQS/HTTP
  • SupportedAddon: Log/S3 | Monitoring/Healthd | WorkerDaemon/SQSD