interface RetentionPolicy {
    daysToKeep?: number;
}

Properties

Properties

daysToKeep?: number

Indicates the number of days to keep deployment.