Properties to update Environment.

interface EnvironmentUpdateParameter {
    description?: string;
    name?: string;
}

Properties

Properties

description?: string

Description of the environment.

name?: string

Name of the environment.