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

CreatePlatformVersionRequest

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

Request to create a new platform version.

interface CreatePlatformVersionRequest {
EnvironmentName?: string | null;
OptionSettings?: ConfigurationOptionSetting[] | null;
PlatformDefinitionBundle: S3Location;
PlatformName: string;
PlatformVersion: string;
Tags?: Tag[] | null;
}

§Properties

§
EnvironmentName?: string | null
[src]

The name of the builder environment.

§
OptionSettings?: ConfigurationOptionSetting[] | null
[src]

The configuration option settings to apply to the builder environment.

§
PlatformDefinitionBundle: S3Location
[src]

The location of the platform definition archive in Amazon S3.

§
PlatformName: string
[src]

The name of your custom platform.

§
PlatformVersion: string
[src]

The number, such as 1.0.2, for the new platform version.

§
Tags?: Tag[] | null
[src]

Specifies the tags applied to the new platform version.

Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.