ReleaseEnvironmentUpdateMetadata interface
속성
| comment | 주석을 가져오거나 설정합니다. |
| scheduled |
예약된 배포 시간을 가져오거나 설정합니다. |
| status | 환경의 상태를 가져오거나 설정합니다. |
| variables | 배포 시 재정의할 환경 변수 목록을 설정합니다. |
속성 세부 정보
comment
주석을 가져오거나 설정합니다.
comment: string
속성 값
string
scheduledDeploymentTime
예약된 배포 시간을 가져오거나 설정합니다.
scheduledDeploymentTime: Date
속성 값
Date
status
variables
배포 시 재정의할 환경 변수 목록을 설정합니다.
variables: {[key: string]: ConfigurationVariableValue}
속성 값
{[key: string]: ConfigurationVariableValue}